代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/443386/1744477
c syscall32.c
/* Copyright 2002,2003 Andi Kleen, SuSE Labs */
/* vsyscall handling for 32bit processes. Map a stub page into it
on demand because 32bit cannot reach the kernel's fixmaps */
#include
www.eeworm.com/read/393286/2479192
c syscall32.c
/* Copyright 2002,2003 Andi Kleen, SuSE Labs */
/* vsyscall handling for 32bit processes. Map a stub page into it
on demand because 32bit cannot reach the kernel's fixmaps */
#include
www.eeworm.com/read/152843/5660173
c syscall32.c
/* Copyright 2002,2003 Andi Kleen, SuSE Labs */
/* vsyscall handling for 32bit processes. Map a stub page into it
on demand because 32bit cannot reach the kernel's fixmaps */
#include
www.eeworm.com/read/194598/8189413
readme
SDL_mixer 1.2
The latest version of this library is available from:
http://www.libsdl.org/projects/SDL_mixer/
Due to popular demand, here is a simple multi-channel audio mixer.
It supports 8 channe
www.eeworm.com/read/431224/8695486
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.u.*a.con(:,15);
www.eeworm.com/read/431224/8696428
m setup.m
function a = setup(a)
if isempty(a.con), return, end
a.n = 1;
lypdp = length(a.con);
if lypdp > 206, a.con = a.con([1:206]); end
if lypdp < 206
fm_disp(['* * * Custom Power Demand Profile.'])
www.eeworm.com/read/384940/8828802
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.u.*a.con(:,15);
www.eeworm.com/read/384940/8830046
m setup.m
function a = setup(a)
if isempty(a.con), return, end
a.n = 1;
lypdp = length(a.con);
if lypdp > 206, a.con = a.con([1:206]); end
if lypdp < 206
fm_disp(['* * * Custom Power Demand Profile.'])
www.eeworm.com/read/127781/5996646
c p4-clockmod.c
/*
* Pentium 4/Xeon CPU on demand clock modulation/speed scaling
* (C) 2002 Zwane Mwaikambo
* (C) 2002 Arjan van de Ven
* (C) 2002 Tora T. Engstad