A program in execution, a process is an active entity, which can cause things to occur , as opposed to ap.
一种正在执行中的程序,是一种活着的实体,能引起事件的发生;而程序是被动的,处于静止状态。
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.
当指定表达式的值改变时,监视点将中断程序执行,但必须在表达式中所使用的变量在作用域中时设置监视点。
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是一个程序,它代表应用程序协调分布式事务的执行。
It identifies a set of points in the execution of a program where an aspect should apply.
它在程序执行中确定应该应用某个切面的点的集合。
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.
然而,持久性经常需要用一种与程序执行过程中的数据保存方式不同的方法来保存状态信息。
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,并位它加入分隔符。
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.
在缓冲溢出攻击中,黑客利用了程序执行期间存储分配中的特定计算机程序漏洞。
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 相等。
A join point is a precise point of execution in a program, such as a method found in a class.
一个连接点(join point)是程序执行中一个精确执行点,比如类中的一个方法。
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.
应用程序虚拟化是指把程序的执行与程序的显示分隔开;换句话说,程序在服务器上运行,但是把图形化输出发送到远程客户机设备。
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.
在许多环境中,信号量都给尝试更新相同值的各进程带来了等待时间,这可能会延迟程序的执行。
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.
我们编写了一个样本代码并创建了一个时序图以便向你展示一些访问程序的执行流程。
A join point is a point in the execution of a program where you can usefully join behavior.
连接点是程序执行中可以有效连接行为的点。
All such translator output is collected into a program image which contains information needed for execution in its execution environment.
所有翻译器的输出被收集成一个程序映像,其包含在运行环境中执行所需要的信息。
Address: Suspends the program when the execution pointer reaches a particular address in the program.
Address:当执行指针达到程序中一个特定的地址时会暂停一个程序。
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会在遇到断点时中断执行。
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.
注释:程序中用来解释代码含义和运行效果的备注信息,通常给阅读代码的人准备的。
An operation technique in which there are no stops between the assembling, loading and execution of a computer program.
一种操作技术,使一个计算机程序的汇编、装入和执行连续地进行。
The system initially processes each tape prepared offline and writes a new tape which is arranged in a more convenient form for program execution.
系统在最初处理每个磁带的准备工作是脱机的,并将他们写入一个用一种更方便层序执行的形式的安排的新磁带中。
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.
由于某种外部事件使进程(例如一个计算机程序的执行)暂时挂起的一种现象,而且所中止的进程能重新恢复正常的运行。
Usually, return address must be saved for continuing a right execution of the program in no recursion version.
通常,非递归算法要保存返回地址,使程序能继续正确执行。
Execution always begins at the first statement of the program. Statements are run one at a time, in order from top to bottom.
为了确保一个函数在首次被调用之前已经定义,你必须要之道语句运行的顺序,也就是所谓『运行流程』。
A place in a computer program usually specified by an instruction where its execution may be interrupted by external intervention or by a monitor program.
通常由指令来指定计算机程序中的某一个位置。在此位置上,程序的执行可由外部干预或监控程序来中断。
Contracts refer to conditions that always hold true in the normal execution flow of a program.
合同请参阅总是在正常执行流的程序适用的条件。
To transform all or part of a program expressed in one programming language into another programming language or into some other representation suitable for execution.
把一个程序的全部或部分(它们以某种程序设计语言来表达)转换为另一种程序设计语言或适合执行的其它表示形式。
A test oracle in software testing is a mechanism for checking whether the program under test behaves correctly for any execution.
在软件测试中,测试预言是一种用于检查程序在测试中是否正常运行的机制。
In this article, a number of multi-signature schemes based ECCECC on is analyzed and compared to prove that the program has certain advantages also from the security and speed of execution.
本文还从安全性与执行速度上和一些基于ECC多重数字签名方案进行分析对比,证明该方案具有一定的优越性。
In the execution of such a program, an input statement can be logically deduced from other statements in the program. Many artificial intelligence programs are written in such languages.
在这样一个程序的执行过程中,一条输入语句可以按照逻辑从程序中的其他语句推断出来。许多人工智能程序使用这种语言编写。
The computer program instructions may be stored in a storage device 412 (e. g., magnetic disk) and loaded into memory 410 when execution of the computer program instructions is desired.
计算机程序指令可以被存储在存储设备412(例如磁盘)中,并且当期望执行计算机程序指令时被装载到内存410中。
The computer program instructions may be stored in a storage device 412 (e. g., magnetic disk) and loaded into memory 410 when execution of the computer program instructions is desired.
计算机程序指令可以被存储在存储设备412(例如磁盘)中,并且当期望执行计算机程序指令时被装载到内存410中。
应用推荐