代码搜索结果
找到约 25,001 项符合
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
// 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.ex1
POWER.EXE─例子
若POWER.EXE存放在C盘的DOS目录中,并使用默认设置,可在CONFIG.SYS文件
中加入以下命令:
? device=c:\dos\power.exe
如果上端内存区可用,则将POWER.EXE装入上端内存中。
~w
power.c
// power.c
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 10/23/2004
//
#include "pch.h"
#ifdef CHARSAMPLE_WMI_TRACE
#include "power.tmh"
#endi
power.h
/*********************** SGS-THOMSON MICROELECTRONICS ************************
FILENAME : POWER.H
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA / DEEPAK DOSHI
PROCE
power.c
/********************* SGS-THOMSON MICROELECTRONICS ************************
FILENAME : POWER.C
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA/ DEEPAK DOSHI
PROCESSO
power.src
[Files]
power.c
[Headers]
delay.h
[Documents]
power.lk
power.o
power.dp2
power.o: C:/icc/include/iom16v.h C:/icc/include/macros.h D:\M16开发板实验教程\icc-avr\POWERM~1/delay.h C:/icc/include/iom16v.h C:/icc/include/macros.h
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