搜索资源列表
sort-mpi
- * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
quicksort
- 本人写的一个快速排序的程序,同时写出了用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
MPI_QuickSort
- MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
rank_sort
- 用并行方式计算枚举排序 -Sort by parallel computing using parallel computing enumeration enumeration sort
PageRank
- 并行计算环境下的网页排序算法 mapreduce框架,北大计算机系暑期课程项目-null
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
GPU-BBSort
- 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
QuickSort
- 快速排序、多线程编程、并行计算。使用OpenMP解决快速排序问题-QuickSort problem
syzdcl
- 第十三章 排序 第十四章 串匹配 第十五章 图论 第十六章 组合优化 第十七章 计算几何 -parallel computing
tuopupaixu
- 输出一个有向无环图(DAG)的拓扑排序。通过计算各顶点的入度数,删除入度为零的顶点,同时将该顶点指向的点的入度减一。重复此操作直到所有点都被输出。-Output a directed acyclic graph (DAG) topological sort. Through calculating the degree of each vertex deleting zero vertices into degrees, at the same time the vertex point to
345a9d70b3e20aa5c322caa7ca4f91cc
- open MP计算PI和并行计算快速排序MPI-This is quicksortMPI
mpi_odd_even
- 使用MPI实现奇偶变换排序并行化,大大提高效率和计算速度-Sort parity conversion using MPI parallel, greatly improve the efficiency and speed