查询
1 词典释义:
argument list
时间: 2025-10-25 07:24:02
英 [ˈɑːɡjʊm(ə)nt lɪst]
美 [ˈɑrɡjəmənt lɪst]

参数列表

双语例句
  • Note the argument list after the class name.

    注意类名字后面的参数列表。

  • Next, define your argument list, called argv.

    下一步,定义参数列表,使argv被调用。

  • Functions that have a variable argument list (...).

    具有可变参数列表的函数(…)。

  • The method return type appears after the argument list.

    方法的返回类型在参数列表的最后出现。

  • Scala lets you define more than one argument list for a method.

    Scala可以让你为方法定义一个以上的参数列表。

  • Assume an arbitrary argument list is passed to the above function.

    假定将任意参数列表传递给上面的函数。

  • arguments is the actual argument list to pass to the called method.

    arguments 是实际要传递给被调方法的参数列表。

  • Follow the procedure name with parentheses to enclose the argument list.

    请在过程名称后面用括号将参数列表括起来。

  • Supply the array variable at the corresponding place in the argument list.

    在引数清单中的对应位置提供阵列变数。

  • Define one version of the procedure with the parameter in the argument list.

    以引数清单中的参数定义一个程序版本。

  • The first extension that Ruby adds to the simple code block is an argument list.

    Ruby添加到这个简单代码块的第一个扩展是一个参数列表。

  • Line 4 sets the variable was to the value of the next item in the argument list.

    第4行将变量was设置为参数表中下一项的值。

  • Write the procedure call in the normal way, presenting the data in the argument list.

    以通常方式编写过程调用,用参数列表提供数据。

  • Place the arguments in the argument list within the parentheses, separated by commas.

    将参数放入括号内的参数列表中,以逗号分隔。

  • In the calling code, do not enclose the argument in parentheses in the argument list.

    在调用代码中,不要将实参列表中的实参放在括号内。

  • A trailing comma may be present after an argument list but does not affect the semantics.

    在参数表后面可以出现一个逗号,但它在语义上是没有任何作用的。

  • A predicate name, followed by an argument list in parentheses, is called an atomic formula.

    一个谓词名,后跟以括在圆括号中的一个变元表,称为原子公式。

  • For instance, the argument list might contain the address of a 16MB chunk of data to process.

    举例来说,参数列表可能会包含一个要处理的 16MB 大小的数据的地址。

  • What we do is, in a loop, march down the argument list checking each one to see if it is an option.

    我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。

  • Note that each argument list is surrounded by parentheses and the arguments are separated by commas.

    注意,每一个参数列表会被括号所包围,并且所有的参数由逗号隔开。

  • If the property takes arguments, follow the property name with parentheses to enclose the argument list.

    如果属性有引数,请在属性名称之后紧接著括号,将引数清单括起来。

  • Don't forget to compile with the -source 1.5 option or the compiler won't recognize the variable argument list.

    不要忘记用- source 1.5选项编译,否则编译器不会识别变量参数列表。

  • A statement that runs a function. It consists of the function name followed by an argument list in parentheses.

    函数调用:运行某个函数的语句。包括了函数的名字以及括号,括号内放函数需要的实际参数。

  • At the end of the hook method, I invoke the original method call on the decorated object using my new argument list.

    在钩子方法的结束部分,我使用新参数列表对修饰对象调用原始方法。

  • Omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list.

    省略构造函数参数列表和封闭的圆括号等价于指定一个空参数列表。

  • The first argument is the function name, the second the argument list, and the third is the code you wish to execute.

    第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。

  • When this happens at the outermost level of a script, it automatically assumes that the argument list is the parameter.

    当这发生在脚本的最外层时,它自动假设参数表是参数。

  • Shift removes all the processed arguments from the argument list, leaving the list of files and directories to process.

    shift从参数列表中删除所有已处理的参数,保留待处理的文件和目录列表。

  • To set the default property value, use the variable name, with an argument list, on the left side of an assignment statement.

    若要设置默认属性值,请在赋值语句左侧使用带有参数列表的变量名。