代码搜索结果

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

pmtest.c

/***************************************************************************** * pmtest.c: main C entry file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semicondu

myfirstproject.pin

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

mydsp2812.pin

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

ssj_reqi.m

% Use this input file to excite function "ssj_req" clear all pt = 50.0e+3; % peak power in Watts g = 35.0; % antenna gain in dB freq = 5.6e+9; % radar operating frequency in Hz sigma =

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

2002.03.14_lanucara

Dear Dr. Ezer, here there are some benchmark data about pom2k on different serial machines; We hope that these data can be useful for the Pom's community. Sincerely Piero Lanucara (Caspur www.casp

th_dat.m

echo off % th_dat.m % % This script runs in conjunction with the SIMULINK model file th_dem_s.m % % This script prepares fuzzy-sets, parameters of the fuzzy-controller and % initial conditions for th

pulse.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

sunspot.m

load sunspot.dat year=sunspot(:,1); wolfer=sunspot(:,2); plot(year,wolfer) title('太阳黑子的数据') figure; plot(year(1:50),wolfer(1:50),'b.-'); Y = fft(wolfer); Y(1)=[]; figure; plot(Y,'ro') title

fireline.c

//这个机器人演示了如何用迭代的方法打击走直线的机器人 #include //开火时的炮弹能量 #define POWER 0.5 void onTick(struct TickAction* action) { double nextX, nextY, dis; long time; struct Bot* bot