代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/338643/12290691

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/338643/12290696

m mecefins.m

% mecefins.m % Scope: This MATLAB macro constructs the transformation matrix from ECEF % frame to INS (Wander / North West Up) frame. % Usage: moutpu
www.eeworm.com/read/338643/12290721

m minsecef.m

% minsecef.m % Scope: This MATLAB macro constructs the transformation matrix from INS % (Wander / North West Up) frame to ECEF frame. % Usage: moutpu
www.eeworm.com/read/252157/12296483

sh ramdisk.sh

#!/bin/sh #----------------------------------------------------------------------------------------------- # Usage: mkimage -l image # mkimage -A arch -O os -T type -C comp -a addr -e ep -n name -d d
www.eeworm.com/read/336887/12411347

m pruneskelmap.m

function [SkelMap,SkelPtr,SkelLen] = PruneSkelMap(cw,dynrange,persist,skelmap,skelptr,skellen) % PruneSkelMap -- Remove Thin Bones in Skeleton of Continuous Wavelet Transform % Usage % [skellis
www.eeworm.com/read/336887/12411369

m calcthermopartition.m

function z = CalcThermoPartition(cw,mm,q) % CalcThermoPartition -- Build Thermodynamic Partition Function % Usage % z = CalcThermoPartition(cw,mm,q) % Inputs % cw matrix output by
www.eeworm.com/read/336887/12411374

m calccwtscale.m

function [scales,xtick,ytick] = CalcCWTScale(sz) % CalcCWTScale -- Calculate Scales and TickMarks for CWT Display % Usage % [scales,xtick,ytick] = CalcCWTScale(sz); % Inputs % sz siz
www.eeworm.com/read/336887/12411393

m plotgenfracdimen.m

function PlotGenFracDimen(d,q,scales) % PlotGenFracDimen -- Plot Generalized Fractal Dimension Function % Usage % PlotGenFracDimen(d,q,scale) % Inputs % d matrix output by CalcGen
www.eeworm.com/read/336887/12411396

m skelmap.m

function [skellist,skelptr,skellen] = SkelMap(maxmap) % SkelMap -- Chain together Ridges of Wavelet Transform % Usage % [skellist,skelptr,skellen] = SkelMap(maxmap) % Inputs % maxmap m
www.eeworm.com/read/148553/12460220

m get_psooptions.m

%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm. % % Usage : psoOptions = get_psoOptions % Arguments : None