搜索资源列表
-
0下载:
并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
-
-
2下载:
本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
-
-
0下载:
Quick Sorting using MPI libraries
-
-
0下载:
quick sort in parallel version with MPI
-
-
0下载:
快速排序算法的多线程实现,将快速排序算法并行化处理-Multi-threaded implementation of quick sort algorithm, Quicksort algorithm parallel processing
-
-
0下载:
用并行mpi进行快速排序 用并并行mpi进行快速排序
-Quick sort using parallel mpi parallel mpi quicksort
-
-
0下载:
Provides a parallel quicksort, written in C.
Used with threadpools etc.
Good performance
-
-
0下载:
MPICH2实现的并行快排算法,VS2005编译通过-The MPICH2 implementation fast parallel row algorithm VS2005 compiled by
-
-
0下载:
利用omp將quicksort達到平行化效果-Omp parallel use of the quicksort
-
-
0下载:
快速排序 并行算法 MPI源程序
采用并行思想加快排序速度-MPI parallel quicksort algorithm source code parallel thinking speed up the sorting
-
-
0下载:
使用MPI编程实现快速排序的并行化
(1) 并行算法的设计
设计快速排序的并行化算法,说明并行化的算法的设计思想。
(2) MPI编程
使用MPI编程实现快速排序的并行化。
(3) 对运行结果的对比和分析。
-Quick Sort programming using MPI parallelization (1) parallel algorithm design parallel algorithm design quick sort, indicating paral
-
-
0下载:
@file parallel balanced_quicksort.h @brief Implementation of a dynamically load-balanced parallel quicksort.
-
-
0下载:
共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)
-