代码搜索:Prentice
找到约 973 项符合「Prentice」的源代码
代码结果 973
www.eeworm.com/read/272527/10954378
txt mmtool4.txt
精通MATLAB综合辅导与指南 (Mastering MATLAB: a comprehensive tutorial and reference)
作者: Duane Hanselman、Bruce Littlefield
ISBN: 7-5605-0933-9/TP 161
出版社: 西安交通大学出版社/Prentice Hall
1998年1月
内容简介:
本书介绍
www.eeworm.com/read/453667/7415490
txt intro.txt
书名: XML 编程技术大全
ISBN: 7-900637-65-6
作者: (美)H.M.Deitel&P.J.Deitel 等
出版社: 清华大学出版社
本书介绍了XML语言的基础,以及未来革新所依赖的许多相关技术。共分为以下几部分:首先介绍如何使用HTML编程方式创建Web站点,再用XML快速建立这些程序,藉此探究XML的基础知识,及XML与HTML的区别,再介绍XML相 ...
www.eeworm.com/read/434325/7874112
m invpow.m
function [lambda,V] = invpow(A,alpha,X,epsilon,max1,show)
%---------------------------------------------------------------------------
%INVPOW The inverse power method is used to find the dominan
www.eeworm.com/read/434325/7874136
m power.m
function [lambda,V] = power(A,X,epsilon,max1,show)
%---------------------------------------------------------------------------
%POWER The power method is used to find the dominant eigenpair.
%
www.eeworm.com/read/434325/7874148
m jacobi2.m
function [V,D] = jacobi2(A,epsilon,show)
%---------------------------------------------------------------------------
%JACOBI2 The cyclic Jacobi`s method of iteration is used
% to comput
www.eeworm.com/read/434325/7874165
m jacobi1.m
function [V,D] = jacobi1(A,epsilon,show)
%---------------------------------------------------------------------------
%JACOBI1 The original Jacobi`s method of iteration is used
% to comp
www.eeworm.com/read/434325/7874178
m house2.m
function A = house2(A,show)
%---------------------------------------------------------------------------
%HOUSE2 Householder`s method is used to reduce
% a symmetric matrix to tridigonal
www.eeworm.com/read/434325/7874198
m lusolv.m
function [X,Y] = lusolv(A,B,row)
%---------------------------------------------------------------------------
%LUSOLV LU solution of a linear system.
% Forward substitution followed
%
www.eeworm.com/read/434325/7874253
m simprl.m
function s = simprl(f,a,b,m)
%---------------------------------------------------------------------------
%SIMPRL Quadrature using Simpson`s rule.
% Sample call
% s = simprl('f',a,b,m)
% Inpu
www.eeworm.com/read/434325/7874263
m a7algos.m
%---------------------------------------------------------------------------
%A7ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHODS