代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/222288/14698010
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
%
www.eeworm.com/read/222288/14698015
m romber.m
function [R,quad,err,h]=romber(f,a,b,n,tol)
%Input - f is the integrand
% - a and b are upper and lower limits of integration
% - n is the maximum number of rows in the tabl
www.eeworm.com/read/222288/14698016
m lagran.m
function [C,L]=lagran(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a matrix that contains the coeffic
www.eeworm.com/read/222288/14698023
m newpoly.m
function [C,D]=newpoly(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a vector that contains the coe
www.eeworm.com/read/222288/14698029
m simprl.m
function s=simprl(f,a,b,M)
%Input - f is the integrand
% - a and b are upper and lower limits of integration
% - M is the number of subintervals
%Output - s is the simps
www.eeworm.com/read/222288/14698047
m traprl.m
function s=traprl(f,a,b,M)
%Input - f is the integrand
% - a and b are upper and lower limits of integration
% - M is the number of subintervals
%Output - s is the t
www.eeworm.com/read/221024/14770216
html http:^^www.cs.colorado.edu^current^faculty^numerical.html
Date: Wed, 20 Nov 1996 19:33:58 GMT
Server: Apache/1.1.1
Content-type: text/html
Content-length: 4187
Last-modified: Tue, 20 Aug 1996 23:17:29 GMT
Numerical Computation Research Grou
www.eeworm.com/read/221024/14775958
html http:^^www.cs.wisc.edu^~cs564-1^conventions.html
Date: Tue, 05 Nov 1996 00:28:07 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Thu, 05 Oct 1995 03:22:39 GMT
Content-length: 1688
Coding Conventions
www.eeworm.com/read/120586/14798256
h geometry.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/120449/14803146
h geometry.h
/*
Copyright (c) 2000-2002, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the f