文件名称: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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org