代码搜索结果
找到约 25,001 项符合
Power 的代码
xt4-16file1.cpp
#include
using namespace std;
int a;
int main()
{extern int power(int);
int b=3,c,d,m;
coutm;
c=a*b;
cout
xt4-16file2.cpp
extern int a;
int power(int n)
{int i,y=1;
for(i=1;i
module1.bas
Attribute VB_Name = "Module1"
Public sid As String
Public cn As Connection
Public power As String
drive_power.m
%drive_power.m
%plots the power supplied by the driving force versus frequency
clear;
m=0.5; %mass
k=0.5; %spring constant
F0=0.5;
eacpower.m
function eacpower(P0, E, V, X)
% This program obtains the power angle curve for a one-machine system
% during normal operation. Using equal area criterion the maximum input
% power that can be sudd
chp11ex4.m
% (a) Initial real power P0 = 0.60
P0 = 0.6; E = 1.35; V = 1.0; X = 0.65;
eacpower(P0, E, V, X)
h=figure;
% (b) Zero initial power
P0 = 0;
eacpower(P0, E, V, X)
rapsd2d.m
% Computes and plots radially averaged power spectral density (power
% spectrum) of image IMG.
%
% (C)E. Ruzanski, RCG, 2009
function raPsd2d(img)
%% Process image size information
[N M] = siz
out165.dat
P219 power 1190 1400 1666000
P218 power 1180 1330 1569400
P217 power 1170 1260 1474200
P216 power 1160 1190 1380400
P215 power 1150 1120 1288000
P214
mcusystem_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源程序组 1)
File 1,1,
File 1,1,
power.c
/*************************************************/
/******************电源管理*******************/
/*************2003年3月17日*******************/
/************WROTE BY WANGSW********************/