代码搜索结果

找到约 10,000 项符合 Power 的代码

power.err

"power.c", line 39: Warning: C2892E: signed constant overflow: '*' "power.c", line 74: Warning: C2917W: no side effect in void context: 'unary *' power.c: 2 warnings, 0 errors, 0 serious error

power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 *****************************************/ #in

power.h

#ifndef __POWER_H__ #define __POWER_H__ void Test_SlowMode(void); void Test_HoldMode(void); #endif /*__POWER_H__*/

power.c

// power.c -- raises numbers to integer powers #include double power(double n, int p); // ANSI prototype int main(void) { double x, xpow; int exp; printf("Enter a number

power.cpp

/****************************************************************************** * * File Name: * * Power.cpp * * Description: * * Power Management functions * * Revision

power.c

// power.c -- raises numbers to integer powers #include double power(double n, int p); // ANSI prototype int main(void) { double x, xpow; int exp; printf("Enter a number

power.c

/* * File: power.c * ------------- * This file includes the RaiseIntToPower function and a * simple test program that generates a table of the powers * of 2. */ #include #include "gen

power.m

%POWER Dataset overload