文件名称:sort(7-methods)
介绍说明--下载内容均来自于网络,请自行研究使用
这是用MFC写的,开发环境是VC++。
主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。
程序亲测无误。-It`s a MFC project and the development environment is VC++.There are 7 kinds of sorting algorithm including insert sort,heap sort,radix sort,babble sort,merge sort,shell sort and quick sort.It can calculate their running time then display with line.I called a external library to draw line.
主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。
程序亲测无误。-It`s a MFC project and the development environment is VC++.There are 7 kinds of sorting algorithm including insert sort,heap sort,radix sort,babble sort,merge sort,shell sort and quick sort.It can calculate their running time then display with line.I called a external library to draw line.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
7种排序算法、时间对比及时间复杂度直线拟合\readme.txt
.........................................\排序算法工程\BubbleSort.txt
.........................................\............\Chart.h
.........................................\............\Debug\pic.obj
.........................................\............\.....\pic.sbr
.........................................\............\.....\sort2.bsc
.........................................\............\.....\sort2.exe
.........................................\............\.....\sort2.ilk
.........................................\............\.....\sort2.obj
.........................................\............\.....\sort2.pch
.........................................\............\.....\sort2.pdb
.........................................\............\.....\sort2.res
.........................................\............\.....\sort2.sbr
.........................................\............\.....\sort2Dlg.obj
.........................................\............\.....\sort2Dlg.sbr
.........................................\............\.....\StdAfx.obj
.........................................\............\.....\StdAfx.sbr
.........................................\............\.....\vc60.idb
.........................................\............\.....\vc60.pdb
.........................................\............\HeapSort.txt
.........................................\............\InsertSort.txt
.........................................\............\mergesort.txt
.........................................\............\pic.cpp
.........................................\............\pic.h
.........................................\............\PlotDll.dll
.........................................\............\PlotDll.lib
.........................................\............\PlotDll_d.dll
.........................................\............\PlotDll_d.lib
.........................................\............\QuickSort.txt
.........................................\............\RadixSort.txt
.........................................\............\ReadMe.txt
.........................................\............\res\bitmap1.bmp
.........................................\............\...\sort2.ico
.........................................\............\...\sort2.rc2
.........................................\............\...\t013a81420026c25116.ico
.........................................\............\...\萌.ico
.........................................\............\...\西瓜.ico
.........................................\............\resource.h
.........................................\............\ShellSort.txt
.........................................\............\sort2.aps
.........................................\............\sort2.clw
.........................................\............\sort2.cpp
.........................................\............\sort2.dsp
.........................................\............\sort2.dsw
.........................................\............\sort2.h
.........................................\............\sort2.ncb
.........................................\............\sort2.opt
.........................................\............\sort2.plg
.........................................\............\sort2.rc
.........................................\............\sort2Dlg.cpp
.........................................\............\sort2Dlg.h
.........................................\............\StdAfx.cpp
.........................................\............\StdAfx.h
.........................................\............\Debug
.........................................\............\res
.........................................\排序算法工程
7种排序算法、时间对比及时间复杂度直线拟合