• So that a function can know where its parameters are, parameters are stored from the bottom of memory to the top.

    这样函数就可以知道自己参数在什么地方,参数是从内存底部顶部存储的。

    youdao

  • Of course, you could use constants directly in the function body instead of parameters if you don't need the additional flexibility.

    当然如果需要更多的灵活性,那么可以函数主体直接使用常量而不是参数

    youdao

  • 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.

    第二他们必须采用种方案他们相互依赖关系达成一致例如他们必须组件函数调用以及参数等的命名保持一致。

    youdao

  • 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.

    持久化参数信息提供了一个参数列表可以每一个过程函数输入参数并且持久化保存这些值。

    youdao

  • Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.

    可以同一个函数中同时使用命名参数可变参数,只需要可变参数省略号放在命名参数列表之后

    youdao

  • 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算法

    youdao

  • Messages are collections of parameters used as profiles in determining the input and output values for a function call.

    消息参数集合,这些参数用作确定函数调用输入输出配置文件。

    youdao

  • Listing 3 shows a function that prints out the number of parameters and then prints the parameters according to these four alternatives.

    清单3给出了一个函数,用于打印参数数量然后根据四种可选方案打印参数。

    youdao

  • The cast function is called twice to cast the values of the input parameters (for city and state) to appropriate data types.

    CAST函数调用两次输入参数(针对城市)强制转换适当数据类型。

    youdao

  • 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.

    目前来说一个好的度量标准但是主要取决于假定概率分布函数形成这个函数的参数

    youdao

  • 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.

    类型系统一个较大优点需要函数参数声明类型,因为编译器会传入推断参数的类型。

    youdao

  • The function takes two parameters: "array of rows" and "array of columns".

    这个函数接受两个参数:“数组数组”。

    youdao

  • Based on the values of passed parameters, the function decides which login method to use.

    基于传递参数函数决定使用何种登录方法

    youdao

  • 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.

    我们只需要参数之上然后本地变量保存到之后立即进行一个函数位置跳转

    youdao

  • 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.

    开始会觉得受限不过恰恰优点同样参数调用同一函数两次得到相同结果

    youdao

  • 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

    youdao

  • 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.

    默认参数使程序获得了更高灵活性因为调用函数可以包含输入参数,也可以仅包含个输入参数,甚至可以一个参数都不包含。

    youdao

  • This function stores the value of the PortletRequest parameters in strings.

    函数字符串形式存储PortletRequest参数

    youdao

  • Create an input object of type Record and set the input parameters to the EIS function using the appropriate setter methods.

    创建record类型输入对象通过使用适宜赋值方法设置EIS功能输入参数

    youdao

  • [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服务函数输入输出参数变量对应数据类型

    youdao

  • 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那么取消远程调用,并显示一条警告消息

    youdao

  • 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函数

    youdao

  • To a large degree, the return sequence of an XQuery function depends exclusively on the parameters with which you call it.

    很大程度上一个XQuery函数返回序列取决于调用函数使用参数

    youdao

  • The I/O control (ioctl) function calls manipulate underlying device parameters of special files.

    I/O控制 (ioctl)函数调用可以用来对特殊文件基础设备参数进行操作

    youdao

  • Now, the sqlquery function can take multiple arguments as input where the first argument is a string value representing a full select followed by the values of the parameters.

    现在sqlquery函数可以多个参数作为输入第一参数一个表示选择字符串其后参数

    youdao

  • 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.

    函数添加附加功能方法非常简单提供名为nrowsncols两个输入参数允许调用函数更改乘法大小

    youdao

  • 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解释器能够正确地调用函数。

    youdao

  • In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.

    函数调用传递参数顺序与函数定义xslparam顺序对应

    youdao

  • 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方法其余参数必须声明为输出参数而且必须与第一个函数中定义定义匹配

    youdao

  • Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).

    Vimscript中的函数使用function关键字定义后跟函数然后参数列表(强制即使函数没有参数)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定