代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/360770/10079205
m jacobi.m
function [c,P,r] = jacobi (A,tol,m)
% ----------------------------------------------------------------------
% Usage: [c,P,r] = jacobi (A,tol,m)
%
% Description: Find the eigenvalues and ei
www.eeworm.com/read/360770/10079243
m monte.m
function y = monte (a,b,n,f)
%------------------------------------------------------------------------
% Usage: y = monte (a,b,n,f)
%
% Description: Use the Monte Carlo method to integrate a
www.eeworm.com/read/360770/10079275
m fir.m
function b = fir (g,p)
%-----------------------------------------------------------------------
% Usage: b = fir (g,p)
%
% Description: Design an FIR linear-phase filter with speciefied
%
www.eeworm.com/read/421532/10732219
tex postmini_users_guide_v92.tex
%%
%% Copyright 1999, 2000, Compaq Computer Corporation
%%
%% See the file "license.terms" for information on usage and redistribution
%% of this file, and for a DISCLAIMER OF ALL WARR
www.eeworm.com/read/419765/10839068
py chooser.py
#---------------------------------------------------------------------
# Chooser test
#
# This script demonstrates the usage of the class-based chooser.
#
# Author: Gergely Erdelyi
www.eeworm.com/read/274792/10852206
m degree_of_cyclostationarity.m
function d=degree_of_cyclostationarity(R)
%
% DEGREE_OF_CYCLOSTATIONARITY
% Compute the degrees of cyclostationarity of a signal
% from its cyclic autocorrelation
%
% USAGE
%
www.eeworm.com/read/274600/10862370
m greytrans.m
% GREYTRANS - Interactive greyscale manipulation of an image (RGB or greyscale)
%
% Usage: [newim, x, y] = greytrans(im, npts)
%
% Arguments
% im - Image to be transformed
%
www.eeworm.com/read/419474/10866231
m vep.m
% vep.m
% Scope: This MATLAB macro computes the value of the vertical error
% probable (VEP).
% Usage: yvep = vep(y)
% Description of parameters:
%
www.eeworm.com/read/419194/10880350
txt help_getv.txt
getv:
Usage: "getv "
Get the value of the named variable. The value is
printed using the format specifier given in the
createv command.
www.eeworm.com/read/455115/7377639
m greytrans.m
% GREYTRANS - Interactive greyscale manipulation of an image (RGB or greyscale)
%
% Usage: [newim, x, y] = greytrans(im, npts)
%
% Arguments
% im - Image to be transformed
%