搜索资源列表
KSPX
- 快速排序的基本算法-basic Quick Sort Algorithm
找第k小算法程序
- 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
kuaisu
- 快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
Quick_Sort_forleaner
- 数据结构的快速排序算法的实现程序,希望对大家有帮助-data structure of the quick sort algorithm procedures, we hope to help
E66_0230
- 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
sort
- 算法中经典问题,排序算法的实现。其中有冒泡、改进的快速、堆、选择排序的实现。
sort
- 一 :排序n个元素,元素为随机生成的长为1~16的字符串,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序, 冒泡排序,堆排序,归并排序,快速排序,比较各种排序在不同输入下的运行时间. 二:排序n个元素,元素为随机生成的1~10000的正整数,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入下的运行时间.
4种排序实现与比较
- 这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
常见排序算法实现
- 常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
sort
- 该程序里面是关于排序方面的肉容,有快速和归并排序两种算法,并且比较这两种算法的时间。数据有随机生成和人工输入两种。
152316134
- 快速排序的经典算法-Quick Sort of the classic algorithm
otherssort
- java实现的几类排序算法包括,快速算法,SHELL算法等非常经典的算法-achieving several of the sorting algorithms include rapid algorithm, SHELL algorithm very classic algorithm
subject_1_42045
- 几种排序算法的动画演示,包括冒泡排序,选择排序,插入排序,快速排序,堆排序,支持单步演示-several algorithm animation demonstration, including Bubble Sort, select, in order of insertion sort, quick sort, heap sort, support single-step demonstration
zuoye
- 一个用C++builder写的,用动画演示快速排序算法的程序-A C++ builder with written presentation with animation procedure Quicksort Algorithm
sort
- 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
QuickSortListCtrl
- 在CListCtrl的基础上增加了快速排队功能,并在CListHeadCtrl上面使用遮罩算法实现上下排序图标的转换-Increase on the basis of the CListCtrl fast queuing and CListHeadCtrl above mask algorithm to achieve the conversion of the up and down sort icon
sort(7-methods)
- 这是用MFC写的,开发环境是VC++。 主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。 程序亲测无误。-It`s a MFC project and the development environment is VC++.T