代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/428849/8835022
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/282295/9104109
h ssolve.h
c----------Sparse Solver Common Blocks
integer esp,nsp,nspo,ipre
logical lsolv1,lsolv2,domd
common /ssolve/ esp,nsp,nspo,ipre,lsolv1,lsolv2,d
www.eeworm.com/read/184304/9111820
m exm097~1.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/365788/9847032
txt 5-求解三实对角线方程组-p66.txt
#公式见P67
# real tridiagonal equation solver
subroutine rtris(n,endl,a,b,c,endr,d,q,e,f)
real q(n),d(n),f(n),e(n),a,b,c,den,endl,endr
e(1)=-a/endl; f(1)=d(1)/endl
do i=2,n-1
{
den=b+c*e(i-1)
www.eeworm.com/read/364985/9884555
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/362246/10010326
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/362246/10010333
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/362246/10010518
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/362246/10010539
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/361001/10069708
m demo1.m
tt=linspace(0,4*pi,100);
X=[tt.*sin(tt);tt.*cos(tt)];
figure;
pars.slack=1;
try
fprintf('Computing distances...');
Dis=distance(X);
fprintf('done\n');
catch
error('ERROR! Are you sure dist