代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/323581/3513800

n canvasprintdialog.n

'\" '\" canvasprintdialog (c) 1995 Mark L. Ulferts '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" @(
www.eeworm.com/read/323581/3514544

h usigno.h

PARAMETER (MXIGNV=50,MXIGNS=50,MUUNIT=15) COMMON /USIGNO/ GALEPH,ADAMO,USAGE,UNFLP,atlas, & NIGNOR,NIGNOS, & CIGNOR(MXIGNV),LIGNOR(MXIGNS), &
www.eeworm.com/read/316872/3603944

sh config3270.sh

#!/bin/sh # # config3270 -- Autoconfigure /dev/3270/* and /etc/inittab # # Usage: # config3270 # # Output: # /tmp/mkdev3270 # # Operation: #
www.eeworm.com/read/316872/3603957

txt register-banks.txt

Notes on register bank usage in the kernel ========================================== Introduction ------------ The SH-3 and SH-4 CPU families traditionally include a single partial register bank
www.eeworm.com/read/309003/3708154

m wtbrowser_window.m

function WTBrowser_Window % WTBrowser -- Mallat's "WaveLet Tour of Signal Processing" Browser % Usage % WTBrowser % Inputss % none % Outputs % none % % Description % The "Wav
www.eeworm.com/read/309003/3708202

m blockmedian.m

function m = BlockMedian(P,interval,method) % BlockMedian -- Compute median of a polynomial over an interval % Usage % m = BlockMedian(P, interval) % Inputs % P Polynomial, %
www.eeworm.com/read/309003/3708315

m plotorderedcoef.m

function PlotOrderedCoef(wc) % PlotOrderCoef -- Plot Ordered Coefficients % Usage % PlotOrderedCoef(wc) % Inputs % wc wavelet coeffs % [n,J] = dyadlength(wc); ordcoef = reverse
www.eeworm.com/read/309003/3708432

m rightshift.m

function outmatrix= RightShift(inmatrix) % RightShift -- Shift right matrix, the last column is moved to the first. % Usage % outmatrix= RightShift(inmatrix); % Inputs % inmatrix % Outp
www.eeworm.com/read/309003/3708640

m pr.m

function [powerrem,rowpowerrem] = PR(coeff) % PR --- Used to calculate Power Remaining % Required to make Figure L % Usage % [powerrem,rowpowerrem] = PR(coeff) % Inputs -- %
www.eeworm.com/read/309003/3708805

m multisurethresh.m

function [thresh,magic,scale] = MultiSUREThresh(wcoef,L) % MultiSUREThresh -- % Usage % [thresh,magic,scale] = MultiSUREThresh(wcoef,L) % % Inputs % wcoef wavelet coefficients fr