文件名称:AlgorithmCpp
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:845.25kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
主要在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
AlgorithmCpp/Algorithm.h
AlgorithmCpp/AlgorithmCpp.aps
AlgorithmCpp/AlgorithmCpp.clw
AlgorithmCpp/AlgorithmCpp.cpp
AlgorithmCpp/AlgorithmCpp.dsp
AlgorithmCpp/AlgorithmCpp.dsw
AlgorithmCpp/AlgorithmCpp.h
AlgorithmCpp/AlgorithmCpp.ncb
AlgorithmCpp/AlgorithmCpp.opt
AlgorithmCpp/AlgorithmCpp.plg
AlgorithmCpp/AlgorithmCpp.rc
AlgorithmCpp/AlgorithmCppDlg.cpp
AlgorithmCpp/AlgorithmCppDlg.h
AlgorithmCpp/PSAPI.H
AlgorithmCpp/PSAPI.LIB
AlgorithmCpp/ReadMe.txt
AlgorithmCpp/res/AlgorithmCpp.ico
AlgorithmCpp/res/AlgorithmCpp.rc2
AlgorithmCpp/res/bitmap_c.bmp
AlgorithmCpp/resource.h
AlgorithmCpp/skin/Minimized.ssk
AlgorithmCpp/skin/SkinMagicTrial.lib
AlgorithmCpp/skin/SkinPlusPlus.h
AlgorithmCpp/skin/SkinPlusPlusDLL.lib
AlgorithmCpp/skin/SoftCrystal.ssk
AlgorithmCpp/skin/XPCorona.ssk
AlgorithmCpp/SkinPlusPlusDLL.dll
AlgorithmCpp/StdAfx.cpp
AlgorithmCpp/StdAfx.h
AlgorithmCpp/~$算法基本思想.doc
AlgorithmCpp/一定要注意注意注意注意注意!!!.txt
AlgorithmCpp/排序算法基本思想.doc
AlgorithmCpp/res
AlgorithmCpp/skin
AlgorithmCpp
AlgorithmCpp/Algorithm.h
AlgorithmCpp/AlgorithmCpp.aps
AlgorithmCpp/AlgorithmCpp.clw
AlgorithmCpp/AlgorithmCpp.cpp
AlgorithmCpp/AlgorithmCpp.dsp
AlgorithmCpp/AlgorithmCpp.dsw
AlgorithmCpp/AlgorithmCpp.h
AlgorithmCpp/AlgorithmCpp.ncb
AlgorithmCpp/AlgorithmCpp.opt
AlgorithmCpp/AlgorithmCpp.plg
AlgorithmCpp/AlgorithmCpp.rc
AlgorithmCpp/AlgorithmCppDlg.cpp
AlgorithmCpp/AlgorithmCppDlg.h
AlgorithmCpp/PSAPI.H
AlgorithmCpp/PSAPI.LIB
AlgorithmCpp/ReadMe.txt
AlgorithmCpp/res/AlgorithmCpp.ico
AlgorithmCpp/res/AlgorithmCpp.rc2
AlgorithmCpp/res/bitmap_c.bmp
AlgorithmCpp/resource.h
AlgorithmCpp/skin/Minimized.ssk
AlgorithmCpp/skin/SkinMagicTrial.lib
AlgorithmCpp/skin/SkinPlusPlus.h
AlgorithmCpp/skin/SkinPlusPlusDLL.lib
AlgorithmCpp/skin/SoftCrystal.ssk
AlgorithmCpp/skin/XPCorona.ssk
AlgorithmCpp/SkinPlusPlusDLL.dll
AlgorithmCpp/StdAfx.cpp
AlgorithmCpp/StdAfx.h
AlgorithmCpp/~$算法基本思想.doc
AlgorithmCpp/一定要注意注意注意注意注意!!!.txt
AlgorithmCpp/排序算法基本思想.doc
AlgorithmCpp/res
AlgorithmCpp/skin
AlgorithmCpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.