代码搜索:DA驱动

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

代码结果 10,000
www.eeworm.com/read/156464/11799954

cpp fitcurveleastsquares.cpp

//FitCurveLeastSquares.cpp //最小二乘曲线拟合 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { valarray
www.eeworm.com/read/156464/11799964

cpp fitcurvechebyshev.cpp

//FitCurveChebyshev.cpp //切比雪夫曲线拟合 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { valarray
www.eeworm.com/read/156458/11802085

cpp bs.cpp

double bs(int n, double a) { int m; double b[20],temp,del,r,eps,s,ak,a2,omeg,da,ajp,ajm,q1,q2; if (a == 0.0) { if ((n / 2) == (n / 2.0)) { b[n] = 0.0; g
www.eeworm.com/read/345167/11834618

cpp fitcurveleastsquares.cpp

//FitCurveLeastSquares.cpp //最小二乘曲线拟合 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { valarray
www.eeworm.com/read/345167/11834621

cpp fitcurvechebyshev.cpp

//FitCurveChebyshev.cpp //切比雪夫曲线拟合 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { valarray
www.eeworm.com/read/344765/11861308

log pcb1 pcb eco 2008-8-2 14-45-13.log

Removed Pin From Net: NetName=NetU1_CLK Pin=UL1-1 Removed Pin From Net: NetName=NetU2_CLK Pin=UL1-4 Removed Pin From Net: NetName=K1 Pin=UL2-1 Removed Pin From Net: NetName=NetUA2_18 Pin=UL2-2 Rem
www.eeworm.com/read/344765/11861606

log pcb1 pcb eco 2008-8-2 15-05-20.log

Removed Pin From Net: NetName=NetU1_CLK Pin=UL1-1 Removed Pin From Net: NetName=NetU2_CLK Pin=UL1-4 Removed Pin From Net: NetName=K1 Pin=UL2-1 Removed Pin From Net: NetName=NetUA2_18 Pin=UL2-2 Rem
www.eeworm.com/read/344497/11876815

dfm unit8.dfm

object ALALMN: TALALMN Left = 243 Top = 131 BorderStyle = bsNone Caption = 'ALALMN JACK ' ClientHeight = 560 ClientWidth = 423 Color = clBtnFace Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/154760/11928950

m ltrn.m

function [tf,rr,pp,kk] = ltrn(x) %LTRN Support file for LTR % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishing Co. % %
www.eeworm.com/read/154760/11929096

m ztrn.m

function [tf,rr,pp,kk] = ztrn(x,tol) %ZTRN Support file for ZTR % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishing Co. %