So that a function can know where its parameters are, parameters are stored from the bottom of memory to the top.
这样,函数就可以知道自己的参数在什么地方,参数是从内存底部向顶部来存储的。
Each function can have a variable number of parameters.
每个函数都可以有若干数目不定的参数。
Of course, you could use constants directly in the function body instead of parameters if you don't need the additional flexibility.
当然,如果您不需要更多的灵活性,那么可以在函数主体中直接使用常量,而不是参数。
Second, they must have a way to agree on their interdependencies; for example, they must be able to agree on names of components, function calls, and parameters.
第二,他们必须采用一种方案以对他们的相互依赖关系达成一致;例如他们必须对组件,函数调用以及参数等的命名保持一致。
Persist parameter information provides the list of parameters for which the values can be entered for each procedure or function, and these values are persisted.
持久化参数信息,提供了一个参数列表,可以为每一个过程或函数输入参数值,并且持久化保存这些值。
Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.
可以在同一个函数中同时使用命名参数和可变参数,只需要将可变参数的省略号放在命名参数列表之后。
One very important question to ask about any template function, not just about STL algorithms, is what the set of types is that may correctly be substituted for the formal template parameters.
一个非常重要的问题是询问模板函数,这些形式上的模板参数会被类型集合正确的取代,而不仅仅是STL算法。
Messages are collections of parameters used as profiles in determining the input and output values for a function call.
消息是参数的集合,这些参数用作确定函数调用的输入和输出值的配置文件。
Listing 3 shows a function that prints out the number of parameters and then prints the parameters according to these four alternatives.
清单3给出了一个函数,用于打印参数的数量然后根据这四种可选方案打印参数。
The cast function is called twice to cast the values of the input parameters (for city and state) to appropriate data types.
CAST函数被调用两次,以将输入参数的值(针对城市和州)强制转换适当的数据类型。
It's a fine measure, as far as it goes, but it depends critically on both the form of the assumed probability distribution function and the parameters of that distribution.
就目前来说,它是一个好的度量标准,但是这主要取决于假定的概率分布函数的形成和这个函数的参数。
One big advantage of type-inferred systems is that you don't need to declare the types of arguments to a function because the compiler infers them from the parameters you pass in.
隐式类型系统一个较大的优点是,不需要为函数的参数声明类型,因为编译器会从传入的值推断出参数的类型。
The function takes two parameters: "array of rows" and "array of columns".
这个函数接受两个参数:“行数组”和 “列数组”。
Based on the values of passed parameters, the function decides which login method to use.
基于传递的参数值,函数决定使用何种登录方法。
We simply move the new values for the parameters on top of the old ones and do a jump to the point in the function right after local variables are saved on the stack.
我们只需要将参数的新值移到旧值之上,然后在本地变量保存到栈上之后立即进行一个到函数中位置的跳转。
At first, this seems kind of limiting but it actually has some very nice consequences: if a function is called twice with the same parameters, it's guaranteed to return the same result.
一开始会觉得这很受限,不过这恰恰是它的优点:若以同样的参数调用同一函数两次,会得到相同的结果。
The first two parameters of the function are critical, too.
该函数的头两个参数也很重要。
If more than one data source procedure or function has the same name and number of parameters, then the UNIQUE ID needs to be specified.
如果多个数据源过程或函数具有同样的名称和参数数量,那么需要指定UNIQUEID。
A default parameter provides greater flexibility to a program because you can include neither, one, or both of the input parameters when you call the function.
默认参数使程序获得了更高的灵活性,因为在您调用函数时,可以包含两个输入参数,也可以仅包含一个输入参数,甚至可以一个参数都不包含。
This function stores the value of the PortletRequest parameters in strings.
该函数以字符串的形式存储了PortletRequest参数的值。
Create an input object of type Record and set the input parameters to the EIS function using the appropriate setter methods.
创建record类型的输入对象并通过使用适宜的赋值方法设置EIS功能的输入参数。
[END_VARIABLE] Block containing the variable names and the corresponding data types of input and output parameters of the Web service function.
[end _ VARIABLE]这个块包含Web服务函数的输入和输出参数的变量名和对应的数据类型。
If the valid function returns false for any of the two parameters, the remote call is canceled and an alert message is shown.
如果对于两个参数中的任何一个参数,valid函数返回false,那么取消远程调用,并显示一条警告消息。
Each rule service facade operation creates an instance of the TriggerPoint class and invokes the trigger function on that class with the reference to invoker, input parameters, and the rule name.
每种规则服务facade操作都创建了triggerpoint类的实例并通过使用对于调用的引用、输入参数及规则名称来调用该类的trigger函数。
To a large degree, the return sequence of an XQuery function depends exclusively on the parameters with which you call it.
在很大程度上,一个XQuery函数的返回序列只取决于调用该函数时使用的参数。
The I/O control (ioctl) function calls manipulate underlying device parameters of special files.
I/O控制 (ioctl)函数调用可以用来对特殊文件的基础设备参数进行操作。
This additional power was simple to include in the function: You provide input parameters named nrows and ncols that allow the size of The Times table to be changed when the function is invoked.
为函数添加此附加功能的方法非常简单:提供名为nrows和ncols的两个输入参数,允许在调用函数时更改乘法表的大小。
If you don't specify all of the parameters during a function invocation; you must explicitly name the parameters you're specifying so the Python interpreter can properly call the function.
如果您在函数调用期间未指定全部参数,则必须显式地写出您所指定的参数的名称,以使Python解释器能够正确地调用函数。
In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.
函数调用中传递的参数顺序与函数定义中xsl:param的顺序对应。
The remaining parameters of the FillMatchRow method must be declared as out parameters and must match the table definition defined in the first function.
FillMatchRow方法的其余参数必须声明为输出参数而且必须与第一个函数中定义的表定义匹配。
应用推荐