argument list
[计] 变元表
2025-06-03 02:06 浏览次数 12
[计] 变元表
identifier type-argument-list opt标识符
Argument t list syntax error参数表语法错误
argument expressions list算式列
type-argument-list opt类型实参列表可选
argument type list变元类型表
named-argument-list命名参数列表
positional-argument-list定位参数列表
argument mode list变元方式列表
here the process substitution runs the directory listing components and returns a list of filenames, which is in turn supplied to the argument list of the emacs command.
这里的进程替换运行目录列表组件并返回一个文件名列表,后者又提供给emacs命令的参数列表。
the effects of calling the admin( ) and task( ) functions with the same argument list are equivalent, but their return values, which indicate the result of the operation, have different data types.
用相同的参数列表调用admin( )和task( )函数的效果是相同的,但是它们返回的表示操作结果的值有不同的数据类型。
a command such as rm somepath/*, for a directory containing a lot of files with long names, might fail with a message indicating that the argument list was too long.
针对某个包含大量名称很长的文件的目录的命令,比如rmsomepath/*,可能会失败,返回的消息表明参数列表太长。
traits don’t support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.
traits 不支持辅助构造函数,它们也不支持在主构造函数,trait的主体里的参数列表。
assume an arbitrary argument list is passed to the above function.
假定将任意参数列表传递给上面的函数。
the argument list in parentheses is actually a variable-length argument list of string's, indicated by the string* type following the colon.
在括号里的参数列表实际上是一个string(字符串)类型的可变长度参数列表,由冒号后面后面的string*类型决定。
note that each argument list is surrounded by parentheses and the arguments are separated by commas.
注意,每一个参数列表会被括号所包围,并且所有的参数由逗号隔开。
omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list.
省略构造函数参数列表和封闭的圆括号等价于指定一个空参数列表。
what we do is, in a loop, march down the argument list checking each one to see if it is an option.
我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。
for instance, the argument list might contain the address of a 16mb chunk of data to process.
举例来说,参数列表可能会包含一个要处理的16mb 大小的数据的地址。
custom skeletons also allows you to change the method name and argument list for the generate() method, so a sufficiently perverse developer can make very customized templates.
定制骨架也可以用来修改方法名和generate()方法的参数列表,这样非常挑剔的开发人员就可以任意定制模板。
when this happens at the outermost level of a script, it automatically assumes that the argument list is the parameter.
当这发生在脚本的最外层时,它自动假设参数表是参数。
almost every single api routine has access to a pool, either through a pointer to one being explicitly in the argument list or by there being one inside one of the structures that is passed.
几乎每一个api程序能够访问一个池,通过一个指针指向一个明确的参数列表或有一个内部传递的结构。
arguments is the actual argument list to pass to the called method.
arguments是实际要传递给被调方法的参数列表。
e2big -- the argument list passed to the function was too long.
传递给函数的参数列表太长。
a predicate name, followed by an argument list in parentheses, is called an atomic formula.
一个谓词名,后跟以括在圆括号中的一个变元表,称为原子公式。
we know that the value is being shifted off of the argument list because no argument is given to the shift function.
我们知道,值正在被从参数表中移去,因为shift方法中没有给出参数。
scala lets you define more than one argument list for a method.
scala可以让你为方法定义一个以上的参数列表。
note the argument list after the class name.
注意类名字后面的参数列表。