代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/262261/11595742
try_var
#!/bin/sh
salutation="Hello"
echo $salutation
echo "The program $0 is now running"
echo "The second parameter was $2"
echo "The first parameter was $1"
echo "The parameter list was $*"
echo "The user
www.eeworm.com/read/262261/11595775
readme
Chapter 2 - Shell Programming.
first - A shell script that searches for files containing the word, "POSIX", and prints these files to screen.
variable - A script that demonstrates the quoting r
www.eeworm.com/read/347508/11660242
txt readme.txt
JM Reference Software Manual
============================
please send comments and additions to suehring@hhi.de
1. Compilation
2. Command line parameters
3. Input/Output file format
4. Confi
www.eeworm.com/read/260913/11687091
m window.m
function h=window(N,name,param,param2);
%WINDOW Window generation.
% H=WINDOW(N,NAME,PARAM,PARAM2)
% yields a window of length N with a given shape.
%
% N : length of the window
% NAME : name o
www.eeworm.com/read/346367/11752860
m window.m
function h=window(N,name,param,param2);
%WINDOW Window generation.
% H=WINDOW(N,NAME,PARAM,PARAM2)
% yields a window of length N with a given shape.
%
% N : length of the window
% NAME : name o
www.eeworm.com/read/343481/11944748
m progen.m
function profile = progen(initpos,initvel,initdcm,segparam)
%PROGEN Flight profile generator. Local-level version
% suitable for short-distance, short-duration flights.
%
www.eeworm.com/read/342749/12003715
m window.m
function h=window(N,name,param,param2);
%WINDOW Window generation.
% H=WINDOW(N,NAME,PARAM,PARAM2)
% yields a window of length N with a given shape.
%
% N : length of the window
% NAME : name o
www.eeworm.com/read/255755/12057738
m get.m
%GET Get dataset parameter fields
%
% [VALUE1,VALUE2,...] = GET(A,FIELD1,FIELD2,...)
%
% INPUT
% A Dataset
% FIELDx Field names (strings)
%
% OUTPUT
% VALUEx Field values
%
% DESCRIP
www.eeworm.com/read/341201/12103672
m arqr.m
function [R, scale]=arqr(v, p, mcor)
%ARQR QR factorization for least squares estimation of AR model.
%
% [R, SCALE]=ARQR(v,p,mcor) computes the QR factorization needed in
% the least squares estima