CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 排序算法

搜索资源列表

  1. Some_Sort_Program_Implement_by_C

    0下载:
  2. 几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequencing (2) Bubble Sort, rapid
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4008
    • 提供者:丘方
  1. 7d

    0下载:
  2. 7种内部排序算法的比较 里面含 测试代码!-seven internal sorting algorithm inside compared with the test code!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6764
    • 提供者:王哲江
  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19421
    • 提供者:乐乐
  1. Algorithmn

    0下载:
  2. 几种排序算法的VC++实现,包括选择排序,插入排序,归并排序,自底向上排序,快速排序-several algorithm VC, including the option of sorting, insertion sort, merge, in order of ranking from the bottom up, Quick Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36866
    • 提供者:d
  1. ManySort

    0下载:
  2. 数组排序算法-----这个程序的头文件中包含四种排序方法:泡沫排序法,插入排序法,快速排序法和选择排序法-array algorithm ----- this procedure the first document contains four ranking : bubble sort, insertion sort, quick sort and select Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30563
    • 提供者:popandsmtp
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:32702
    • 提供者:ray
  1. phoenix

    0下载:
  2. 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:吕经纬
  1. shell(c++)

    0下载:
  2. 经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:阿科
  1. tuopu

    0下载:
  2. 经典的拓扑排序算法,对数据结构的关键路径,最短路径的学习有很大的帮助!-classic topological sorting algorithm, the data structure of the critical path, the shortest path in their study of great help!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8053
    • 提供者:阿科
  1. sortedrange_algo_test

    0下载:
  2. stl 中的排序算法-the Sort Algorithm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1571
    • 提供者:王磊
  1. QUICKQUEUE

    0下载:
  2. 一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。-a fast algorithm to achieve example, the data structure course work and can be used for research and study purposes. Includes source document and detailed documentation, will facilitate the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:包包
  1. 111ddds

    0下载:
  2. 测试各种排序算法,使用VC.NET进行开发,如果有任何问题请发邮件给我-test algorithm, using VC.NET develop, if there is any question, please send an email to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24228
    • 提供者:lordor
  1. fento3

    0下载:
  2. 用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base sequencing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:174192
    • 提供者:llxxff
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  1. MergeSort2

    0下载:
  2. 二路合并排序算法,使用分治策略,时间复杂度O(nlog2n), 需要和待排记录等数量的辅助空间,是一种稳定的排序算法-two-way merge sorting algorithm, the use of divide-and-conquer strategy, the time complexity O (nlog2n) Pai and the need to record the number of auxiliary space, is a stable Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:mxm
  1. sheel

    0下载:
  2. 数据结构中的希尔排序算法的可行性实现,主要在vc中实现-data structure Hill sorting algorithm to achieve the feasibility, primarily in achieving vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6479
    • 提供者:小酷
  1. paixusuanfayanshixitong

    0下载:
  2. 排序算法演示系统,有4种算法,有程序执行步骤指示,VB6-Sorting Algorithm demonstration system has four kinds of algorithms, a procedure instructions, VB6
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:74874
    • 提供者:段安吉
  1. bitsort

    0下载:
  2. 不错的排序算法。快速而且占用内存少,不过仅对不重复数据进行排序,如果出现重复,需要另加索引!-good sorting algorithm. Rapid and less memory, but only to not repeat data sorting, if duplication, and the need for indexing plus!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:张二
  1. P4_30.ZIP

    0下载:
  2. 桶排序算法:这是一种比冒泡排序有更好性能,但是要求更多内存的排序方法。-barrels Sorting Algorithm : This is a bubble sort than better performance, but require more memory sequencing methods.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1411
    • 提供者:金琦
  1. Sort_Demo

    0下载:
  2. *一个简单的能够形象演示各种排序算法的applet小程序 *类似于Sun公司的示例程序,但比它复杂 *因为这个程序支持简单选择排序,冒泡排序,双向冒泡, *快速排序,希尔排序,堆排序,归并排序共七种排序算法 *每次80个整数随机生成,七种算法同时运行,之间的对比非常明显-* a simple image can be demonstrated by various sort algorithm small applet procedures similar to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43663
    • 提供者:徐阳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com