搜索资源列表
quick_sort
- 主函数,实现枚举排序,属于并行程序。输入:argc为命令行参数个数;输出:返回1代表程序正常结束
quick_sort
- 本程序是快速排序算法,能快速的排序,-quick sort program
quick_sort
- 快速排序法的范例程序,可以直接套用进模式计算,快速排序法是一种相对快捷的排序方法。-Express Ordering example program can be applied directly into the model system, with the quick sort is a relatively efficient method to sort.
Quick_Sort
- c#实现快速排序算法运用静态函数实现sort算法-c# quick sort algorithm to achieve the use of a static function sort algorithms
Quick_Sort
- Quick sort implementaion
quick_sort
- 快速排序法,輸入一個數字SEQUCEN能將之 快速排列出來-quick sort
QUICK_SORT
- here a program for quick sort
Quick_sort
- 数据结构,采用数据结构中的快速排序算法进行排序。-Data structure, fast sorting algorithm to sort the data structure.
quick_sort
- C++语言实现快速排序,通用模板类函数小程序-quick sort
quick_sort
- 快速排序 并行算法 MPI源程序 采用并行思想加快排序速度-MPI parallel quicksort algorithm source code parallel thinking speed up the sorting
Quick_Sort
- 这个程序主要是用于练习快速排序的,比较简单-This program is mainly to practice quick sort algorithm
Quick_Sort
- Quick Sort Source Code
quick_sort
- 快速排序,实现一串数字的快速排序,时间复杂度为lgn。-quick sort
quick_sort
- 并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
Quick_sort
- 快速排序算法C++实现,含有时间复杂度标记,整个算法实现分为两部分,比较简洁。(C++ implementation of fast sorting algorithm)
SimpleTestPaiXu
- 快速排序算法,选取一个中间值,小于中间值放左边,大于中间值的放右边(quick_sort:Select an intermediate value, less than the middle value to the left, greater than the median value to the right)
