代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/312626/13607431
txt readme.txt
Version: WinCE4.2
This display driver is used on our Samsung 2410 Demo platform, and it just provide an example to show how to program CH7023/7024 or CH7025. You should modify these code based on y
www.eeworm.com/read/309785/13664476
txt readme.txt
an introduction to boundary element methods,
Prem K. Kythe
www.eeworm.com/read/305390/13772274
m power1.m
function [lambda,V]= power1(A,X,epsilon,max1)
%Input - A is an nxn matrix
% - X is the nx1 starting vector
% - epsilon is the tolerance
% - max1 is the maximum num
www.eeworm.com/read/305390/13772276
m gauss.m
function quad=gauss(f,a,b,A,W)
%Input - f is the integrand
% - a and b upper and lower limits of integration
% - A is the 1 x N vector of abscissas from Table 7.9
%
www.eeworm.com/read/305390/13772277
m milne.m
function M=milne(f,T,Y)
%Input - f is the function
% - T is the vector of abscissas
% - Y is the vector of ordinates
%Remark. The first four coordinates of T and Y must
%
www.eeworm.com/read/305390/13772279
m linsht.m
function L=linsht(F1,F2,a,b,alpha,beta,M)
%Input - F1 and F2 are the systems of first-order equations
% representing the I.V.P.'s (9) and (10), respectively;
% input as
www.eeworm.com/read/305390/13772281
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the c
www.eeworm.com/read/305390/13772293
m bisect.m
function [c,err,yc]=bisect(f,a,b,delta)
%Input - f is the function
% - a and b are the left and right endpoints
% - delta is the tolerance
%Output - c is the zero
% - y
www.eeworm.com/read/305390/13772299
m difflim.m
function [L,n]=difflim(f,x,toler)
%Input - f is the function
% - x is the differentiation point
% - toler is the desired tolerance
%Output - L=[H' D' E']: H is the vector
www.eeworm.com/read/305390/13772306
m finedif.m
function U = finedif(f,g,a,b,c,n,m)
%Input - f=u(x,0)
% - g=ut(x,0)
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the wave equation
%