代码搜索结果
找到约 10,000 项符合
Power 的代码
power.h
#ifndef __POWER_H__
#define __POWER_H__
void Test_SlowMode(void);
void Test_HoldMode(void);
void _Test_StopMode(void);
void Test_SLIdleMode(void);
//void Test_IdleMode(void);
void Test_PLL(vo
power.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\power.h"
#include "..\inc\rtc.h"
#define FIN 4000000
static void __irq SLWEint
power.hlp
-----------------------------------------------------------------
POWER (Beaver) is a masked Simulink subsystem which is used to
compute the engine power and dimensionless pressure increase
across
power.htm
FDC help: Power (Beaver)
Subsystem
power.rep
Protel Advanced Schematic Annotation Report for 'Power.Sch' 22:17:16 29-Dec-2006
C? => C1
power.rep
Protel Advanced Schematic Annotation Report for 'Power.Sch' 22:17:16 29-Dec-2006
C? => C1
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