代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/201202/15413503
sci makesynthesistable.sci
function spkt = MakeSynthesisTable(atomic,pkt)
// MakeSynthesisTable -- Convert atom list to packet table
// Usage
// spkt = MakeSynthesisTable(atomic,pkt)
// Inputs
// atomic atoms f
www.eeworm.com/read/201202/15413535
sci unlockaxes.sci
function UnlockAxes
// UnlockAxes -- Version-independent axis command
// Usage
// UnlockAxes
//
// Side Effects
// Cancels the *hold* side effect of LockAxes using a method
// which
www.eeworm.com/read/201202/15413554
sci rwtscale.sci
function scale = RWTscale(sig,cwt)
// RWTscale is equal to CWTscale
// CWTscale -- Complement to Continuous Wavelet Transform
// Usage
// scale = CWTscale(sig,cwt);
// Inputs
// sig
www.eeworm.com/read/201202/15413576
sci makesignal.sci
function sig = MakeSignal(Name,n)
// MakeSignal -- Make artificial signal
// Usage
// sig = MakeSignal(Name,n)
// Inputs
// Name string: 'HeaviSine', 'Bumps', 'Blocks',
// '
www.eeworm.com/read/201202/15413598
sci calccwtscale.sci
function [scales,xtick,ytick] = CalcCWTScale(sz)
// CalcCWTScale -- Calculate Scales and TickMarks for CWT Display
// Usage
// [scales,xtick,ytick] = CalcCWTScale(sz);
// Inputs
// sz
www.eeworm.com/read/201202/15413611
sci skelmap.sci
function [skellist,skelptr,skellen] = SkelMap(maxmap)
// SkelMap -- Chain together Ridges of Wavelet Transform
// Usage
// [skellist,skelptr,skellen] = SkelMap(maxmap)
// Inputs
// maxmap
www.eeworm.com/read/200122/15440928
m hessian.m
function H = hessian(f,x,varargin)
% PURPOSE: Computes finite difference Hessian
% -------------------------------------------------------
% Usage: H = hessian(func,x,varargin)
% Where: func = functi
www.eeworm.com/read/113576/15453041
m tensorwavkernel.m
function [kernel,KernelInfo]=tensorwavkernel(x,xsup,kerneloption)
% USAGE
%
% [kernel,KernelInfo]=tensorwavkernel(x,xsup,kerneloption)
%
% Process a tensor product wavelet kernel.
% the
www.eeworm.com/read/111513/15511372
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/108893/15570835
c testvnet4.c
//-------------------------------------------------------------------------
//test get/set guestif macaddr,
//test set iflag flag=IFF_UP|IFF_RUNNING;
//test guestifguestif communication
//usage