代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/467467/7003776
xcl pgm_v01.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
www.eeworm.com/read/467470/7004010
xcl pgm_v01.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
www.eeworm.com/read/297874/7093102
m show_psooptions.m
%show_psoOptions >> A function to read and display the psoOptions structure.
%
% Usage : strOptions = show_psoOptions( psoOptions )
% Arguments : A structure containing various option
www.eeworm.com/read/422472/7126123
txt vfdhelp.txt
VFD.EXE Command Reference
====================
GENERAL
====================
Usage:
VFD.EXE [command [options...]]
Commands:
INSTALL Install the Virtual Floppy driver.
www.eeworm.com/read/458392/7297117
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/458392/7297179
m featselregspanboundgdrandom.m
function [RankedVariables,nbsvvec,Values,NbQP,NbInv]=FeatSelspanboundGD(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption)
% USAGE
%
% [RankedVariables,nbsvvec,Values]=FeatSelspanboundGD
www.eeworm.com/read/458392/7297192
m featselregalphagdrandom.m
function [RankedVariables,nbsvvec,Values,NbQP]=FeatSelregalphaGDrandom(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption)
% Usage
%
% [RankedVariables,nbsvvec,Values,NbQP]=FeatSelregalph
www.eeworm.com/read/455115/7377671
m circsine.m
% CIRCSINE - generates circular sine wave grating
%
% Usage: im = circsine(sze, wavelength, p, trim)
%
% Arguments:
% sze - The size of the square image to be produced.
%
www.eeworm.com/read/455115/7377675
m freqcomp.m
% FREQCOMP - Demonstrates image reconstruction from Fourier components
%
% Usage: recon = freqcomp(im, Npts, delay)
%
% Arguments: im - Image to be reconstructed.
% Npts - Nu
www.eeworm.com/read/455115/7377687
m ransac.m
% RANSAC - Robustly fits a model to data with the RANSAC algorithm
%
% Usage:
%
% [M, inliers] = ransac(x, fittingfn, distfn, degenfn s, t, feedback, ...
% maxDataTrials, maxTria