代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/163246/10168982

m sgrpdlay.m

function [gd,fnorm]=sgrpdlay(x,fnorm); %SGRPDLAY Group delay estimation of a signal. % [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of % signal X at the normalized frequency(ies) FNORM. % %
www.eeworm.com/read/163199/10171111

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/163197/10171335

m example6_31.m

num=[1 3]; den=conv(conv(conv([1 0],[1 5]),[1 6]),[1 2 2]); cpole=rlocus(num,den,[33:1:37]); range=[33:1:37]'; [range,cpole]
www.eeworm.com/read/163160/10172817

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/358899/10176704

c 扫地雷游戏.c

/*5.3.4 源程序*/ #include #include #include #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define MOUSEMOVE 0xff08 struct { int nu
www.eeworm.com/read/163075/10176904

m example6_1.m

%首先装载一原始信号 load nearbrk; s=nearbrk; %=========================== %画出该信号的波形图 subplot(4,2,1); plot(s); Ylabel('s'); title('原始信号s和信号的近似a、细节d'); %=========================== %用小波
www.eeworm.com/read/358864/10177596

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/358751/10180158

pas clock.pas

{ ID:maigoak1 PROG:clock } program clock; var fin,fout:text; num:array[1..44]of string; source,ans:string; h,m,i,junk:integer; function next(x:integer):integer; begin if x=
www.eeworm.com/read/358751/10180222

pas namenum.pas

{ ID:maigoak1 PROG:namenum } program namenum; const dial:array['A'..'Y']of integer=(2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,0,7,7,8,8,8,9,9,9); var fin,fout,dict:text; name,num:string; i,l
www.eeworm.com/read/358750/10180522

cpp barn1.cpp

/* ID: dd.ener1 PROG: barn1 LANG: C++ */ #include using namespace std; int main(){ long m,s,c; ifstream cin("barn1.in"); cin>>m>>s>>c; bool barn[s+1]; memset(barn,false,