带有函数参数,参数传递必须在堆栈范围内进行。
With function arguments, the parameters passed must be in stack scope.
显式类型语言要求声明每个变量和每个函数参数。
A manifestly typed language forces you to declare each variable and each function argument.
它获取3个点作为它的构造函数参数。
EFAULT:函数参数之一引用了无效的地址。
EFAULT — One of the function arguments refers to an invalid address.
这两个关键字都可以被用作构造函数参数。
基线条件(当函数参数为零时作何处理)十分简单。
The base case (what to do if the function's parameter is zero) is much easier.
可选的构造函数参数(a laML)。
栈是内存的一部分,存储函数参数和方法中使用的字段。
The stack is the section of memory that holds function arguments and fields used in methods.
规定了一个通用的可变函数参数(…t)及其传递(v…)。
A general syntax for variable function arguments (... t) and their propagation (v...) is now specified.
右边那些没有对应的构造函数参数的变量将被默认构造。
The variables at the right with no corresponding constructor arguments are default constructed.
对列表求值时将第一个元素看作列表函数,将其他元素看作函数参数。
Evaluating a list treats the first element as a list function and the other elements as function arguments.
函数注释的作用是为了标准化函数参数或返回值被注释的方式。
The purpose of function annotations is to standardize the way a function's parameters or return values are annotated. The syntax for function annotations is
由于函数参数是作为请求参数传输的,可以从param对象获得它们的值。
Because the function parameters are transmitted as request parameters, their values are obtained from the param object.
在closures之前,对所传递函数的实施限定在其函数参数的上下文。
Before closures, implementation of the passed function was limited to the context of its function arguments.
PathDirectory类取路径String数组作为构造函数参数。
The PathDirectory class takes an array of path Strings as the constructor parameter.
省略构造函数参数列表和封闭的圆括号等价于指定一个空参数列表。
Omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list.
前置条件和后置条件方法可以看到作为函数参数 (args)传递的值。
The pre-condition and post-condition methods can also see the values passed as function arguments (args).
它接受输入文件名称作为函数参数,在该文件中指定了关于rss提要源的细节。
It takes a function argument of an input filename, in which details about the RSS feed sources are specified.
同时这也导致了代码庞大,因为将函数参数保存在堆栈中需要额外的指令。
It also results in code bloat due to the extra instructions required to save function parameters to the stack.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。
The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.
第二个构造函数参数指定了populator前加到初始上下文的RDN。
The second constructor argument specifies an RDN that the populator prepends before the initial context.
但没有构造函数参数,清单5展示了如何利用特定于常量的主体来做同样的事。
Instead of having the constructor argument, Listing 5 shows how to do the same thing with a constant-specific body.
函数参数区段可以用于为函数定义一个或多个参数并指定数据类型、模式和其他参数属性。
The function parameters section may be used to define one or more parameters for the function and specify the data type, mode, and other parameter properties.
装饰器是一个函数,它将元数据添加到类、类成员(属性、方法)和函数参数。
A decorator is a function that adds metadata to a class, its members (properties, methods) and function arguments.
PowerPCABI实际上会将函数参数使用的存储空间放入调用函数的堆栈空间中。
The PowerPC ABI actually puts the storage space for the function parameters in the calling function's stack space.
name和ordinal方法返回构造函数参数,而toString返回名称。
The name and ordinal methods report back the constructor arguments, and toString reports back the name.
为那些已经知道怎样使用API,但是需要查找确切的函数参数或详细设置信息的用户定制的。
These should be designed for those who already know how to use some API, but need to look up the exact arguments some function takes, or how a particular setting influences behavior, etc.
使用赋值上下文,如简单架构中那样,还使用构造函数参数的类型(称为复杂结构)。
Use assignment context, as in the simple scheme, and also use the type of constructor arguments (call this complex).
它对存储局部变量的位置进行重新排序,并复制函数参数中的指针,以便它们也在任何数组之前。
It reorders where local variables are stored, and copies Pointers in function arguments, so that they're also before any arrays.
另一方面,复杂算法产生Box,因为这是使用构造函数参数可以推断的最具体类型。
On the other hand, the complex algorithm yields Box, because that is the most specific type it can infer using the constructor arguments.
应用推荐