代码搜索:matlab、人工免疫

找到约 10,000 项符合「matlab、人工免疫」的源代码

代码结果 10,000
www.eeworm.com/read/152112/12138986

m gseid.m

function X=gseid(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is the tolerance for P %
www.eeworm.com/read/152112/12139011

m taylor.m

function T4=taylor(df,a,b,ya,M) %Input - df=[y' y'' y''' y'''']entered as a string 'df' % where y'=f(t,y) % - a and b are the left and right endpoints % - ya is the initial c
www.eeworm.com/read/152112/12139014

m gauss.m

function quad=gauss(f,a,b,A,W) %Input - f is the integrand input as a string 'f' % - a and b upper and lower limits of integration % - A is the 1 x N vector of abscissas from Table 7.
www.eeworm.com/read/152112/12139055

m crnich.m

function U=crnich(f,c1,c2,a,b,c,n,m) %Input - f=u(x,0) as a string 'f' % - c1=u(0,t) and c2=u(a,t) % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the heat equatio
www.eeworm.com/read/152112/12139063

m jacobi.m

function X=jacobi(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is the tolerance fo
www.eeworm.com/read/152112/12139094

m lspoly.m

function C = lspoly(X,Y,M) %Input - X is the 1xn abscissa vector % - Y is the 1xn ordinate vector % - M is the degree of the least-squares polynomial % Output - C is the coefficient l
www.eeworm.com/read/152112/12139149

m diffnew.m

function [A,df]=diffnew(X,Y) %Input - X is the 1xn abscissa vector % - Y is the 1xn ordinate vector %Output - A is the 1xn vector containing the coefficients of the Nth % degree Ne
www.eeworm.com/read/340467/12155793

m contents.m

% FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/151751/12177390

m 3-3.m

h=figure; f = uimenu(h,'Label','MATLAB工作间'); uimenu(f,'Label','新窗口','Callback','figure'); uimenu(f,'Label','保存','Callback','save'); h1=uimenu(f,'Label','清除'); uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/151608/12187926

c engexam.c

#include #include #include #include "engine.h" int PASCAL WinMain (HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpszCmdLine, int nCm