搜索资源列表
KSPX
- 快速排序的基本算法-basic Quick Sort Algorithm
插入排序
- 插入排序是个不错的排序啊,移动啊,大家侃侃啊,没事就学学啊-insert sequencing is not a bad sort ah, mobile ah, we ah and again, with nothing to study science ah
ExecDLL_demo
- Most of us know about reflection (Example: Windows COM, .NET) and its flexibilities. Have you ever wondered how to accomplish reflection in Win32 DLL? Here is the funny tool that resulted from that kind of my thought. \"Uh!.. Reflection in Win32 DLL\
EduStringGrid_v2.0
- 功能简单说明 1)任意单元格融合,真融合与假融合; 2)列对齐(左、中、右),行对齐(上、中、下) 3)自动换行,多行表头 3)Flat,Grid3d,Lower 显示效果 4)标题排序(左键升序,右键降序),图标提示排序方向,支持大数据排序,速度非常非常快! 5)自动列宽,单列列宽 6)报表输出:打印机设置、表头、次表头、页脚、次页脚,字体、颜色、融合、对齐、列显示、打印预览、直接打印 7)导出:xls csv rtf txt html db dbf,大数据量支
MergeSort1
- 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
javaP198_8
- java螺旋排序,很简单的java小程序,仅供参考-sort, a very simple java small program is for reference only
C++实现二叉树很好的例子
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
sort
- 一个归并排序的程序-sort of a merging process
sort
- 实现数据的排序,利用冒泡法对数据进行排序,可以试试的-Sort of data
sort
- 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
sort
- clistctrl排序功能 编译环境vc6 写的不是很好 可以参考下-clistctrl sorting functions written in vc6 build environment is not good to refer to the following
sort
- bubble sort in vb it is very simple to use
Binary-Sort-Tree
- 建立一个二叉排序树,要求完成树上结点的查找和删除,基于MFC图形界面-Create a binary sort tree, the tree nodes required to complete the search and delete MFC-based GUI
mfc-sort
- 用c++实现mfc窗口程序,可以选择的各种排序算法排序,包含动画演示。-Mfc window procedure, you can choose a variety of sorting algorithms sort c++ includes animated demo.
sort-algorithm
- 该MFC程序对插入排序,希尔排序,堆排序的排序原理和过程通过动画的形式展示给用户,让用户更加直观了解排序算法的原理。-The MFC program for insertion sort, shell sort, heap sort of principle and process of sorting through the form of animation presented to the user, allowing users a more intuitive understandin
binary tree,Quick sort, Heap Sort
- binary tree,Quick sort, Heap Sort C programs
MSHFlexGrid-sort-sample
- MSHFlexGrid排序示例 MSHFlexGrid排序示例-The sample is to sort for mshflexgrid
sort
- MFC程序,实现冒泡法数字排序,按要求输入数字后点击排序即可获得最终结果。-MFC procedures, digital bubble sort method, enter the number required and click to sort the final result can be obtained.
sort(7-methods)
- 这是用MFC写的,开发环境是VC++。 主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。 程序亲测无误。-It`s a MFC project and the development environment is VC++.T