argument list的意思|示意
[计] 变元表
argument list的用法详解
Argument List是指在编程中,将传入函数、子程序或模块的参数列表,也叫参数列表或形式参数列表。在计算机程序设计中,参数列表是指函数或子程序的参数列表,由参数名称和参数类型组成,用于描述函数或子程序的参数序列,保证参数的合法性和准确性。
参数列表可用于调用函数、子程序或模块时输入参数,为内部代码提供参数值。它也可以定义函数、子程序或模块的入口点,明确参数的格式,完成接口的调用与处理。在编写程序时,也可以按照参数列表的格式对程序进行逻辑拆解,减少程序的复杂度,增强程序的可读性。
因此,Argument List可以被用于定义参数的类型,用于检查传入参数的合法性,提供函数、子程序或模块的入口点,调用和处理函数的参数,以及编程时对程序进行逻辑拆解等。
argument list相关短语
1、 Argument list syntax error 参数表语法错误,分析与处理,参数表出现语法错误
2、 identical argument list 恒等自变量表,相同变元表
3、 argument-list 参数列表
4、 abbreviated argument list 缩写变元表,简略自变量表,短缩变元表
5、 type-argument-list opt 类型实参列表可选
6、 null argument list 空自变量表,零变元表
7、 The argument list 引数列
8、 argument list detail 自变量表
9、 argument list overflow 自变量表溢出,变元表溢出
argument list相关例句
Expression is not an array or a method, and cannot have an argument list.
表达式不是数组或方法, 不能具有参数列表.
互联网
Supply the array variable at the corresponding place in the argument list.
在参数列表的对应位置提供数组变量.
互联网
The class is instantiated as if by a new expression with an empty argument list.
该类使用不带参数的new表达式实例化.
互联网
The method name and argument list together uniquely identify the method.
自变量列表列出了想传递给方法的信息类型和名称.
互联网
The method argument list specifies what information you pass into the method.
自变量列表规定了我们传送给方法的是什么信息.
互联网
Place the arguments in the argument list within the parentheses, separated by commas.
将参数放入括号内的参数列表中, 以逗号分隔.
互联网