• Notice the way the variable name is declared in both versions of the program.

    请注意这个程序两个版本声明变量方式

    youdao

  • 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

  • Let's start by looking at a common technique in many PHP applications: placing certain kinds of information in variable assignment statements at the top of the program.

    我们首先查看许多PHP应用程序中的一项常用技术某些种类信息存入程序开头变量赋值语句中。

    youdao

  • Listing 3 shows the variable declaration and subroutine calls from the program header.

    清单3显示程序头文件中的变量声明子例程调用

    youdao

  • When executed from a command line, the program reads the XML content from a file into a string variable.

    命令执行时候程序XML内容文件读入一个字符串变量。

    youdao

  • The program transfers the array nodes into more descriptive variable names, making the code easier to follow.

    程序数组节点转换说明性强的变量从而使代码易于阅读。

    youdao

  • If the program is already linked, you can also change this behavior by setting the environment variable LD_LIBRARY_PATH.

    如果程序已经被链接,那么可以设置环境变量ld_library _ PATH来改变行为

    youdao

  • Variable names are usually chosen so that programmers who read the program in the future can easily tell how each variable is used.

    变量经常会被用到这样以后阅读段程序程序员就很容易就可以看到每个变量是如何使用

    youdao

  • We decrement so to speak the variable and then where will we go next in terms of the flow control, the flow of this program.

    可以这么我们递减这个变量,然后按照控制,即程序进入到下一语句。

    youdao

  • With the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.

    完成基本变量声明子例程后程序继续进行程序循环如下所示。

    youdao

  • It also creates a global variable that refers to the SPE program so that the PPE can load the program into the SPEs and run the program as needed.

    会创建一个引用SPE程序全局变量这样ppe能够程序加载SPE根据需要来运行程序了。

    youdao

  • That variable is the handle to the program code, which will be used to create your SPE tasks.

    那个变量就是程序代码句柄用来创建SPE任务

    youdao

  • The code will need to handle populating that variable with the document supplied to the program through the command line.

    代码需要使用由命令行传递程序文档填充变量

    youdao

  • The most common types of variable pay for most employees are bonuses and incentive program payments.

    很多可变工资主要奖金激励计划

    youdao

  • In the count example program, a stem variable maps a word to the number of times that word occurs.

    count示例程序中,它使用一个stem变量将单个映射出现次数。

    youdao

  • To have a variable hold this kind of list in a program, all you need is to have a pointer that points to type struct ll_int_node.

    程序使用变量容纳这种链表,需要做的只是使用一个指向类型struct ll_int _ node的指针。

    youdao

  • In the Add2Integers program, the variables n1 and n2 represent the integers to be added, and the variable total represents the sum.

    Add2Integers程序中,变量n1n2代表即将相加的两个整数变量to tal代表了相加之后和。

    youdao

  • If you set this variable, TCSH displays the exit status whenever a script or program returns a non-zero value, thereby indicating a potential error.

    如果设置这个变量,那么脚本程序返回tcsh会显示退出状态,这会指出潜在的错误。

    youdao

  • Anytime these objects are needed in a Python program, the variable just references one as appropriate.

    在任何时候Python程序需要这些对象时,变量只能相应地引用其中一个值。

    youdao

  • When we "export" an environment variable under bash, any subsequent program that we run can read our setting, whether it is a shell script or not.

    在bash中“导出环境变量时,以后运行任何程序不管是不是shell脚本都可以读取设置

    youdao

  • Tracing the logic flow through the program, you see that the first time through the loop, the value of the variable I becomes 5.

    通过跟踪程序逻辑可以看到第一通过循环后变量i变为5

    youdao

  • A neat example shows a Perl program written in UTF-8 encoding, so the variable names can use non-ASCII letters.

    采用UTF - 8编码Perl程序例子中,你会看到变量名字可以是非ascii字符。

    youdao

  • It launches a special program, env, that in turn launches the first instance of squirrelsh found in your PATH variable.

    启动一个特殊程序env,此程序又启动PATH变量找到第一squirrelsh实例

    youdao

  • In a thread-safe program, only one writing thread can modify the variable; other threads can read the up-to-date value by declaring the variable volatile.

    线程安全的程序中,只有线程能够修改这个变量而其他线程可以读取volatile声明变量最新

    youdao

  • To complete the modifications, add my %jobMP = (); my %nameMP = (); to the variable declaration section and modify the main program logic from Listing 14 to Listing 15.

    完成修改,请将my %jobMP = (); my %nameMP = ();添加变量声明部分中程序逻辑清单14修改清单15

    youdao

  • Now, there will be an executable program in your directory that, when run, will print the value of the EDITOR environment variable, if any. This is what happens when I run it on my machine.

    现在目录中将一个执行程序,它在运行打印EDITOR环境变量(如果有值的话)。

    youdao

  • The running program will evaluate the expression in Listing 1 twice, with the $exp variable set to and .

    运行程序清单1 中的表达式进行二次求值,其中 $exp变量分别被设置

    youdao

  • As noted in the discussion of the Add2Integers program in Chapter 2, you must explicitly specify the data type of each variable when you introduce it into a program.

    正如第二中的Add2Integers这个程序讨论需要在把每个变量引入程序的时候明确指出数据类型

    youdao

  • The fetching program can be left bare, or it can require some kind of user login, cookie, or session variable before it retrieves the file.

    获取程序可以不采用安全措施,可以要求提供某种用户登录Cookie会话变量才能检索这些文件。

    youdao

  • The fetching program can be left bare, or it can require some kind of user login, cookie, or session variable before it retrieves the file.

    获取程序可以不采用安全措施,可以要求提供某种用户登录Cookie会话变量才能检索这些文件。

    youdao

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

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

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