• Here is an example of how to use the keyworded form. Again, one formal argument and two keyworded variable arguments are passed.

    下面这个列子说明如何使用双星形式同样一个形式参数两个有默认值的变量被被传入。

    youdao

  • This is in contrast to language-bound, API-based interaction, whereby a client invokes server functions through remote proxies by passing variable arguments in a programming language.

    基于特定语言API交互完全不同的,基于 API 的交互中,客户是通过传递特定编程语言的可变参数远程代理来调用服务器函数的。

    youdao

  • With the required parameters, variable number and keyword arguments can be used as well for positional and named parameters.

    所需参数变量关键字参数可以作为位置参数名称参数使用。

    youdao

  • Hence, command 7 expands the variable into two arguments and deletes both files.

    因此命令7变量展开参数删除两个文件

    youdao

  • How do you define a templated class or a function with a variable number of arguments, each with a potentially different type?

    如何定义具有数量可变参数(每个参数的类型可能不同)的模板函数

    youdao

  • A parameterized query also takes a variable number of arguments as its binding parameters.

    个带参数查询可以将组数量不定参数作为绑定参数

    youdao

  • Rather than declaring a variable, you're free just to start using it; rather than express all of the possible permutations of the types of arguments, you can just enter a list of names.

    变量无需声明即可直接使用也不必表达参数类型所有可能排列只需输入名称

    youdao

  • The second procedure, square2, accepts no arguments, but instead operates on a Scheme variable (sc_arg).

    第二过程square2不接受参数但是一个Scheme变量(sc_arg)进行操作。

    youdao

  • On the first invocation, sizeof... (args) displays 2, because there are only two arguments for the variable args list.

    对于第一调用size of…(args)显示2因为可变的args列表中只有两个参数

    youdao

  • The function primarily used for this is pthread_cond_wait . It takes two arguments; the first is a pointer to a condition variable, and the second is a locked mutex.

    函数pthread_cond_wait主要就是用于阻塞线程的,两个参数第一个指向条件变量指针第二个是一个锁定了的互斥量。

    youdao

  • If three or more optional arguments are supplied, the third option is assigned to the width variable.

    如果提供三个多个可选参数,那么第三选项分配width变量。

    youdao

  • Arguments are accessed by adding their position (1, 2, 3 and so on) after the __arg variable.

    通过在__arg变量后面添加参数位置(123)访问它们。

    youdao

  • Line 22 instantiates the site variable using two arguments: the first argument contains a reference to an OleFrame, and the second argument contains a string that identifies the ActiveX control.

    第22行上通过使用两个参数来实例化site变量第一参数包含对OleFrame引用第二个参数包含标识activex控件的字符串

    youdao

  • C has support for defining functions with a variable number of arguments using va_list, and C++ never improved on that.

    C支持使用 va_list定义具有数量可变参数的函数,C++方面没有改进

    youdao

  • C + + 0x allows you to define functions and classes with variable Numbers of arguments, and support is now the same in GCC.

    C+ +0x允许定义具有数量可变参数函数现在GCC提供相同支持

    youdao

  • Line 2 shifts the first word off of the arguments to the script and places it in the scalar variable op.

    第2行将第一脚本参数中其放入标量变量op中。

    youdao

  • In line (10), the global variable Http is populated, and line (11) builds up the arguments that are added to the URL.

    第(10)填充全局变量http;第(11)行构建添加URL中的参数

    youdao

  • All subsequent arguments are accessed by adding the size of a dword variable to the stack pointer (that is, esp + 12, esp + 16, and so on).

    堆栈指针上加上变量大小(esp +12、esp +16等等),可以访问所有后续参数

    youdao

  • If you work with large arrays or hashes and use them as arguments to functions, use a reference instead of the variable directly.

    如果使用大型数组hash表使用它们作为函数参数,那么应该使用它们的一个引用不应该直接使用它们。

    youdao

  • The environment variable DEPT and the value 10000 have been passed as arguments to script demo.sql, which consumes these arguments in the form of substitution variables.

    环境变量DEPT10000作为传递脚本demo . sql,脚本将这些参数作为替代变量使用。

    youdao

  • W3Eval supports functions with fixed and variable number of arguments. Functions are divided into following groups.

    W3Eval支持带有固定不定数量自变量函数

    youdao

  • Since you're binding a string variable, you use bindString. That method takes three arguments

    绑定字符串变量需要使用bindString

    youdao

  • To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.

    为了允许参数定义之外额外实参(要么必需,要么是可变长度的值),将令这个调用返回被处理实参的实际数量

    youdao

  • This format indicates that a string is used to define the text and format (just like printf) and is accompanied by a variable set of arguments (identified by the ellipsis [...]).

    这个格式表示用于定义文本格式的字符串类似于printf,它同时带有可变个数参数省略号表示[…]。

    youdao

  • In this case, the function may be called with as many arguments as you wish, and those values are collected into a single variable: an array named a: 000.

    例中函数可以使用任意数量的参数调用并且这些收集单一变量中名为a: 000的数组

    youdao

  • A general syntax for variable function arguments (... t) and their propagation (v...) is now specified.

    规定一个通用可变函数参数(…t)及其传递(v…)。

    youdao

  • The call begins in ./linux/kernel/printk.c in the printk function, which calls vprintk (in the same source file) after resolving the variable-length arguments using va_start.

    这个调用./linux/kernel/printk.c 中的printk函数开始,使用 va_start解析可变长度参数之后调用vprintk(在同一个文件)。

    youdao

  • Note also that a Dispatch instance can accept a variable number of arguments; matching is done first on number of arguments, then on their types.

    还要注意是,Dispatch实例可以接受数目不定参数首先参数的数目进行匹配其次类型

    youdao

  • Filters can also be piped through each other, and they can have arguments just like in variable syntax.

    过滤器可以相互传输,它们也可以参数变量语法一样。

    youdao

  • Filters can also be piped through each other, and they can have arguments just like in variable syntax.

    过滤器可以相互传输,它们也可以参数变量语法一样。

    youdao

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

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

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