• A program in execution, a process is an active entity, which can cause things to occur , as opposed to ap.

    正在执行中的程序活着实体引起事件发生程序是被动的,处于静止状态。

    youdao

  • It continues until no COBOL program is active in the execution stack for any of the threads.

    这种情况将一直持续下去直到任何线程执行堆栈再也没有活动COBOL程序

    youdao

  • In Part 1, we introduced the concept of a transaction processing monitor (TPM), a program that coordinates the execution of distributed transactions on behalf of an application.

    第1部分,我们介绍了事务处理监视器(TPM)这个概念,TPM是一个程序,它代表应用程序协调分布式事务执行

    youdao

  • In many environments, the semaphore introduces a wait for each process trying to update the same value, which can delay the execution of the program.

    许多环境中信号量都给尝试更新相同进程带来等待时间,可能会延迟程序的执行

    youdao

  • A watchpoint will break program execution when the specified expression changes value, but it must be set when the variables used in the expression are in scope.

    指定表达式改变监视点中断程序执行必须表达式中使用变量作用域中时设置监视点。

    youdao

  • Application virtualization refers to a separation of program execution from program display; in other words, a program executes on a server, but the graphical output is sent to a remote client device.

    应用程序虚拟化是指程序执行程序显示分隔开;换话说,程序服务器运行但是图形化输出发送远程客户机设备。

    youdao

  • In this particular program, doing buffer handling in this way does not affect the execution time significantly, and in some data sets, affects it negatively.

    这个程序中,这种方式执行缓冲区处理并不显著影响执行时间对于某些数据可能有消极影响

    youdao

  • Threads are segments of execution for the same program and, in theory, allow us to simultaneously execute different operations in the program simultaneously.

    线程同一程序执行片段并且理论上允许我们同时执行程序中的不同操作

    youdao

  • It identifies a set of points in the execution of a program where an aspect should apply.

    程序执行中确定应该应用某个切面集合

    youdao

  • However, persistence often requires saving state information in a way that's conceptually different from how the data exists in the execution of the program.

    然而持久性经常需要一种与程序执行过程中的数据保存方式不同方法来保存状态信息

    youdao

  • When we write a program that needs data from DB2 tables, we embed SQL in the program at the appropriate execution spot and surround it with delimiters.

    我们编写DB 2获取数据程序时,我们会适当执行点上嵌入SQL加入分隔符。

    youdao

  • In a buffer overflow attack, the hacker takes advantage of specific type of computer program bug that involves the allocation of storage during program execution.

    缓冲溢出攻击黑客利用程序执行期间存储分配中的特定计算机程序漏洞

    youdao

  • These 'my variables' are sometimes called' lexical 'because their scope depends only on the program text itself, and not on details of execution, such as what gets executed in what order.

    my变量有时叫做词法变量,因为它们的作用域仅仅依赖程序文本自身依赖于执行细节例如什么顺序来执行什么。

    youdao

  • To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    为了查看main()发生什么情况,可以程序代码中的一特定函数设置断点这样gdb在遇到断点时中断执行

    youdao

  • If the string-pooling option, [/GF], is enabled in Visual C++, then a single copy of the string is kept in the program image during execution and string1 equals string2.

    如果Visual C++ 中启用了字符串选项 [/GF],那么执行期间,将在程序映像中仅保存字符串单个副本,且string1 与 string2 相等。

    youdao

  • A join point is a precise point of execution in a program, such as a method found in a class.

    连接点(join point)程序执行一个精确执行比如中的一个方法

    youdao

  • We wrap everything we do in an eval statement, since we don't want our program to die when an error occurs during execution.

    因为希望程序出现执行错误终止,所以将所有操作放在 eval语句中

    youdao

  • In the meantime to allow our program to die naturally we tell GDB to carry on execution with the 'continue' command.

    允许程序自然终止同时我们使用'continue '命令告诉gdb继续执行

    youdao

  • We've taken our sample code and created a sequence diagram in order to show you a bit of the execution flow of the Access program.

    我们编写样本代码创建了一个时序以便展示一些访问程序执行流程

    youdao

  • When the program execution leads to instructions not in the cache, then the instructions need to be fetched from the main memory and the microprocessor has to stop and wait.

    程序执行导致命令不能从快取内存中找到时,需要内存中找到命令,是微处理器停下来等待

    youdao

  • In general, "state" refers to information about the current conditions of program execution-runtime data stored in memory.

    总的来说,“状态”是关于程序当前的执行状况信息——存储内存中的运行数据

    youdao

  • A join point is a point in the execution of a program where you can usefully join behavior.

    连接点程序执行可以有效连接行为

    youdao

  • All such translator output is collected into a program image which contains information needed for execution in its execution environment.

    所有翻译器输出收集一个程序映像包含运行环境中执行所需要信息

    youdao

  • Dynamic translation is desirable in that case because it can spread the overhead of the translation over time, thus reducing pauses in the program execution.

    这种情况下动态翻译可取的因为传播翻译开销随着时间的推移,从而减少暂停程序执行

    youdao

  • Address: Suspends the program when the execution pointer reaches a particular address in the program.

    Address执行指针达到程序特定地址时会暂停一个程序。

    youdao

  • In the program run shown in Figure 7, the runtime avoided deadlock by allowing Static2 to access the static Message property of Static1 before the type constructor for Static1 finished execution.

    7程序运行中,运行通过允许Static2Static1类型构造函数完成执行之前访问Static1的静态Message属性,从而避免了死锁。

    youdao

  • A suspension of a process, such as the execution of a computer program, caused by an event external to that process, and performed in such a way that the process can be resumed.

    由于某种外部事件使进程(例如计算机程序执行)暂时挂起的一现象,而且中止进程重新恢复正常的运行。

    youdao

  • Information in a program that is meant for other programmers (or anyone reading the source code) and has no effect on the execution of the program.

    注释:程序用来解释代码含义运行效果备注信息,通常给阅读代码准备的。

    youdao

  • Notice also that the abort button becomes active in the Toolbar. You can press it to abort program execution.

    注意程序运行时退出按钮处于活动状态,可以点击停止程序的执行。

    youdao

  • Notice also that the abort button becomes active in the Toolbar. You can press it to abort program execution.

    注意程序运行时退出按钮处于活动状态,可以点击停止程序的执行。

    youdao

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

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

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