搜索资源列表
mpi_quicksort.并行快速排序算法
- 并行快速排序算法,基于mpi 2.0 c语言实现,注释很清楚明确。,Parallel quicksort base on mpi 2.0 in c language.
quicksort
- This code is an mpi version of the sorting algorithm quicksort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
Quick.c
- Quick Sorting using mpi libraries
mpi_Hyperquicksort
- mpi (message passing protocol) based quicksort. Hyperquicksort version (original proposed by c.J Quinn) Tested and Developed in H.U.T by Montecristo
mpi_RegularSamplingquicksort
- Regular Sampling Quick Sort (general quicksort) mpi based. Original Proposed by c.J.Quinn. Tested and developed by mpi teams in H.U.T (montecristo)
quicksort.c
- quick sort in parallel version with mpi
test2
- mpi quicksort IN c LANGUAGE
quicksort
- mpi快速排序c代码,并行编程,快速排序,并行编程-quicksort program