A comma should only be used to separate function arguments.
逗号只能用于分隔函数的自变量。
Don't be wishy-washy. define explicit function arguments.
不要不正式。定义显式的函数参数。
This notation can be summarized as (function arguments...).
这个注释可以被归结为(function arguments…)。
EFAULT — One of the function arguments refers to an invalid address.
EFAULT:函数参数之一引用了无效的地址。
With function arguments, the parameters passed must be in stack scope.
带有函数参数,参数传递必须在堆栈范围内进行。
The evaluation order of function arguments isn't defined by the specification.
函数参数的评估顺序未由规范定义。
The stack is the section of memory that holds function arguments and fields used in methods.
栈是内存的一部分,存储函数参数和方法中使用的字段。
A general syntax for variable function arguments (... t) and their propagation (v...) is now specified.
规定了一个通用的可变函数参数(…t)及其传递(v…)。
The pre-condition and post-condition methods can also see the values passed as function arguments (args).
前置条件和后置条件方法可以看到作为函数参数 (args)传递的值。
Evaluating a list treats the first element as a list function and the other elements as function arguments.
对列表求值时将第一个元素看作列表函数,将其他元素看作函数参数。
Before closures, implementation of the passed function was limited to the context of its function arguments.
在closures之前,对所传递函数的实施限定在其函数参数的上下文。
There may be pitfalls when you use long long types for function arguments, unless you declare function prototypes.
如果不声明函数原型,使用long long类型作为函数的参数可能会引起一些意想不到的错误。
A decorator is a function that adds metadata to a class, its members (properties, methods) and function arguments.
装饰器是一个函数,它将元数据添加到类、类成员(属性、方法)和函数参数。
Partial application of function arguments, which enables you to create new functions implicitly from existing ones.
部分套用函式引数,可让您从现有函式中隐含建立新函式。
If any of those function arguments or local variables refer to a client-side object, you may be creating a memory leak.
如果任意一个函数参数或者局部变量引用了客户端对象,你就导致了内容泄漏。
It reorders where local variables are stored, and copies Pointers in function arguments, so that they're also before any arrays.
它对存储局部变量的位置进行重新排序,并复制函数参数中的指针,以便它们也在任何数组之前。
The corresponding code in Linux (Listing 7) seems much simpler because the structure and function arguments are simpler than in Windows.
对应的Linux代码(清单7)看起来简单很多,因为它的结构和函数参数比Windows简单。
The virtual stack -- like a real stack -- is a last in-first out (LIFO) data structure that temporarily stores function arguments and function results.
虚拟堆栈与实际堆栈类似,是一种后进先出(LIFO)的数据结构,可以用来临时存储函数参数和函数结果。
The third article in this series explained Vimscript's variadic function arguments with a small example that generated comment boxes around a specified text.
本系列的 使用脚本编写 Vim 编辑器,第 3 部分:内置列表用一个在指定文本周围生成评论框的小例子,解释了Vimscript 的variadic函数参数。
You can then follow each step of the trace, click on the Show function arguments and Show lexical variables links under any section of the trace to help debug the issue.
然后,您可以按照追踪的每一步骤,单击每一段追踪信息下方的Showfunction arguments和Showlexicalvariables链接来帮助调试。
When you use a closure, remember that the call object of the enclosing function, including all function arguments and local variables, will last as long as the closure does.
当你使用闭包时,记得包含函数的调用对象,包括所有的函数参数和本地变量,会有跟闭包一样的存活时期。
With this method, you parse your arguments to your function and do your calculation.
使用此方法,您可以解析函数的参数并执行计算。
This function accepts all its input arguments as referenced values.
该函数接受所有其输入参数作为引用值。
Each event function contains two forms: one without any arguments, and one that contains a function as an argument.
每个事件函数都包含两种形式:一个没有任何参数,一个包含一个函数作为参数。
The passed function takes no arguments.
所传递的函数不接受参数。
The function accepts three arguments, and performs some simple tests on the values to ensure that the function will not start an infinite loop.
该函数接受三个参数,然后对这些值进行一些简单的测试,以确保函数不会开始一个无限循环。
The function includes two arguments, the first one being the string and second one the code units.
该函数包含两个参数,第一个参数是字符串,而第二个参数是代码单元。
In this version of the function, only two arguments are passed: the essential comment text, followed by a dictionary of options.
这个版本的函数,只传递了两个参数:最重要的评论文本,以及一个选项字典。
Before rename operations were supported, the function took only the fixed arguments.
在重命名操作受到支持之前,该函数仅接受固定的参数。
Listing 2 provides a slightly more complicated function that USES pointer arguments.
清单2提供了一个使用指针参数的稍微复杂的函数。
应用推荐