代码搜索:

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

代码结果 10,000
www.eeworm.com/read/292208/8367339

pas gzgl_zlcp.pas

unit GZGL_ZLCP; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, StdCtrls, Grids, DBGrids; type TFrmGZGL_ZLCP = clas
www.eeworm.com/read/392011/8367340

m antismear.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Anti-smearing function % % code by Fabrizio Conso, university of pavia, student
www.eeworm.com/read/192668/8367341

c lofi_f16_aerodata.c

/* Damping Aero-Coeffs */ void damping(double alpha, double *coeff){ double s, da, cxq, cyr, cyp, czq, clr, clp, cmq, cnr, cnp; double t, u, v, w; double A[9][12] = { {-.267, .110, .308
www.eeworm.com/read/292208/8367342

pas gzgl_ybtj.pas

unit GZGL_YBTJ; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, StdCtrls, Grids, DBGrids, jpeg, ExtCtrls, Mask, DBCtrls, dbcg
www.eeworm.com/read/192668/8367343

dat cl0620_alpha1_beta1_604.dat

-0.04990 -0.04760 -0.04520 -0.03440 -0.04040 -0.02510 -0.00310 0.01580 0.00740 0.02960 0.04040 0.03090 0.04190 0.05790 0.04150 0.04670 0.04900 0.04050 0.06160 0.07060 -0.03250 -0.03460 -0.03390 -0.030
www.eeworm.com/read/392011/8367344

m approx_2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % successive approximation converter % % with finite DAC's slew-rate and bandwidth & error remedy
www.eeworm.com/read/392011/8367345

txt approx.txt

help file, text only version. MATLAB CODE FOR SIMULATION OF A SUCCESSIVE APPROXIMATION CONVERTER FABRIZIO CONSO The code works for the simulation of a successive approximation converter,
www.eeworm.com/read/292208/8367346

dfm gzgl_bhtj.dfm

object FrmGZGL_BHTJ: TFrmGZGL_BHTJ Left = 142 Top = 144 Width = 600 Height = 370 BorderIcons = [biSystemMenu, biMaximize] Caption = 'FrmGZGL_BHTJ' Color = clBtnFace Font.Charse
www.eeworm.com/read/192668/8367347

c hifi_f16_aerodata.c

#include"mex.h" #include"mexndinterp.c" double *getALPHA1(){ FILE *fp = fopen("ALPHA1.dat","r"); int i; double *alpha1,data; if(fp==NULL) mexErrMsgTxt("Can't find file ALPHA1.dat"); alpha1 = doub
www.eeworm.com/read/392011/8367348

m calcsnr.m

function [snrdB,ptotdB,psigdB,pnoisedB] = calcSNR(vout,f,fB,w,N) % SNR calculation in the time domain (P. Malcovati, S. Brigati) % function [snrdB,ptotdB,psigdB,pnoisedB] = calcSNR(vout,f,fB,w,N) %