代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/370188/9612315
c show_pow.c
#include
#include
void main (void)
{
int power;
for (power = -2; power
www.eeworm.com/read/370144/9615507
dpr p200.dpr
{$A8,B-,C+,D+,E-,F-,G+,H+,I+,J-,K-,L+,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+,Z1}
{$MINSTACKSIZE $00004000}
{$MAXSTACKSIZE $00100000}
{$IMAGEBASE $00400000}
{$APPTYPE GUI}
{$R+,Q+,S+}
Const
www.eeworm.com/read/173932/9629679
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/173932/9629680
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/173685/9642400
inc ps.inc
;-----------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;--------------------------------------------------------
www.eeworm.com/read/369032/9666975
m ofdmwaterfilling.m
function [shanonCapacity powerAllocated] = ofdmwaterfilling(...
nSubChannel,totalPower,channelStateInformation,bandwidth,noiseDensity);
%
%======================================================
www.eeworm.com/read/173140/9670745
m ip_01_08.m
% MATLAB script for Illustrartive Problem 8, Chapter 1.
ts=0.001;
fs=1/ts;
t=[0:ts:10];
x=cos(2*pi*47*t)+cos(2*pi*219*t);
www.eeworm.com/read/173063/9676159
rpt f4.fit.rpt
Fitter report for F4
Tue Jun 13 17:00:29 2006
Version 5.1 Build 176 10/26/2005 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitter
www.eeworm.com/read/172503/9704852
txt tktest8.txt
#include
long Power(int x,int n) //求int型数据x的n次方
{ long p=1;
for(int i=1;i
www.eeworm.com/read/367990/9721350
c show_pow.c
#include
#include
void main (void)
{
int power;
for (power = -2; power