搜索资源列表
sort-mpi
- * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
Sort_Code
- C++内排序各种算法的源码-C sequencing algorithms within the FOSS
[neubt]c
- 文件内有十六个文件夹,每个文件夹里都有一个算法的代码,主要是数学累的计算,如排序算法,控制结构等-There are sixteen file folders, each folder has an algorithm code, mainly tired mathematical calculations, such as sorting algorithms, control structures, etc.