代码搜索结果

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

byte_crc.pin

-- Copyright (C) 1991-2008 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

ms_rbc.h

// ---------------------------------------------------------------------------- // ATMEL Microcontroller Software Support - ROUSSET - // -----------------------------------------------

p163.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

p208.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} Const InFile =

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 =

ms_rbc.h

// ---------------------------------------------------------------------------- // ATMEL Microcontroller Software Support - ROUSSET - // -----------------------------------------------

ga.m

%用遗传算法进行简单函数的优化,可以显示中间过程 clear bn=22; %个体串长度 inn=50; %初始种群大小 gnmax=200; %最大代数 pc=0.8; %交叉概率 pm=0.05; %变异概率 %产生初始种群 s=round(rand(inn,bn)); gnf1=5; gnf2=20; %计算适应度,返回适应度f和累积概率p [f,p

decoder.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

examp5_21.m

[a,b,c,d]=power2sys('c5mpow1') % 获得系统的状态方程 G=ss(a,b,c,d); bode(G) % 绘制系统的 Bode 图 G1=tf(G) % 获得等效传递函数模型