代码搜索:Prentice

找到约 973 项符合「Prentice」的源代码

代码结果 973
www.eeworm.com/read/320558/13423952

m iforgot.m

function iforgot(n) %IFORGOT Recursive Function Call Example. % % D.C. Hanselman, University of Maine, Orono, ME, 04469 % 1/25/95 % Copyright (c) 1996 by Prentice-Hall, Inc. if nargin==0,n=20;end if
www.eeworm.com/read/306131/13752018

m iforgot.m

function iforgot(n) %IFORGOT Recursive Function Call Example. % % D.C. Hanselman, University of Maine, Orono, ME, 04469 % 1/25/95 % Copyright (c) 1996 by Prentice-Hall, Inc. if nargin==0,n=20;end if
www.eeworm.com/read/305390/13772311

m house.m

function T=house (A) %Input - A is an nxn symmetric matrix %Output - T is a tridiagonal matrix % NUMERICAL METHODS: Matlab Programs % (c) 2004 by John H. Mathews and Kurtis D. Fink % Complementary
www.eeworm.com/read/303363/13817181

m poles.m

function z=poles(r) %POLES Poles of a Rational Polynomial Object. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 if ~isa
www.eeworm.com/read/303351/13817534

m poles.m

function z=poles(r) %POLES Poles of a Rational Polynomial Object. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 if ~isa
www.eeworm.com/read/303351/13817570

m zeros.m

function z=zeros(r) %ZEROS Zeros of a Rational Polynomial Object. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 z=roots
www.eeworm.com/read/156871/6324044

m iforgot.m

function iforgot(n) %IFORGOT Recursive Function Call Example. % % D.C. Hanselman, University of Maine, Orono, ME, 04469 % 1/25/95 % Copyright (c) 1996 by Prentice-Hall, Inc. if nargin==0,n=20;end if
www.eeworm.com/read/480814/6661998

m iforgot.m

function iforgot(n) %IFORGOT Recursive Function Call Example. % % D.C. Hanselman, University of Maine, Orono, ME, 04469 % 1/25/95 % Copyright (c) 1996 by Prentice-Hall, Inc. if nargin==0,n=20;end if
www.eeworm.com/read/478348/6715203

m iforgot.m

function iforgot(n) %IFORGOT Recursive Function Call Example. % % D.C. Hanselman, University of Maine, Orono, ME, 04469 % 1/25/95 % Copyright (c) 1996 by Prentice-Hall, Inc. if nargin==0,n=20;end if
www.eeworm.com/read/406404/11443105

h wingraph.h

//-----------------------------------------------------------------------------------// // Windows Graphics Programming: Win32 GDI and DirectDraw // //