代码搜索结果
找到约 25,001 项符合
Power 的代码
ch03.01.c
// iostream.h is preStandard form
// #include
#include
/**
** 2 raised to the power of 10: 1024
**/
int main() {
// a first solution
cout
454.sql
select mgr, power(mgr,2),power(mgr,3) from scott.emp;
power.c
/*****************************************************************************
*
* $Log: D:\VM700\software\power.c $
*
* 1 03-11-17 19:51 Wang Guanping
* Begin to edit the source code.
*
power.h
/*****************************************************************************
*
* $Log: D:\VM700\software\power.h $
*
* 1 03-11-17 19:53 Wang Guanping
* Begin to edit the source code.
*
new.prj
"power.xml"
sweeplot.m
%SWEEPLOT Plots the input impedance (resistance/reactance),
% reflection coefficient, antenna gain, and total radiated power
% as functions of frequency
%
% Uses current.mat as an input to
alim_v3_pl.txt
Components list POWER SUPPLY V3 by VE2EMM, April 04
C1 = 2000uF per AMP, 40V (adjust capacity to power supply amps)
C2,C3,C12,C15,C18,C21 = 0.1uF CER
C4 = 0.01uF CER
C5A,C5B,C5C,C5D = 0.01uF CER
C6
power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2002:DonGo: Modified for 2440
***********
show_pow.c
#include
#include
void main (void)
{
int power;
for (power = -2; power
7-1.sql
SELECT ABS(-12.56), CEILING(23.6), EXP(2), LOG(6)
SELECT PI(), POWER(4, 3), RAND(3), ROUND(-12.67, 2), SQRT(9)