代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/399963/7819126
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/399963/7819135
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/399805/7835127
m videowriter.m
function vw = videoWriter(url, varargin)
% videoWriter class constructor
% Creates a object that writes video files. We use a plugin
% architecture in the backend to do the actual writing. F
www.eeworm.com/read/398819/7919026
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/198548/7928225
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 :
www.eeworm.com/read/297900/7986273
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/332234/12772104
sh noinfor.sh
#!/bin/sh
i=1
for param
do
echo 'parameter #$I is $param'
i=$i+1
done
www.eeworm.com/read/245816/12779814
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