Parallel Algorithms
... Scalable Distributed Systems Design (half module) (可扩展的分布式系统设计(半学分)) Parallel Algorithms (并行算法) Software Engineering for Industry (工业软件工程) ...
asynchronous parallel algorithm
Distributed and parallel algorithms
decomposition parallel approach
并行算法就是用多台处理机 联合求解问题的方法和步骤,其执行过程是将给定的问题首先分解成若干个尽量相互独立的子问 题,然后使用多台计算机同时求解它,从而最终求得原问题的解。