代码搜索:

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

代码结果 10,000
www.eeworm.com/read/392011/8367359

m launch2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Launch code for sinusoidal input % % code by Fabrizio Conso, university of pavia, student
www.eeworm.com/read/192668/8367360

dat eta_dh1_brett.dat

1.00 1.00 1.00 1.00 0.95
www.eeworm.com/read/392011/8367361

m launch.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Launch code for static input (sample) % % code by Fabrizio Conso, university of pavia, student
www.eeworm.com/read/192668/8367362

dat cl1320_alpha1_606.dat

-0.15500 -0.15500 -0.15500 -0.20100 -0.00240 0.08800 0.20500 0.22000 0.31900 0.43700 0.68000 0.10000 0.44700 -0.33000 -0.06800 0.11800 0.08020 0.05290 0.08680 -0.01830
www.eeworm.com/read/392011/8367363

m dbp.m

function y=dbp(x) % dbp(x) = 10*log10(x): the dB equivalent of the power x y = -Inf*ones(size(x)); nonzero = x~=0; y(nonzero) = 10*log10(abs(x(nonzero)));
www.eeworm.com/read/292208/8367364

dfm gzgl_newgzxx.dfm

object FrmGZGL_NewGzxx: TFrmGZGL_NewGzxx Left = 136 Top = 161 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'FrmGZGL_NewGzxx' ClientHeight = 333 Client
www.eeworm.com/read/392011/8367365

gif image006.gif

www.eeworm.com/read/192668/8367366

dat cn0620_alpha1_beta1_504.dat

-0.06260 -0.06200 -0.06850 -0.10780 -0.12280 -0.12390 -0.11180 -0.09760 -0.06390 -0.03500 -0.01890 0.00010 -0.00900 -0.00290 -0.02040 -0.02730 -0.01260 0.04310 0.03990 0.03290 -0.06150 -0.05550 -0.060
www.eeworm.com/read/392011/8367367

gif image002.gif

www.eeworm.com/read/292208/8367368

dpr sqgzgl.dpr

program SQGZGL; uses Forms, GZGL_Main in 'GZGL_Main.pas' {FrmGZGL_Main}, GZGL_YHDJ in 'GZGL_YHDJ.pas' {FrmGZGL_YHDJ}, GZGL_DModule in 'GZGL_DModule.pas' {dmd: TDataModule}, Umyfuncti