argument list
参数列表:在编程中
常用释义
英式发音
美式发音
基本释义
- 参数列表:在编程中,指的是函数或方法中所接受的参数的列表。
例句
-
1·Note the argument list after the class name.注意类名字后面的参数列表。
-
2·Next, define your argument list, called argv.下一步,定义参数列表,使argv被调用。
-
3·Functions that have a variable argument list (...).具有可变参数列表的函数(…)。
-
4·The method return type appears after the argument list.方法的返回类型在参数列表的最后出现。
-
5·Scala lets you define more than one argument list for a method.Scala可以让你为方法定义一个以上的参数列表。
-
6·Assume an arbitrary argument list is passed to the above function.假定将任意参数列表传递给上面的函数。
-
7·arguments is the actual argument list to pass to the called method.arguments 是实际要传递给被调方法的参数列表。
-
8·Follow the procedure name with parentheses to enclose the argument list.请在过程名称后面用括号将参数列表括起来。
-
9·Supply the array variable at the corresponding place in the argument list.在引数清单中的对应位置提供阵列变数。
-
10·Define one version of the procedure with the parameter in the argument list.以引数清单中的参数定义一个程序版本。