共查询到3条相似文献,搜索用时 0 毫秒
1.
Parallel (synchronous) algorithms of sorting arrays are considered. A modified synchronous sorting algorithm based on the
pairwise exchange method is proposed and simulated.
__________
Translated from Kibernetika i Sistemnyi Analiz, No. 5, pp. 122–133, September–October 2006. 相似文献
2.
Amitabha Das Louise E. Moser P. M. Melliar-Smith 《International journal of parallel programming》1991,20(5):403-419
The computational complexity of a parallel algorithm depends critically on the model of computation. We describe a simple and elegant rule-based model of computation in which processors apply rules asynchronously to pairs of objects from a global object space. Application of a rule to a pair of objects results in the creation of a new object if the objects satisfy the guard of the rule. The model can be efficiently implemented as a novel MIMD array processor architecture, the Intersecting Broadcast Machine. For this model of computation, we describe an efficient parallel sorting algorithm based on mergesort. The computational complexity of the sorting algorithm isO(nlog2
n), comparable to that for specialized sorting networks and an improvement on theO(n
1.5) complexity of conventional mesh-connected array processors. 相似文献