搜索资源列表
20044140604
- 因为不同的排序方法适应不同的应用环境和要求,所以选择合适的排序方法应综合考虑下列因素: ①待排序的记录数目n; ②记录的大小(规模); ③关键字的结构及其初始状态; ④对稳定性的要求; ⑤语言工具的条件; ⑥存储结构; ⑦时间和辅助空间复杂度等。 本程序对以下7种常用的内部排序算法进行实测比较:插入排序、希尔排序、起泡排序、快速排序、归并排序、选择排序、堆排序。我主要负责的是希尔排序和堆排序。
MultiSort
- 分别用LSD-归并(可选其他内部排序方法)、LSD-分配收集、MSD-归并(可选其他排序方法),按照用户所给出的关键字优先次序,对多关键字的待排序序列进行排序。内含用户手册
sortds
- "1--插入排序。\n") ("2--快速排序。\n") ("3--选择排序。\n") ("4--冒泡排序。\n") ("5--堆排序。\n") ("6--归并排序。\n") ("7--排完序后进行折半查找") -6 sort methods.
a
- 本人找工作时的机试题目:STL归并排序。并用C语言编写了两个不同的排序程序,希望大家借鉴-I test machine head when looking for a job: STL merge sort. And use C language program for two different sort, I hope you learn
MergeSort
- 归并排序。二路归并排序的分治算法,用VC++6.0实现。-Merge sort. 2 merge sort of partition algorithm, using vc++ 6.0.
Peripheral--file-sort-operations
- 对文件A进行一趟二路归并的算法.对磁盘文件进行二路归并排序的算法-Peripheral storage file sort operations
paixusuanfa
- 归纳总结快速排序,归并排序,堆排序以及基数排序算法的特点,实现算法并加以比较-Summarized quick sort, merge sort, heap sort and the characteristics of radix sort algorithm, algorithm and compare
coordinate
- 归并排序 该算法的时间复杂度无论是在最好情况下还是在最坏的情况下,都是O(n log2 n ),空间复杂度为O(n),它是一种稳定的排序方法,其性能在待排序的记录较多时能得到充分的发挥。 -coordinate line
sort-algorithm-
- 各种排序算法,包括冒泡排序,归并排序,选择排序等-sort algorithm
FPGA_merge
- 关于FPGA排序算法的研究文献,有全排序和一些归并算法的文献介绍。-FPGA sequencing algorithm on the literature, there are some sort of sorting algorithm and the literature on the merger.
8-1507300148-邓珂可
- 1.实验题目:设计一个程序excise6.cpp,随机产生n个1~99的正整数序列,分别采用直接插入排序、折半插入排序、希尔排序、冒泡排序、快速排序、直接选择排序、堆排序和二路归并排序算法对其进行递增排序,求出每种排序方法所需要的绝对时间。 2.实验项目组成:利用随机数函数产生一个序列,再调用各个排序算法并记录运行时间。(1. experimental subjects: design a program of excise6.cpp, the sequence of positive int
实习报告书12.26
- 实现七种排序算法 比较各算法性能 数据结构算法 冒泡,插入,希尔,快速,选择,堆排序,归并排序(order algorithm sorting algorithm;Sort algorithm;PageRank algorithm bubble sort;bob sort method;Bubble sort algorithm Merge sort algorithm)