代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/349194/10842347

pas unitcpu.pas

unit Unitcpu; interface uses Windows, SysUtils; // Call CollectCPUData to refresh information about CPU usage procedure CollectCPUData; // Call it to obtain the number of CPU's in th
www.eeworm.com/read/419474/10866212

m tadmsrad.m

% tadmsrad.m % Scope: This MATLAB macro converts an angle value from degrees/minutes/ % seconds to radians. % Usage: arad = tadmsrad(adeg,amin,asec)
www.eeworm.com/read/419474/10866251

m taraddms.m

% taraddms.m % Scope: This MATLAB macro converts an angle value from radians to % degrees/minutes/seconds. % Usage: [adeg,amin,asec] = taraddms(arad)
www.eeworm.com/read/419474/10866259

m pradr.m

% pradr.m % Scope: This MATLAB macro computes pseudorange and accumulated delta range for a % specified satellite. WGS-84 constants are used. % Usage
www.eeworm.com/read/419194/10880354

txt help_createv.txt

createv: usage: "createv [strlen]" A web variable that can be referenced within web files is created. * is the name of the variable *
www.eeworm.com/read/271244/11002199

m nspplot.m

function [spec,tscale,fscale] = nspplot(freq,amp,twin,fwin); % COMPONENTS/NSPPLOT generates and optionally plots a nonlinear spectrum % using precalculated frequency and amplitude % % Usage: % [
www.eeworm.com/read/271244/11002221

m splinenormalize.m

function [n,a]=splinenormalize(c) % COMPONENTS/SPLINENORMALIZE Normalize a Components structure by spline envelope. % Usage: % [n,a]=splinenormalize(c); % % Input: % c - Components object to b
www.eeworm.com/read/270407/11039158

l ch2-06.l

%{ #undef input #undef unput unsigned verbose; unsigned fname; char *progName; %} %s FNAME %% [ ]+ /* ignore blanks */ ; [ ]+ /* ignore blanks */ ; -h | "-?" | -help { printf("usage
www.eeworm.com/read/176428/6935580

txt releasenotes.txt

About S60 Platform: World Server Example --------------------------------------- The World Server Example demonstrates the usage of the Symbian World Server. The example has methods for retrieving
www.eeworm.com/read/468922/6981925

m kernelpca.m

function [eigvect,eigval,Kt]=kernelpca(x,kernel,kerneloption) % USAGE % [eigvect,eigval]=kernelpca(x,kernel,kerneloption) % % Diagonalizing the covariance matrix in feature space % % eigenv