代码搜索结果

找到约 25,001 项符合 Power 的代码

intpwr.c

/*++ Module Name: intpwr.c Abstract: The power management related processing. The Power Manager uses IRPs to direct drivers to change system and device power levels, to

test_power.c

/*************************************************************************** * Desc: Tests for the power device * Author: Andrew Howard * Date: 26 May 2002 # CVS: $Id: test_power.c,v 1.2.4.1 2003/

l37.1a

#print Let's try a recursive function. Write a subroutine power(x,n) which computes x to the power n by the following algorithm: 1. if n is zero return 1. 2. if n is odd return x*power(x,n-1).

impulse.c

#ifndef lint static char sccsid[] = "@(#)impulse.c 4.3 (Berkeley) 5/27/83"; #endif not lint # include "trek.h" /** ** move under impulse power **/ impulse() { int course; register int power;

impulse.c

#ifndef lint static char sccsid[] = "@(#)impulse.c 4.3 (Berkeley) 5/27/83"; #endif not lint # include "trek.h" /** ** move under impulse power **/ impulse() { int course; register int power;

light.desktop

[Desktop Entry] Type=Application Exec=light-and-power Icon=Light Name=Light & Power Name[ja]=明るさと電力 Name[no]=Lys Name[de]=Helligkeit Name[hu]=Fényerõ Name[zh_CN]=亮度 CanFastload=0

channel_gen.m

function h_time = channel_gen( Power, Doppler, N_samlpe_ofdm, T_sample, N_ofdm, N_frame, idx_frame, N_Tx_ant, N_Rx_ant ) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

ch03.01.c

// iostream.h is preStandard form // #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { // a first solution cout