代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/250122/12430683

m exm09714_0.m

%exm09714_0.m 例9.7.1.4_1的主运行程序 % 它调用exm9714_1.mdl clc xsym=dsolve('D2x+100*Dx+0.9999*x=0','x(0)=1,Dx(0)=0','t') dxsym=diff(xsym,'t') t=(0:5000)/10;x=eval(char(dxsym)); %产生绘解析解图形的数
www.eeworm.com/read/129636/14234808

m exm080714m_1.m

%exm080714m_1.m clc disp('按任意键,开始运行。') disp('(1) 用符号计算求此方程解析解') pause xsym=dsolve('D2x+100*Dx+0.9999*x=0','x(0)=1,Dx(0)=0','t') dxsym=diff(xsym,'t') disp(' ') disp('按任意键,继续运行。') disp('(2) 三
www.eeworm.com/read/228533/14380263

makefile

# # Makefile # # command file for make to compile the solver. solve: main.o sturm.o util.o cc -o solve main.o sturm.o util.o -lm clean: /bin/rm -f main.o sturm.o util.o solve main.o sturm.o util.
www.eeworm.com/read/221024/14779477

html http:^^cis.csuohio.edu^~waren^pgmwaren.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Tuesday, 14-Jan-97 23:32:19 GMT Content-Type: text/html Content-Length: 696 Last-Modified: Tuesday, 26-Mar-96 16:25:17 GMT
www.eeworm.com/read/118155/14885245

py strategypattern.py

#: c06:StrategyPattern.py # The strategy interface: class FindMinima: # Line is a sequence of points: def algorithm(self, line) : pass # The various strategies: class LeastSquares(FindMi
www.eeworm.com/read/216987/14983515

f90 trait_zoneparam.f90

!------------------------------------------------------------------------------! ! Procedure : trait_zoneparam Auteur : J. Gressier ! Date : Juill
www.eeworm.com/read/216987/14983523

f90 trait_param.f90

!------------------------------------------------------------------------------! ! Procedure : trait_param Auteur : J. Gressier ! Date : Juill
www.eeworm.com/read/213492/15133767

m~ train_ocr.m~

% TRAIN_OCR Training of OCR classifier based on multiclass SVM. % % Description: % The following steps are performed: % - Training set is created from data in directory ExamplesDir. % - Mult
www.eeworm.com/read/213492/15133770

m train_ocr.m

% TRAIN_OCR Training of OCR classifier based on multiclass SVM. % % Description: % The following steps are performed: % - Training set is created from data in directory ExamplesDir. % - Mult
www.eeworm.com/read/213492/15133845

c gnnls_mex.c

/*--------------------------------------------------------------------------- gnnls_mex.c: MEX-file solver for Generalized Non-negative Least Squares (GNNLS) Synopsis: [x,exitflag,t,access,His