代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/197757/7971420

c powerd.c

/* * powerd Monitor the DCD line of a serial port connected to * an UPS. If the power goes down, notify init. * If the power comes up again, notify init again. * As long as the power is OK, the
www.eeworm.com/read/298113/7973580

c show_pow.c

#include #include void main (void) { int power; for (power = -2; power
www.eeworm.com/read/297942/7984914

m soj_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 = 3.6e+9; % radar operating frequency in Hz sigma =
www.eeworm.com/read/197565/7985883

m cp0202_transmitter_2pam_ds.m

% % FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS" % % Simulation of a UWB transmitter implementing 2PAM with DS % % Transmitted power is fixed to 'Pow' % The signal is sampled with frequency 'fc'
www.eeworm.com/read/197565/7985929

m cp0301_ppm_sin.m

% % FUNCTION 3.1 : "cp0301_PPM_sin" % % Generation of a PPM-UWB signal in the case of a % sinusoidal modulating signal and rectangular pulses % % Transmitted power is fixed at 'Pow' % The sign
www.eeworm.com/read/197565/7986029

m cp0402_transmitter_2pam_th.m

% % FUNCTION 4.2 : "cp0402_transmitter_2PAM_TH" % % Simulation of a UWB transmitter implementing PAM with TH % % Transmitted power is fixed at 'Pow' % The signal is sampled with frequency 'fc'
www.eeworm.com/read/297901/7986037

rpt xulieji.fit.rpt

Fitter report for xulieji Sun Mar 30 16:23:13 2008 Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal No
www.eeworm.com/read/297846/7992477

m soj_reqi.m

% Use this input file to excite function "ssj_req" clear all pt = 5.0e+3; % peak power in Watts g = 35.0; % antenna gain in dB freq = 5.6e+9; % radar operating frequency in Hz sigma = 1
www.eeworm.com/read/297846/7992499

m ssj_req_bat.m

%ssj_reqi 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 = 10.0 ; % radar cross section in m sqau
www.eeworm.com/read/398319/7994755

c test5.c

#include "stdio.h" double fun(double x,int n); long fact(int n); double power(double x,int n); void main() { double x; int n; printf("Input double:"); scanf("%lf",&x); printf("Input int