代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/252193/12294610
sh noinfor.sh
#!/bin/sh
i=1
for param
do
echo 'parameter #$I is $param'
i=$i+1
done
www.eeworm.com/read/149911/12333634
bas 6100_for_mega_128l.bas
'Ansteuerung eines Nokia 6100 Farb-Display
'Copyright Martin Kuehn Januar 2004
'martin-k@x-mail.net
'Dieses Programm dient nur f黵 Demonstrationszwecke und ist absichtlich
'sehr einfach gehalte
www.eeworm.com/read/149911/12333638
bas 3510i_for_mega128l.bas
'Ansteuerung eines Nokia 3510i Farb-Display
'Copyright Martin Kuehn Januar 2004
'martin-k@x-mail.net
'Dieses Programm dient nur f黵 Demonstrationszwecke und ist absichtlich
'sehr einfach gehalte
www.eeworm.com/read/149739/12353226
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/336772/12416043
news
This is the NEWS for chan_ss7. This version is maintained by Anders Baekgaard (ab@dicea.dk).
Please send bug reports, feature requests etc. to chan_ss7@dicea.dk.
New in version 1.1
- Fixed buffer ove
www.eeworm.com/read/130706/14176379
txt note.txt
========================== Version 2.07a =======================================
Date: Oct. 09, 2000
-Padded 2 bytes in RxBuf to make IP header in the WORD boundary.
-Fixed the bug that if CPU t
www.eeworm.com/read/129337/14250784
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/129337/14250811
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/228773/14363962
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/228773/14363974
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