中英
并行算法
  • 简明
  • 新汉英
  • 网络释义
  • 专业释义
  • 1

     Parallel Algorithms

    ... Scalable Distributed Systems Design (half module) (可扩展的分布式系统设计(半学分)) Parallel Algorithms (并行算法) Software Engineering for Industry (工业软件工程) ...

短语
查看更多
  • 双语例句
  • 1
    我们将使用在并行算法一节中介绍的算法来很好地解决这个问题。
    We'll use the algorithm described in the section on parallel algorithms to solve this problem elegantly.
  • 2
    并行编程有自己的一些并行算法,它们可以充分利用底层硬件的性能。
    Parallel programming has its own set of parallel algorithms that take advantage of the underlying hardware.
  • 3
    清单1 .通用divide - and - conquer并行算法的伪代码。
    Listing 1. Pseudo-code for generic divide-and-conquer parallel algorithms.
查看更多
  • 百科
  • 并行算法

    并行算法就是用多台处理机 联合求解问题的方法和步骤,其执行过程是将给定的问题首先分解成若干个尽量相互独立的子问 题,然后使用多台计算机同时求解它,从而最终求得原问题的解。

查看更多