代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/458493/7295672
m contents.m
% NMM Toolbox: routines for eigenvalue computation
%
% eigSort Eigenvalue/vectors sorted in ascending or descending order
% iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/458493/7295704
m contents.m
% NMM toolbox: routines for linear algebra and solution of linear systems
%
% Cholesky Cholesky factorization of a symmetric, positive definite matrix
% demoNewtonSys Solve a 2-by-2 nonli
www.eeworm.com/read/458493/7295757
m contents.m
% NMM toolbox: routines for solution of Ordinary Differential Equations
%
% compEM Compare Euler and Midpoint for solution of dy/dx = -y; y(0) = 1
% compEMRK4 Compare flops and accur
www.eeworm.com/read/458493/7295780
m contents.m
% NMM toolbox: routines for interpolation
%
% binSearch Binary search to find index i such that x(i)
www.eeworm.com/read/458493/7295806
m contents.m
% NMM toolbox: routines for numerical integration (quadrature)
%
% adaptGK Adaptive numerical integration using Gauss-Kronrod 7-15 rule
% adaptSimpson Adaptive numerical integrati
www.eeworm.com/read/458488/7295930
m contents.m
% NMM toolbox: routines for demonstration of code structure and debugging
%
% dailyAve Compute average daily flow rate from hourly flow data
% Used for analysis of Glen Canyon D
www.eeworm.com/read/458488/7295941
m contents.m
% NMM toolbox: routines for demonstration of programming constructs
%
% addmult Compute sum and product of two matrices
% binSearch.c C source code for binSearch.mex --- see also binSearch.m
www.eeworm.com/read/458488/7295966
m contents.m
% NMM Toolbox: routines for least squares fitting of curves to data
%
% conductFit LS fit of conductivity data for Copper at low temperatures
% cuconBasis1 Basis fcns for conductivity model: 1
www.eeworm.com/read/458488/7295983
m contents.m
% NMM toolbox: scripts demonstrating interactive commands
%
% demoContour Demonstration of contour plot
% demoSubplot Demonstration of subplot with four sine functions
% demoSurfTypes D
www.eeworm.com/read/458488/7295990
m contents.m
% Numerical Methods with MATLAB Toolbox
% Version 1.04 02-Feb-2003
%
% MATLAB Routines and data to accompany the book
% ``Numerical Methods with MATLAB: Implemenations and Applications''
% Co