Note the argument list after the class name.
注意类名字后面的参数列表。
The method return type appears after the argument list.
方法的返回类型在参数列表的最后出现。
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.
以引数清单中的参数定义一个程序版本。
Line 4 sets the variable was to the value of the next item in the argument list.
第4行将变量was设置为参数表中下一项的值。
In the calling code, do not enclose the argument in parentheses in the argument list.
在调用代码中,不要将实参列表中的实参放在括号内。
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.
将参数放入括号内的参数列表中,以逗号分隔。
The argument list (if present) consists of one or more expressions, separated by commas.
参数列表(如果存在)由一个或多个表达式组成,中间用逗号隔开。
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.
我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。
If you intend to omit the argument, use successive commas in the argument list to mark its omission.
若要省略引数,请在引数清单中使用连续的逗号,来标记其省略。
If the property takes arguments, follow the property name with parentheses to enclose the 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从参数列表中删除所有已处理的参数,保留待处理的文件和目录列表。
You must provide values for all arguments that are not optional, and you must enclose the argument list in parentheses.
您必须提供所有非可选参数的值,并且必须用括号将参数列表括起来。
The previous axioms can be used to reorder arguments to bring any single argument to the front of the argument list to be quantified.
可以使用前面的公理重新安排实际参数来把任何单一实际参数提到参数列表的前面来被量化。
Their meaning is determined implicitly by their position in the argument list, and so any mistake in their ordering silently changes their meaning.
它们的含义由它们在参数列表里的位置隐式确定,所以其排序中的任何错误都会悄悄改变其含义。
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 corresponding user-defined function is called, with an argument list that is one longer than the argument list of the call: the instance becomes the first argument.
调用对应的用户自定义函数,其参数个数比普通的 函数调用多一:该实例成为方法的第一个参数。
The instanceof function provides a good way of checking type, but you can also roll object type checking into the method signature itself by using type hints in the argument list.
虽然 instanceof功能提供了一种检查类型的好方法,但您还可以通过在参数列表中使用类型提示,来将对象类型检查滚动到方法签名自身中。
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程序能够访问一个池,通过一个指针指向一个明确的参数列表或有一个内部传递的结构。
Note here that the argc variable (argument count) is implicit, because the length of the argv list is known.
请注意这里的argc变量(参数数量)是隐式的,因为argv列表的长度已经知道。
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方法的参数列表,这样非常挑剔的开发人员就可以任意定制模板。
The first argument to lambda is the list of arguments the function can take.
lambda的第一个参数是函数可以取得的参数列表。
The first argument of the distribute function is a list.
distribute函数的第一个参数是一个列表。
The first extension that Ruby adds to the simple code block is an argument list.
Ruby添加到这个简单代码块的第一个扩展是一个参数列表。
For the first argument to the utility I will expect a comma-separated list of directories.
对于工具的第一个参数,我希望它是一个用逗号分隔的目录列表。
应用推荐