文件名称:openmp-sort:使用 openmp 实现快速排序、合并排序、基数排序和并行快速排序
文件大小:982KB
文件格式:ZIP
更新时间:2024-07-10 11:20:56
C++
该程序是在 gcc 4.7.3 和 openmp 3.1 上开发的。
【文件预览】:
openmp-sort-master
----.gitignore(28B)
----quicksort.cpp(926B)
----payloadsize.h(18B)
----Makefile(798B)
----helper.cpp(21B)
----test.cpp(3KB)
----pquick.cpp(3KB)
----helper.h(244B)
----othersort.h(61B)
----README.md(55B)
----OpenMP3.1.pdf(1.4MB)
----mergesort.h(89B)
----sort.cpp(613B)
----quicksort.h(125B)
----radixsort.h(87B)
----pquick.h(131B)
----radixsort.cpp(2KB)
----othersort.cpp(104B)
----sort.h(258B)
----mergesort.cpp(1KB)