代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/144399/12796850
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/144399/12796884
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/144399/12796960
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/144399/12797005
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/144399/12797028
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
www.eeworm.com/read/144399/12797108
m contents.m
% NMM Toolbox: data files
%
% airSat.dat Saturation pressure for air as a function of temperature
% Pressure (MPa) in column 1, Temperature (K) in column 2
% airvisc.dat
www.eeworm.com/read/144399/12797251
m contents.m
% NMM toolbox: miscellaneous utility and maintenance routines
%
% addpwd Add the current directory to the path
% chop10 Round a floating point number to n base-10 digits.
% drawPl
www.eeworm.com/read/144399/12797282
m contents.m
% NMM Toolbox: routines demonstrating roundoff and truncation errors
%
% Archimedes Perimeter of an n-sided polygon inscribed in a circle.
% bin2flt Expand a binary representation of fl
www.eeworm.com/read/144399/12797341
m contents.m
% NMM toolbox: routines for finding the roots of f(x) = 0
%
% bisect Use bisection to find a root of the scalar equation f(x) = 0
% brackPlot Find and plot brackets for roots of a function.
www.eeworm.com/read/144399/12797367
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