代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/165536/10058400
txt tm.txt
TM [DUAL MODE]
NAME TM - Time mark. Shows the current time.
SYNTAX
tm [/H | /?]
USAGE
T
www.eeworm.com/read/360770/10079110
m convolve.m
function z = convolve (x,y)
%-----------------------------------------------------------------------
% Usage: z = convolve (x,y)
%
% Description: Compute the convolution of two discrete-time
www.eeworm.com/read/360770/10079127
m graphfun.m
function graphfun (a,b,caption,xaxis,yaxis,f)
%----------------------------------------------------------------
% Usage: graphfun (a,b,caption,xaxis,yaxis,f)
%
% Description: Graph the funct
www.eeworm.com/read/360770/10079179
m randg.m
function A = randg (m,n,mu,sigma)
%-----------------------------------------------------------------------
% Usage: A = randg (m,n,mu,sigma)
%
% Description: Generate a matrix of random numb
www.eeworm.com/read/360770/10079201
m tridec.m
function [x,Delta] = tridec (T,b)
%----------------------------------------------------------------------
% Usage: [x,Delta] = tridec (T,b)
%
% Descripton: Solve an n dimensional tridiagonal
www.eeworm.com/read/360770/10079224
m plotmat.m
function graphmat (Z,caption,xaxis,yaxis,zaxis)
%----------------------------------------------------------------
% Usage: plotmat (Z,caption,xaxis,yaxis,zaxis)
%
% Description: Plot a matri
www.eeworm.com/read/360770/10079227
m useradd.m
function t = useradd (u)
%----------------------------------------------------------------
% Usage: t = useradd (u)
%
% Description: Add script u to the list of user scripts t.
%
www.eeworm.com/read/360770/10079230
m dft.m
function y = dft (x,dir)
%----------------------------------------------------------------
% Usage: y = dft (x,dir)
%
% Description: Compute the one-dimensional discrete Fourier
%
www.eeworm.com/read/360770/10079232
m trisub.m
function [x,Delta] = trisub (Q,b)
%----------------------------------------------------------------------
% Usage: [x,Delta] = trisub (Q,b)
%
% Descripton: Solve the factored tridiagonal line
www.eeworm.com/read/360770/10079236
m polynom.m
function y = polynom (a,x)
%----------------------------------------------------------------
% Usage: y = polynom (a,x)
%
% Description: Evaluate a polynomial using Horner's rule.
%
% Inpu