代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/347945/11624919
m sdpsettings.m
function options = sdpsettings(varargin)
%SDPSETTINGS Create/alter solver options structure.
%
% OPTIONS = SDPSETTINGS with no input arguments returns
% setting structure with default values
www.eeworm.com/read/347945/11625224
m definesolvers.m
function solver = definesolvers
% ****************************
% Create a default solver
% ****************************
emptysolver.tag = '';
emptysolver.version = '';
emptysolver.checkfor
www.eeworm.com/read/347945/11625424
m globalex.m
clc
echo on
%*********************************************************
%
% Global bilinear programming
%
%*********************************************************
%
% YALMIP comes with a simp
www.eeworm.com/read/347945/11625426
m timeglobal.m
t0 = cputime;
yalmip('clear')
clc
x1 = sdpvar(1,1);
x2 = sdpvar(1,1);
x3 = sdpvar(1,1);
objective = -2*x1+x2-x3;
F = set(x1*(4*x1-4*x2+4*x3-20)+x2*(2*x2-2*x3+9)+x3*(2*x3-13)+24>0);
F = F
www.eeworm.com/read/151608/12188668
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/339239/12247407
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/150760/12266067
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/150760/12266074
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/150760/12266241
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/150760/12266259
c gnpp_mex.c
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m