代码搜索:Prentice

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

代码结果 973
www.eeworm.com/read/434325/7874497

m a3_i.m

echo on; clc; %--------------------------------------------------------------------------- %A3_i MATLAB script file for implementing Algorithm 3.i % % NUMERICAL METHODS: MATLAB Programs, (c) Joh
www.eeworm.com/read/434325/7874650

m findiff.m

function [T,X] = findiff(p,q,r,a,b,alpha,beta,n) %--------------------------------------------------------------------------- %FINDIFF Finite difference solution to the boundary value problem %
www.eeworm.com/read/434325/7874711

m forwdif.m

function U = forwdif(f,g1,g2,a,b,c,n,m) %--------------------------------------------------------------------------- %FORWDIF Finite difference solution to the heat equation. % Sample call % U
www.eeworm.com/read/227522/14421590

m contents.m

% Time Series Analysis - A toolbox for the use with Matlab and Octave. % Version 3.32 02-Oct-2003 % % Copyright (C) 1996-2003 by Alois Schloegl % WWW: http://www.dpmi.tu-graz
www.eeworm.com/read/170937/9779053

m contents.m

% Time Series Analysis - A toolbox for the use with Matlab and Octave. % Version 3.32 02-Oct-2003 % % Copyright (C) 1996-2003 by Alois Schloegl % WWW: http://www.dpmi.tu-graz
www.eeworm.com/read/440704/7683048

txt rel-ops.txt

SELECT Title, Price FROM BOOK WHERE PublisherID IN (SELECT PublisherID FROM PUBLISHER WHERE Name = 'Prentice Hall' OR Name = 'Atros'); The "SELECT" relational operation was used to get some speci
www.eeworm.com/read/434325/7874059

m tch.m

function p = tch(C,n,x,a,b) %--------------------------------------------------------------------------- %TCH Evaluation of the Chebyshev polynomial. % Sample calls % p = tch(C,n,x) % p = t
www.eeworm.com/read/434325/7874226

m a11_4.m

echo on; clc; %--------------------------------------------------------------------------- %A11_4 MATLAB script file for implementing Algorithm 11.4 % % NUMERICAL METHODS: MATLAB Programs, (c) J
www.eeworm.com/read/434325/7874317

m rctrap.m

function T = rctrap(f,a,b,n) %--------------------------------------------------------------------------- %RCTRAP Quadrature using the recursive trapezoidal rule. % Sample call % T = rctrap('f
www.eeworm.com/read/434325/7874330

m grpoly.m

function grpoly(a,b,m,n) %--------------------------------------------------------------------------- %GRPOLY To graph a polynomial. % Sample call % grpoly(a,b,m,n) % Inputs % a left e