代码搜索:Prentice
找到约 973 项符合「Prentice」的源代码
代码结果 973
www.eeworm.com/read/204603/15336748
chm prentice.cpp.gui.programming.with.qt3.ebook-lib.chm
www.eeworm.com/read/281645/9145337
txt info.txt
Title:Expert C Programming
URL:http://www.amazon.com/exec/obidos/tg/detail/-/0131774298//103-0228311-3398236
ISBN:0131774298
Author:Peter van der Linden/Peter Van Der Linden
Publisher:Prentice H
www.eeworm.com/read/434325/7874284
m gauss.m
function [Q,N,X,quad,err] = gauss(f,a,b,A,W,toler)
%---------------------------------------------------------------------------
%GAUSS Gaussian quadraturequadrature.
% Sample call
% [Q,N,X,qua
www.eeworm.com/read/434325/7874312
m aqustep.m
function [quad,errb,cnt] = aqustep(f,a,c,b,fa,fc,fb,sr0,tol,lev)
%---------------------------------------------------------------------------
%AQUSTEP Recursive subroutine for Simpson`s adaptive q
www.eeworm.com/read/434325/7874323
m gauraw.m
function [A,W] = gauraw
%---------------------------------------------------------------------------
%GAURAW Subroutine to load the abscissas and weights
% for Gaussian quadrature.
% Sam
www.eeworm.com/read/434325/7874356
m a5algos.m
%---------------------------------------------------------------------------
%A5ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHODS
www.eeworm.com/read/434325/7874404
m lsline.m
function [a,b] = lsline(X,Y)
%---------------------------------------------------------------------------
%LSLINE Construct the least squares line.
% Sample call
% [a,b] = lsline(X,Y)
% Input
www.eeworm.com/read/434325/7874515
m lufact.m
function [LU,row,det1] = lufact(A)
%---------------------------------------------------------------------------
%LUFACT Factorization using partial pivoting.
% Sample call
% [LU,row,det1] = l
www.eeworm.com/read/434325/7874524
m gseid.m
function [P,dP,Z] = gseid(A,B,P,delta,max1)
%---------------------------------------------------------------------------
%GSEID Gauss-Seidel iteration for solving a linear system.
% Sample call
www.eeworm.com/read/434325/7874594
m trisys.m
function X = trisys(A,D,C,B)
%---------------------------------------------------------------------------
%TRISYS Solution of a triangular linear system.
% It is assumed that D and B have