搜索资源列表
mpiquiksort.rar
- 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
Assignment_03_6.3.3.c.zip
- this is the rank sort algorithm for mpi platform,this is the rank sort algorithm for mpi platform
omp_qs.zip
- 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
mpi_bubble
- 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
XSort_Submit
- 归并排序的并行算法 intel 多线程优化大赛-Parallel merge sort algorithm
mpi_quick
- 快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
merge_using_mpi
- Merge sort algorithm with mpi
mpi_sort
- this is a simple merge sort algorithm by MPI
mpi_guibing
- 用mpi实现的归并排序算法,在ubuntu12.04下调试通过-With the realization of mpi merge sort algorithm
sort
- opencl实现的基数排序算法,大家可以参考参考,跟sdk中的sample比对一下性能-OpenCL achieve radix sort algorithm, we can refer to the reference with sdk sample than on performance
rankSort
- 基于MPI的并行快速排序算法,VS2010编译运行通过-MPI-based parallel quick sort algorithm, VS2010 compiled to run through
2omp
- OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
Bubblesort
- 并行排序算法中基于MPI和C++的冒泡排序算法的实现-MPI-based parallel sorting algorithms and C++ the bubble sort algorithm
Bucketsort
- 平行排序算法中基于C++和MPI的桶排序算法的实现-Parallel sorting algorithm and MPI-based C++ the bucket sort algorithm
MergeSort
- 并行归并排序算法,基于mpi的并行归并排序算法-A parallel merge sort algorithm
maopaopaixu
- 本算法向你展示了冒泡排序算法的详细过程,读懂此算法,你就能理解冒泡排序的算法思想-The algorithm is to show you the detailed process bubble sort algorithm, this algorithm is to read, you can understand the thought bubble sort algorithm
sort_pthread
- 使用pthread的快速排序算法 使用pthread的快速排序算法-Quick sort algorithm using pthread Quick sort algorithm using pthread
quicksort
- 一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
sort
- 使用hadoop的mapreduce算法,前提是先要搭建一个hadoop云平台,该程序不难,为初学者的hadoop程序,对刚刚接触hadoop的同学会有帮助。-Using hadoop mapreduce algorithm, a parallel sorting algorithm, the premise is to set up a hadoop cloud platform, the program is easy, hadoop program for beginners, help
sort-merge-joins-1.4
- 使用C实现的并行sortmerge算法 并行部分使用pthread实现。-Sortmerge using parallel algorithm implemented in C using pthread achieve parallel sections.