搜索资源列表
paixu
- 对7种常用排序方法进行了对比,可以看出在一般环境下选用什么算法比较好
13-1
- 并行算法:通过消息传递MPI实现排序,初学者比较好的示例-Parallel Algorithm: MPI message passing through the achievement of sequencing, a relatively good example for beginners
paralall_sort
- mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
sorting-algorithms
- 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
CompQsortToMsort
- 分治算法与快速排序时间比较,根据运行时间比较其算法的优越性。-compare quicksort to mergesort
paixu
- 能够实现各种排序功能,以及比较排序的时间,算法的优劣-Can achieve a variety of sorting functions, and relatively sort time, the merits of the algorithm
lab1
- 共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)