代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/458661/7291887
m contents.m
% --------------------------------------------------------------------------
% Electromagnetic Waves & Antennas Toolbox
% --------------------------------------------------------------------------
% C
www.eeworm.com/read/458493/7295505
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/458493/7295516
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/458493/7295541
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/458493/7295558
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/458493/7295565
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/458493/7295584
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/458493/7295628
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/458493/7295648
txt contents.txt
% 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/458493/7295660
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.