• You can add an optional argument, a variable that holds the return code from the external program, such as 0 for success, which provides a better mechanism for debugging.

    可以添加选的参数保存外部程序返回代码变量比如表示成功0为调试提供更好机制

    youdao

  • Change it to a constructor argument at the same time, and make the caller have a member variable for that same dependency.

    同时构造函数加上相应的参数构造函数调用者加上一个成员变量体现依赖关系。

    youdao

  • Otherwise, any whitespace in the variable is interpreted as an argument delimiter.

    否则变量中的任何空格都解释参数分隔符。

    youdao

  • If a variable contains whitespace, the double quotation marks keep the variable expansion intact as a single argument.

    如果变量包含空格引号会按原样变量展开一个参数。

    youdao

  • A manifestly typed language forces you to declare each variable and each function argument.

    类型语言要求声明每个变量每个函数参数

    youdao

  • Validation is performed in the code to ensure that only one argument is provided, which is used as the variable value; otherwise the currently set value is returned.

    代码执行了确认操作确保提供了唯一论题用作变量否则就会返回当前设置的值。

    youdao

  • Keep in mind the new variable argument support, which is designated by the... shown in Listing 4 above.

    记住新的变量参数支持指派的,如上面清单4

    youdao

  • Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.

    字符串变量长度substr函数输入参数决定结果字符串的期望长度length函数的输出

    youdao

  • If a variable contains whitespace, the whitespace is always preserved, and the variable always evaluates to a single argument see Figure 4.

    如果变量包含空格,那么空格会被保留,变量总是作为单一参数4

    youdao

  • It requires an integer argument, errno, which should be the actual value of the global errno variable.

    需要整数参数errno参数应该全局errno变量实际数值

    youdao

  • Note here that the argc variable (argument count) is implicit, because the length of the argv list is known.

    请注意这里argc变量(参数数量)隐式因为argv列表长度已经知道。

    youdao

  • Moreover, it deliberately ignores any environment variable Settings for CLASSPATH or the command-line argument -cp that you supply.

    而且还故意忽略针对CLASSPATH的全部环境变量设置,还忽略提供命令行参数-cp

    youdao

  • To access derived data types, you use the copy_userdata function, which copies the required data from a non-vue variable, that is, from memory pointed by an argument to a vue script variable.

    访问派生数据类型,应该使用copy_userdata函数所需的数据vue变量(也就是参数指向内存)复制到Vue脚本变量。

    youdao

  • Because we'd like our Lists to be generic in the type of element they contain, we'd like our static factory method to take an argument of type variable t and return an instance of List.

    因为我们希望List成为包含元素类型泛型所以希望静态factory方法带有类型变量t这一参数返回List实例

    youdao

  • The coding_name variable on line 330 is derived from a command-line argument specifying the encoding of the input file; if no such command line is provided, UTF-8 is used, instead.

    第330行的coding_name变量源自一个指定输入文件编码命令参数如果没有提供这种命令行,就使用UTF - 8编码

    youdao

  • Don't forget to compile with the -source 1.5 option or the compiler won't recognize the variable argument list.

    不要忘记- source 1.5选项编译否则编译不会识别变量参数列表

    youdao

  • The prefix argument is used as a prefix for the variable names inside the generated code.

    prefix参数用作在已生成代码内部变量前缀

    youdao

  • Each can be assigned to a variable, passed as an argument, or returned from a function. For instance, here's an example of storing a function.

    每个都可以赋值一个变量作为参数传递作为返回函数返回。

    youdao

  • Also, note that by providing the value of the isprime variable, you can put the done probe into the code once with that value as an argument, in place of using different probes.

    另外通过提供isprime变量可以代码放置done探测这个作为参数,以此替代其他探测

    youdao

  • The second call to f will have the variable list containing only 8.333, while a becomes the first argument.

    f第二调用可变列表包含 8.333,a变成第一参数

    youdao

  • Line 4 sets the variable was to the value of the next item in the argument list.

    第4行将变量was设置参数中下一

    youdao

  • After getopt has returned -1, the global variable optind holds the index of the first argument that was not part of the command-line options.

    getopt返回- 1后,全局变量optind保存第一个属于命令行选项参数索引

    youdao

  • And while the argument over including such features rarely rests on a single variable, it is important to know which will resonate with decision-makers.

    争论特征很少取决于一个单一变量时,重要找到一点决策制定者产生共鸣。

    youdao

  • For method calls, I tried the same three access variations as for field access, with the added variable of using no-argument methods versus passing and returning a value on the method calls.

    方法调用中,试用了字段接入相同三种接入变量,并增加使用无参数方法变量,而不是方法调用中传递返回一个

    youdao

  • This means that the UDR always returns the same value for given argument(s), and that the UDR does not modify the database or variable state.

    也就是说对于给定参数UDR始终返回相同而且 UDR不能修改数据库变量状态

    youdao

  • Now that the Scheme variable has been created, you can simply call the Scheme function square2 (this time without an argument) and follow the same process to grab and dereference the return value.

    现在已经创建了Scheme变量接下来就可以调用scheme函数square2(一次没有参数),并用相同方式捕捉取消引用返回

    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

  • If the flag takes an argument, the argument is stored in the global variable optarg.

    如果标记带有参数,则参数存储全局变量optarg中。

    youdao

  • Listing 4 presents the Scheme functions, which implement the same behavior, but the first with an argument and the second with a static variable.

    清单4展示Scheme函数这些函数实现相同行为但是第一个函数参数第二个函数有一个静态值。

    youdao

  • A friend function named spacefriend, which is a friend of class space, and which takes the class object as an argument and prints the value of its variable x.

    名为spacefriend函数space友元,它的参数是类对象输出类对象x变量

    youdao

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

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

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