文件名称:sort
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 623kb
- 下载次数:
- 0次
- 提 供 者:
- rongm*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。
具体要求:
1 四种排序方法均能得到正确的排序结果。
2 分别统计四种排序中关键字比较的次数和记录交换的次数,并将统计结果显示出来。
-Int a given N-type (since the upper limit set N M, such as M = 100000, N the value of not less than 10,000) of integers, respectively, using the insertion sort, quick sort, merge sort and heap sort methods ascending order.
Specific requirements:
One of four sorting methods to get the correct sort order.
2 were sorted in the keywords statistical comparison of four times and record the number of exchange and results displayed.
具体要求:
1 四种排序方法均能得到正确的排序结果。
2 分别统计四种排序中关键字比较的次数和记录交换的次数,并将统计结果显示出来。
-Int a given N-type (since the upper limit set N M, such as M = 100000, N the value of not less than 10,000) of integers, respectively, using the insertion sort, quick sort, merge sort and heap sort methods ascending order.
Specific requirements:
One of four sorting methods to get the correct sort order.
2 were sorted in the keywords statistical comparison of four times and record the number of exchange and results displayed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sort\dui.txt
....\guibing.txt
....\inputfile.txt
....\kuaisu.txt
....\main.cpp
....\zheban.txt
....\排序.dsp
....\排序.dsw
....\排序.ncb
....\排序.opt
....\排序.plg
....\Debug\inputfile.txt
....\.....\main.obj
....\.....\main.obj.enc
....\.....\vc60.idb
....\.....\vc60.pdb
....\.....\排序.exe
....\.....\排序.ilk
....\.....\排序.pch
....\.....\排序.pdb
....\Debug
sort
....\guibing.txt
....\inputfile.txt
....\kuaisu.txt
....\main.cpp
....\zheban.txt
....\排序.dsp
....\排序.dsw
....\排序.ncb
....\排序.opt
....\排序.plg
....\Debug\inputfile.txt
....\.....\main.obj
....\.....\main.obj.enc
....\.....\vc60.idb
....\.....\vc60.pdb
....\.....\排序.exe
....\.....\排序.ilk
....\.....\排序.pch
....\.....\排序.pdb
....\Debug
sort