• A parallel program does many things at once.

    并行程序次要执行很多操作。

    youdao

  • The real hard work in writing a parallel program is to make N as large as possible.

    编写并行程序真正困难事情使N尽量

    youdao

  • It is demonstrated that algorithm can reduce the completion time of the parallel program.

    研究表明算法减少此类并行程序完成时间

    youdao

  • Parallel program is an active research field presently, and it is also a difficult problem.

    并行程序目前活跃研究领域也是困难问题

    youdao

  • It was indicated that modified parallel program had high parallel efficiency under MPP environment.

    MPP环境的测试表明改进后并行程序并行效率

    youdao

  • LabVIEW makes parallelism so easy that you may not even be aware that you're writing a parallel program.

    LabVIEW能够简化并行操作,也许甚至都没有意识到您正在编写一个并行的程序。

    youdao

  • In a parallel program, the processing is broken up into parts, each of which can be executed concurrently.

    并行式程序里,处理过程分为多个部分每个部分可以并发执行

    youdao

  • In the message transferring model, parallel program design chiefly consider the decomposition of computing problem.

    消息传递模型中,并行程序设计首要考虑计算问题分解

    youdao

  • The computation result is identical to that of series program, and the correctness of the parallel program is verified.

    最后并行程序串行程序计算结果比较,验证了该并行程序的正确性

    youdao

  • Therefore, parallel program design environment's research is a very active research field and wins attention at home and abroad.

    因此并行程序设计环境研究一个非常活跃的研究领域,在国内外都受到广泛的重视

    youdao

  • Secondly, on the parallel computer system, we implement the compile, connection and running of the message passing parallel program model MPICH.

    其次实现消息传递并行编程模型MPICH并行计算机编译链接运行

    youdao

  • Now that you know the fundamentals of parallel programming platforms and have a cluster ready, let's write a program that makes good use of the cluster.

    现在我们已经了解并行编程平台基础知识并且准备好了集群接下来就要编写一个可以利用这个集群的程序

    youdao

  • In the multiprocessor systems, an efficient scheduling of a parallel program onto the processors that minimizes the entire execution time is vital.

    多处理器系统中,寻求一个有效并行任务设计安排使得整个执行时间达到最小是至关重要的环节。

    youdao

  • For simplicity, and to emphasize fundamentals, we'll build just the bare minimum system that you can use to run a parallel program in a clustered environment.

    为了简单起见并且重点突出其中的基本原理,我们构建最小系统,在集群环境可以使用运行并行程序

    youdao

  • Such system supports the parallel program conceptually designing method, which can greatly reduce the complexity and improve the efficiency of parallel programming.

    系统支持并行程序概念设计方法可以有效地减少并行编程复杂性提高并行程序开发效率

    youdao

  • As for data parallel problem, the author presents the TTPN model of a segment and the TTPN model involving several segments in logical process about parallel program.

    对于数据并行问题提出了并行程序逻辑进程一个TTPN模型以及包含多个块的循环的TTPN模型。

    youdao

  • Thread technology is one of the most important functions of modern operating system, and it is also a useful method for programmer to develop high-performance parallel program.

    线程技术现代操作系统重要功能之一也是程序员开发高性能并发程序的得力工具。

    youdao

  • The performance of parallel program is closely related to computer architecture, besides CPU, including system framework, instruction structure and access speed of storage unit.

    并行程序性能计算机体系结构密切相关不但取决于CPU,还与系统架构指令结构存储部件存取速度等因素有关。

    youdao

  • The Concurrency Visualizer report views enable you to visualize how the threads in a parallel program interact with each other and with threads from other processes on the system.

    可利用“并发可视化工具”报告视图直观显示并行程序中的线程如何彼此进行交互以及如何系统其他进程中的线程进行交互。

    youdao

  • Through comparing the speedup radio of experimental results, it can be seen that parallel program shortens the time of solving equations and multi-core resources are fully utilized.

    通过实验结果加速对比可以看出并行后缩短求解方程组时间多核资源得到充分利用。

    youdao

  • How to decrease the complexity of parallel programming and accordingly increase the parallel program developing efficiency has become one of the key problems in parallel computing area.

    如何降低并行程序开发难度提高并行程序的设计开发效率成为并行计算领域一个关键性问题

    youdao

  • This paper presents the two level parallel domain decomposition strategy used in the parallel program, namely, block and patch strategy, and the parallel time integration algorithm based on it.

    本文给出基于-网格片并行区域分解策略以及建立基础的并行时间积分算法

    youdao

  • At this level a program becomes multiple instances of a service subroutine callable in parallel by a client through some grid middleware.

    这个级别上应用程序已经变成服务子例程多个实例,可客户机通过某种网格中间件并行调用

    youdao

  • When a program tries to read a file, small portions of that file are read from several disks in parallel.

    一个程序试图读取某个文件时,可以并行地磁盘上分别读取这个文件某些部分。

    youdao

  • The short-term component will work in parallel with the social protection component of the Food Price Crisis Response under the Global Food Response Program.

    短期组成部分全球食品应对方案“食品价格危机对策中的社会保障部分平行运行

    youdao

  • Assigning single resources on parallel projects without the proper buffers and supporting cast is also bad program management.

    分配单一资源并行进行项目,其中没有合适缓冲以及一些执行也是糟糕项目管理

    youdao

  • Because multiple concurrent XML HTTP requests can be scheduled in parallel, our application essentially becomes a concurrent programand concurrency is hard.

    由于可能同时调度多个并发XMLHTTP请求应用程序本质上变成了一个并发程序并发很难实现。

    youdao

  • You may have noted in Listing 4 that the driver program introduced a new class called Parallel.

    清单4中,可能已经注意到驱动器程序引入了一个叫作parallel

    youdao

  • Goroutines are lightweight parallel paths of program execution similar to threads, coroutines, or processes.

    Goroutine轻量级并行程序执行路径,与线程coroutine或者进程类似

    youdao

  • The GPars Executors DSL makes it easy to transform the program in Listing 1 from serial processing to parallel processing, as shown in Listing 2

    GParsExecutorsDSL使得我们容易清单1中的程序串行处理转换并行处理,清单 2 所

    youdao

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

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

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