代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/375613/2723652
riscos makefile.riscos
# Project: zlib_1_03
# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430
# test works out-of-the-box, installs `somewhere' on demand
# Toolflags:
CCflags = -c -depend !Depend -IC: -g -throwback -DR
www.eeworm.com/read/351171/3110602
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/259903/4338570
riscos makefile.riscos
# Project: zlib_1_03
# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430
# test works out-of-the-box, installs `somewhere' on demand
# Toolflags:
CCflags = -c -depend !Depend -IC: -g -throwback -DR
www.eeworm.com/read/152843/5659370
c p4-clockmod.c
/*
* Pentium 4/Xeon CPU on demand clock modulation/speed scaling
* (C) 2002 - 2003 Dominik Brodowski
* (C) 2002 Zwane Mwaikambo
* (C) 2002 Arjan van d
www.eeworm.com/read/334243/12615769
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/108017/15596290
riscos makefile.riscos
# Project: zlib_1_03
# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430
# test works out-of-the-box, installs `somewhere' on demand
# Toolflags:
CCflags = -c -depend !Depend -IC: -g -throwback -DR
www.eeworm.com/read/106834/15620544
ec hand_dated4.ec
/* demand_hand */
#include
$include sqlca;
$include sqlda;
void addspace();
void addspacef();
void mess();
char y_n();
char readdv();
char readst();
char readch();
long a
www.eeworm.com/read/106834/15620545
ec change_dem.ec
/* change_demand */
#include
$include sqlca;
$include sqlda;
void addspace();
void addspacef();
void mess();
char y_n();
char readdv();
char readch();
char readst();
void
www.eeworm.com/read/106834/15620601
ec hand_dem2.ec
/* demand_hand */
#include
$include sqlca;
$include sqlda;
void addspace();
void addspacef();
void mess();
char y_n();
char readdv();
char readst();
char readch();
long a
www.eeworm.com/read/418304/10954492
m tiebreaks.m
function KTBD = tiebreaks(a)
global OPF
if ~OPF.tiebreak,
KTBD = zeros(a.n,1);
else
% Demand Tiebreaks
if length(a.con(1,:)) < 15,
KTBD = zeros(a.n,1);
else,
KTBD = a.con(:,15);
en