命名参数 [计] named parameter ; named-argument ; Named Arguments ; Named Parameters
具名参数 named parameter
有名参数 named parameters
可选和命名参数 Named & Optional Parameters
命名参数和可选参数 Named and Optional Arguments
命名参数用法 Named Parameter Idiom
数组名参数 [计] array names parameter
命名参数惯用法 Named Parameter Idiom
指名参数 named parameter
即变量名参数等是大小写字母敏感的。
通常,如果指定了文件名参数,则程序把它作为输入。
Typically, if a filename argument is specified, the program takes that as its input.
如果命令行上没有给出文件名参数,我们就使用标准输入。
If a filename arg was not given on the command line, we use stdin.
So all of these programs or commands that we've been using thus far for the piece set in class, take what we call command line arguments, they are the zero or more words that follow the program's name.
所有我们一直在课堂上使用的,这些程序或者命令,携带着命令行参数,它们是跟在,程序名的后面的一个或多个单词。
But this choice of names, both for my functions and also for my parameters or my variables is completely up to me.
但是这个名字的选择,包括我的函数名,和我的参数名,或者变量名都是我定义的。
应用推荐