代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/296909/8072732
m contents.m
% GGPLAB Toolbox
% Version 1.00 May-22-2006
%
% Toolbox information
%
% GP objects
% gpvar - Creates GP variable(s)
% monomial - Creates a monomial object
% posynomial -
www.eeworm.com/read/140469/13078956
dof tspproj.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/136685/13366333
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/319871/13441109
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/319335/13453673
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/312163/13617538
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/312163/13617541
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/312163/13617621
c gnnls_mex.c
/*---------------------------------------------------------------------------
gnnls_mex.c: MEX-file solver for Generalized Non-negative Least Squares (GNNLS)
Synopsis:
[x,exitflag,t,access,His
www.eeworm.com/read/312163/13617631
c gnpp_mex.c
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/312163/13617633
c~ qpbsvm_mex.c~
/*---------------------------------------------------------------------------
qpbsvm_mex.c: Solver for QP task required for learning SVM without bias term.
Synopsis:
[x,exitflag,t,access,Histo