• Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.

    利用它们这个调试器将帮助跟踪带有程序执行内存表明一个内存错误

    youdao

  • "Persistence," by contrast, refers to keeping data between one program execution and another.

    与之相反,“持久化”是程序的各次执行之间保存数据

    youdao

  • The Integrated I Debugger client user interface also enables you to control program execution.

    集成i调试器客户用户界面使能够控制程序执行

    youdao

  • This aspect could be made to use the same logging framework as the embedded logging code so that the merged output gave a combined view of the program execution.

    这个方面可以设计使用嵌入日志代码所使用同样日志框架这样在一起输出就可以给出程序执行综合视图

    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

  • This column shows how trace-type aspects can supply useful information about the execution of a program.

    本月专栏展示了跟踪型方面如何提供关于程序执行有用信息

    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

  • 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

  • Visual trace 6 is used during program execution to reveal the execution path through a diagram; it depicts the control flow and how the software operates.

    可视化跟踪6用于程序执行过程中,通过图表显示执行路径描述控制软件如何运作的方式。

    youdao

  • Dynamic join points are where aspect execution meets the execution of the program.

    动态连接点方面执行程序执行相遇地方

    youdao

  • Everything works the same as before, but now there's a notification that the selected method is being called during the execution of the program.

    每项工作都以前一样,但是现在执行这个程序时,方法调用时会一个通知

    youdao

  • As an added benefit, a testing framework also forces you to explicitly declare the expected results of specific program execution routes.

    一个好处是,测试框架强制显式地声明特定程序执行路由预期结果

    youdao

  • Because this tracing work is interleaved with program execution, the GC can lose track of certain objects that the application can "hide" through executing loads and stores.

    由于这种跟踪工作程序执行交叉进行的,应用程序通过执行加载存储将某些对象隐藏”,因此GC可能会丢失这些对象的跟踪

    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

  • 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

  • Clearly, if the second and third arguments turn out to be unequal during the course of program execution, that's an error.

    显然如果执行程序期间第二第三个参数不相等就是出现错误了。

    youdao

  • I leave the task of scheduling the execution of the program to the reader, as system-dependent methods for doing so are often superior to simple programmatic ones.

    程序执行调度任务留给读者因为执行这些任务与系统相关的方法通常简单的编程方法高级。

    youdao

  • Note: a typical execution of the sample program will generate the following output.

    注意示例程序执行通常产生如下所示的结果。

    youdao

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

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

    youdao

  • Like any other service, they are stateless, and perform the execution of a program when the program code is transferred as the state.

    其他服务一样,它们无状态程序代码根据状态转化时,它们就会执行程序。

    youdao

  • The sum of the control quickness, drive tuning and efficient handling of the tool path is said to yield fast and accurate program execution even when working with complicated shapes.

    数控系统快速性、驱动优化刀具轨迹充分处理获得快速精确程序执行效果,可用于复杂形状加工。

    youdao

  • Listing 8 shows the entire example program and Listing 9 shows an execution example of the completed program.

    清单8展示整个示例程序清单9展示了完整程序执行示例。

    youdao

  • If a test fails, an error message is reported, indicating the point of failure, and program execution halts.

    如果测试失败报告错误消息指出故障点,同时程序执行中断

    youdao

  • It is possible that during program execution some exception is thrown, and the file is not unlocked.

    执行程序时,可能会出现抛出异常文件没有解锁的情况。

    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

  • Early main-frame system administrators had the job of taking program execution requests, assigning them a priority, and giving them a time frame to run.

    早期大型机管理员,要做这样一些工作- - - - -接收程序执行请求,给程序分配相应的优先级然后,分给程序一个运行的时间段

    youdao

  • A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.

    断点可以使程序执行线程悬挂断点设置位置

    youdao

  • A higher CPI value indicates that more cycles were necessary to run the instruction, implying suboptimal execution of the program.

    cpi越高,则运行指令所需周期越多这意味着程序运行性能未达到最优

    youdao

  • Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.

    因为程序执行进行编译,所以编译代码时间将计入程序执行时间。

    youdao

  • After the data declarations, the program execution begins with a call to puts (line 31).

    声明数据之后这个程序首先执行puts的调用(第31行)。

    youdao

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

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

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