代码搜索:Demand

找到约 1,286 项符合「Demand」的源代码

代码结果 1,286
www.eeworm.com/read/465763/7045309

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem
www.eeworm.com/read/454275/7395365

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem
www.eeworm.com/read/446156/7585011

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem
www.eeworm.com/read/436802/7762422

readme

This directory contains two small memetic algorithm programs for the Vehicle Routing Problem with Stochastic Demand (VRPSD) under the preventive restocking policy. They both use orOpt local search,
www.eeworm.com/read/131315/5932135

c gausspage.c

/* * Random page access with * a gaussian distribution. * * Allocate a large (zero fill on demand) address * space and fault the pages in a random gaussian * order. */ float sqrt(), log(), rnd
www.eeworm.com/read/121089/6069578

h _listbox.h

/* COW : Character Oriented Windows _listbox.h : listbox specific stuff */ /* customization */ #define rxListBoxMin 1 /* 1 extra space to left */ /* special on-demand value */ #defin
www.eeworm.com/read/113536/6127816

h _listbox.h

/* COW : Character Oriented Windows _listbox.h : listbox specific stuff */ /* customization */ #define rxListBoxMin 1 /* 1 extra space to left */ /* special on-demand value */ #defin
www.eeworm.com/read/103192/6220554

h _listbox.h

/* COW : Character Oriented Windows _listbox.h : listbox specific stuff */ /* customization */ #define rxListBoxMin 1 /* 1 extra space to left */ /* special on-demand value */ #defin
www.eeworm.com/read/101015/6261998

h _listbox.h

/* COW : Character Oriented Windows _listbox.h : listbox specific stuff */ /* customization */ #define rxListBoxMin 1 /* 1 extra space to left */ /* special on-demand value */ #defin
www.eeworm.com/read/322905/6301102

c memory.c

/* * linux/mm/memory.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to