• The system has the ability to run more than one program at the same time.

    系统能够同时运行一个以上程序

    《牛津词典》

  • In each case, I ran a simple program that measured the run time of a loop calling a method 10,000,000 times, calling both a synchronized and an unsynchronized version, and compared the results.

    实例下运行一个简单程序测定循环调用一个方法10,000,000所需运行时间,我调用了同步同步版本比较了结果。

    youdao

  • Even better, you can run your program for a long, long time, ensuring that you trigger many garbage collections, more accurately amortizing the allocation and garbage collection cost.

    更好一些的话,可以时间运行程序可以保证触发许多垃圾收集,从而精确地分摊垃圾收集的成本。

    youdao

  • The computer program even saves routes that you ran before, so you can compare each time you run the same route.

    电脑程序甚至可以保存以前跑步记录,所以可以比对相同路线跑步时间。

    youdao

  • Then, a computer system would often run one simple sequential program at a time, and nothing could interrupt it or vie with it.

    那时计算机系统通常同一时刻只能运行一个单独程序什么都不能打断或者竞争

    youdao

  • Instead of constantly stopping to run the program, the audience can see effect of the changes in almost real time.

    相对于要常常停下来运行程序做法,通过这种方式,观众可以立刻看到改变的效果

    youdao

  • Once associated with a program entity, an attribute can be queried at run time and used in any number of ways (for example, help documentation).

    属性一旦程序实体关联,就可以运行查询它并且可以各种方式使用(例如,帮助文档)。

    youdao

  • During run time, your application or the control program of your application knows the job that you want to debug, and it can put the application on hold.

    运行期间,程序或者程序控件会知道调试任务程序置于待命状态。

    youdao

  • Each of these displays the total elapsed time it takes for the program to run.

    方法显示运行程序所需运行时间

    youdao

  • At run time, a factory object can generate a connection, locate the CICS server, and invoke the CICS program at the server.

    运行工厂对象可以生成连接定位CICS服务器激活服务器CICS程序

    youdao

  • The reason for this is that gprof works by instrumenting the program such that measurements are taken at fixed intervals of the program's run time.

    原因 gprof仅仅通过固定周期程序运行时间 进行采样测量工作的。

    youdao

  • This example shows how to extend any Ruby class when you know the behavior at the time that you run the program.

    这个例子展示了当运行程序知道行为后该如何扩展Ruby

    youdao

  • If you select download, a dmdiinst.exe file is downloaded to the client machine, and you can manually run the installation program via the executable at a later time.

    如果选择Download会将dmdiinst . exe文件下载客户机计算机可以以后通过可执行程序手工运行安装程序

    youdao

  • The first time you run the program, a wizard helps you set up your microphone. After that you will be presented with a dialogue as follows.

    第一运行程序时,一个向导帮助设置麦克风

    youdao

  • Because of the compilation overhead involved this may actually increase the amount of time it takes for your program to run up to the point where problem occurs.

    由于采用这种方法所引起编译负载可能会实际增加程序运行出现问题地方需要时间

    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

  • You've finished writing the script, and now it's time to run the program for the first time.

    编写脚本之后,就要第一运行

    youdao

  • Programmers use assembly languages when it is important to minimize the time it takes to run a program, because the translation from assembly language to machine language is relatively simple.

    尽量减少程序运行时间重要时,程序员就使用汇编语言因为汇编语言机器语言的翻译相对简单。

    youdao

  • Now would be a good time to mention that if you aren't using devfs, you may need to run the evms_devnode_fixup program to bring your /dev/evms namespace up-to-date.

    现在正是一个最佳时间指出:如果没有devfs,那么您可能需要运行 evms_devnode_fixup程序来更新 /dev/evms名称空间

    youdao

  • In This paper CALL relation is applied between program units to complete repeated allocation for economizing run-time storage.

    文中利用调用关系实现程序段问的重迭分配以达到节省运行存储的目的。

    youdao

  • If the empty bracket pair is omitted, it is an error, but an error that the compiler is unlikely to catch; the program may fail at run time.

    如果遗漏方括号对,一个编译无法发现的错误,将导致程序运行出错

    youdao

  • The ideal time to catch an error is at compile time, before you even try to run the program.

    捕获错误信息的时机应该编译,在运行程序之前

    youdao

  • However, I do not find the calibration time a problem as I use the scheduler in the software to run the program lights out during sunday.

    然而发现校准时间是一个问题,我使用软件中的程序直到周末关灯为止。

    youdao

  • Execution always begins at the first statement of the program. Statements are run one at a time, in order from top to bottom.

    为了确保一个函数在首次调用之前已经定义,你必须要之道语句运行的顺序,也就是所谓『运行流程』。

    youdao

  • When we run the program this time, we get a cleaner looking result, as shown in Figure 10.

    这次我们运行这个程序时候会得到一个简洁得多结果如图10所示。

    youdao

  • Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times.

    因为编译是按程序静态顺序线形扫描程序的,而非动态顺序重复翻译,使用编译程序,只需对程序编译,以后每次运行目标程序。

    youdao

  • Any use of an invalidated iterator is likely to yield a run-time error, but there is no guarantee that the program will crash or otherwise make it easy to detect the problem.

    任何无效迭代器使用可能导致运行时错误程序不一定崩溃否则检查这种错误也许会容易些。

    youdao

  • Any use of an invalidated iterator is likely to yield a run-time error, but there is no guarantee that the program will crash or otherwise make it easy to detect the problem.

    任何无效迭代器使用可能导致运行时错误程序不一定崩溃否则检查这种错误也许会容易些。

    youdao

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

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

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