代码搜索:Prentice
找到约 973 项符合「Prentice」的源代码
代码结果 973
www.eeworm.com/read/334472/12598228
pdf prentice hall - thinking in c++ vol 1.pdf
www.eeworm.com/read/300231/13925805
pdf prentice[1].hall.fundamentals.of.wimax.feb.2007.pdf
www.eeworm.com/read/205087/15326767
pdf prentice_hall-expert_c_programming_deep_secrets.pdf
www.eeworm.com/read/113204/15467099
chm ebook.prentice_hall-ipsec._second_edition.sharereactor.chm
www.eeworm.com/read/434325/7874107
m a11_5.m
echo on; clc;
%---------------------------------------------------------------------------
%A11_5 MATLAB script file for implementing Algorithm 11.5
%
% NUMERICAL METHODS: MATLAB Programs, (c) J
www.eeworm.com/read/434325/7874130
m qr2.m
function D = qr2(A,epsilon,show)
%---------------------------------------------------------------------------
%QR2 Householder reduction to tridiagonal form
% followed by the QR method with
www.eeworm.com/read/434325/7874155
m a11algos.m
%---------------------------------------------------------------------------
%A11ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHOD
www.eeworm.com/read/434325/7874160
m house.m
function A = house(A,show)
%---------------------------------------------------------------------------
%HOUSE Householder`s method is used to reduce
% a symmetric matrix to tridigonal f
www.eeworm.com/read/434325/7874300
m traprl.m
function s = traprl(f,a,b,m)
%---------------------------------------------------------------------------
%TRAPRL Quadrature using the trapezoidal rule.
% Sample call
% s = traprl(f,a,b,m)
%