代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/316944/13514054
m demofun.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp('This is a simple demo, solving a simple regression task using');
disp('LS-SVMlab.
www.eeworm.com/read/409077/11358918
m square2dtm.m
% this program is designed for solving the two dimensional photonic structure
clear
warning off
epsa=1;
epsb=2.16*2.16;
%epsb=11.58;
a=1.0;
%f=0.8358;
%R=sqrt(sqrt(3).*f/(2*pi)*a^2);
R=0.48*a
www.eeworm.com/read/150749/12267257
m demofun.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp('This is a simple demo, solving a simple regression task using');
disp('LS-SVMlab.
www.eeworm.com/read/150749/12267404
m demofun.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp('This is a simple demo, solving a simple regression task using');
disp('LS-SVMlab.
www.eeworm.com/read/338832/12278844
pl queens3.pl
% File : queens.pl
% Author : Neng-Fa ZHOU
% Date : 2000
% Purpose: A linear-space program for solving the N-queens problem
go:-
write('N=?'),read(N),queens(N).
queens(N):
www.eeworm.com/read/230895/14270222
m efg1d.m
%
% EFG1D - ONE DIMENSIONAL Galerkin-based MESHLESS PROGRAM FOR SOLVING A 1D BAR
% SUBJECTED TO A LINEAR BODY FORCE OF MAGNITUDE X WHOSE EXACT SOLUTION IS GIVEN BY
% u = \frac{50}{3
www.eeworm.com/read/128468/14295634
m ganders.m
function [alpha,theta,solution,minr,t,maxerr]=...
ganders(MI,SG,J,tmax,stopCond,t,alpha,theta)
% GANDERS algorithm solving Generalized Anderson's task.
% [alpha,theta,solution,minr,t,maxerr]=...
%
www.eeworm.com/read/224001/14608191
m square2dtm.m
% this program is designed for solving the two dimensional photonic structure
clear
warning off
epsa=1;
epsb=11.56;
%epsb=11.58;
a=1.0;
%f=0.8358;
%R=sqrt(sqrt(3).*f/(2*pi)*a^2);
R=0.48*a;
i
www.eeworm.com/read/222367/14694432
m efg1d.m
%
% EFG1D - ONE DIMENSIONAL Galerkin-based MESHLESS PROGRAM FOR SOLVING A 1D BAR
% SUBJECTED TO A LINEAR BODY FORCE OF MAGNITUDE X WHOSE EXACT SOLUTION IS GIVEN BY
% u = \frac{50}{3
www.eeworm.com/read/119681/14824485
m demofun.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp('This is a simple demo, solving a simple regression task using');
disp('LS-SVMlab.