代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/309003/3708180
m newshrink.m
function NewShrink
% NewShrink -- Called by WLBrowser
% Usage
% NewShrink
% Inputs
% none
% Outputs
% none
% Description
% Carry out shrinkage denoising and plot results.
%
%*******
www.eeworm.com/read/309003/3708215
m plotsemicompressnum.m
function PlotSemiCompressNum(cnums,type,Title)
% PlotSemiCompressNum -- Plot Compression Numbers on Semilog Scale
% Usage
% PlotSemiCompressNum(cnums,type,Title)
%
if strcmp(type,'MPWP'),
www.eeworm.com/read/309003/3708694
m coeffrisk.m
function risk = coeffrisk(mu,lambda,thresholdtype)
% coeffrisk --- This calculates single coefficient risks
% Usage
% risk = coeffrisk(mu,lambda,thresholdtype)
% Inputs
% mu :
www.eeworm.com/read/309003/3708775
m tourcleanup.m
function TourCleanup
% TourCleanup -- Clean up Tour global variables
% Usage
% TourCleanup
%
clear global xDoppler
clear global t xblocks
clear gl
www.eeworm.com/read/309003/3708809
m correlcleanup.m
function CorrelCleanup
% CorrelCleanup -- Clean up Correl global variables
% Usage
% CorrelCleanup
%
clear global ADAPTFIGNUM Spline_Data xheavi
clear global
www.eeworm.com/read/303435/3811126
shell todays_date.cwp.shell
TODAYS_DATE - prints today's date in ZULU format with no spaces
Usage: todays_date
Note: Useful for building dated filenames
www.eeworm.com/read/303435/3811277
main sumigprefd.su.main
SUMIGPREFD --- The 2-D prestack common-shot 45-90 degree
finite-difference migration.
Usage:
sumigpr
www.eeworm.com/read/303435/3811777
sh grep.sh
#! /bin/sh
# /*********************** self documentation **********************/
# Grep - recursively call egrep in pwd
#
# Usage: Grep [-egrep_options] pattern
#
# Caution: Do NOT redirect into fil
www.eeworm.com/read/303435/3811780
sh newcase.sh
#! /bin/sh
# /*********************** self documentation **********************/
# NEWCASE - Changes the case of all the filenames in a directory, dir
#
# Usage: newcase -l dir change all filenames t
www.eeworm.com/read/303435/3811791
sh this_year.sh
#! /bin/sh
# /*********************** self documentation **********************/
# THIS_YEAR - print the current year
#
# Usage: this_year
#
# NOTES - useful for building dated filenames, etc.
#
# /**