文件名称:AlgorithmCpp
介绍说明--下载内容均来自于网络,请自行研究使用
主要在VC6.0上用MFC完成的排序算法和搜索算法:
首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。
排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须为升序排序后的数组。 -Mainly in the MFC with VC6.0 on the completion of sorting algorithms and search algorithms:
First of all pop up a dialog box where there are sort of pre-and post-sorting edit box, in the sorting box, enter the former editor of integer array, and then select the sort method, point sort button will sort the array presented in good order after the edit box in.
Sort order into "ascending" and "descending" sorted a total of seven kinds, namely: bubble sort, simple selection sort, direct insertion sort, Shell sort, quick sort, heap sort, and radix sort. These methods are implemented using c++. There is also a search function, respectively, can "line search" and "binary search", a linear search from the sorted array before the search, two points from the sorted search after the search array, and must be sorted in ascending array.
首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。
排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须为升序排序后的数组。 -Mainly in the MFC with VC6.0 on the completion of sorting algorithms and search algorithms:
First of all pop up a dialog box where there are sort of pre-and post-sorting edit box, in the sorting box, enter the former editor of integer array, and then select the sort method, point sort button will sort the array presented in good order after the edit box in.
Sort order into "ascending" and "descending" sorted a total of seven kinds, namely: bubble sort, simple selection sort, direct insertion sort, Shell sort, quick sort, heap sort, and radix sort. These methods are implemented using c++. There is also a search function, respectively, can "line search" and "binary search", a linear search from the sorted array before the search, two points from the sorted search after the search array, and must be sorted in ascending array.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AlgorithmCpp\Algorithm.cpp
............\Algorithm.h
............\AlgorithmCpp.aps
............\AlgorithmCpp.clw
............\AlgorithmCpp.cpp
............\AlgorithmCpp.dsp
............\AlgorithmCpp.dsw
............\AlgorithmCpp.h
............\AlgorithmCpp.ncb
............\AlgorithmCpp.opt
............\AlgorithmCpp.plg
............\AlgorithmCpp.rc
............\AlgorithmCppDlg.cpp
............\AlgorithmCppDlg.h
............\PSAPI.H
............\PSAPI.LIB
............\ReadMe.txt
............\res\AlgorithmCpp.ico
............\...\AlgorithmCpp.rc2
............\...\bitmap_c.bmp
............\resource.h
............\skin\Minimized.ssk
............\....\SkinMagicTrial.lib
............\....\SkinPlusPlus.h
............\....\SkinPlusPlusDLL.lib
............\....\SoftCrystal.ssk
............\....\XPCorona.ssk
............\SkinPlusPlusDLL.dll
............\StdAfx.cpp
............\StdAfx.h
............\~$算法基本思想.doc
............\一定要注意注意注意注意注意!!!.txt
............\排序算法基本思想.doc
............\res
............\skin
AlgorithmCpp
............\Algorithm.h
............\AlgorithmCpp.aps
............\AlgorithmCpp.clw
............\AlgorithmCpp.cpp
............\AlgorithmCpp.dsp
............\AlgorithmCpp.dsw
............\AlgorithmCpp.h
............\AlgorithmCpp.ncb
............\AlgorithmCpp.opt
............\AlgorithmCpp.plg
............\AlgorithmCpp.rc
............\AlgorithmCppDlg.cpp
............\AlgorithmCppDlg.h
............\PSAPI.H
............\PSAPI.LIB
............\ReadMe.txt
............\res\AlgorithmCpp.ico
............\...\AlgorithmCpp.rc2
............\...\bitmap_c.bmp
............\resource.h
............\skin\Minimized.ssk
............\....\SkinMagicTrial.lib
............\....\SkinPlusPlus.h
............\....\SkinPlusPlusDLL.lib
............\....\SoftCrystal.ssk
............\....\XPCorona.ssk
............\SkinPlusPlusDLL.dll
............\StdAfx.cpp
............\StdAfx.h
............\~$算法基本思想.doc
............\一定要注意注意注意注意注意!!!.txt
............\排序算法基本思想.doc
............\res
............\skin
AlgorithmCpp