搜索资源列表

  1. 堆排序—我写的

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:王pp
  1. Sortarithmatic

    0下载:
  2. 数据结构算法之各种排序算法比较,由c语言编写而成,希尔,快速,堆排序三种-algorithm data structure the various sorting algorithms, the language from c prepared, Hill, rapid and three Heap Sort
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9242
    • 提供者:ctp
  1. 快速排序与归并排序比较(C++)

    0下载:
  2. 本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12979
    • 提供者:杨小娜
  1. 内部排序算法比较

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:2009-09-19
    • 文件大小:495955
    • 提供者:red_eyed_hare
  1. 排序算法比较

    0下载:
  2. 1213656
  3. 所属分类:Windows编程

    • 发布日期:2010-12-12
    • 文件大小:2451
    • 提供者:wxy2500@163.com
  1. 非支配排序遗传算法

    0下载:
  2. NSGA-II 相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁
  3. 所属分类:其它文档

  1. 求广义表深度和矩阵乘法以及九种排序算法

    0下载:
  2. 是数据结构书上的算法,都是比较经典的实现。-data structure is the book algorithm, which is a more classic realized.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:丁宗湖
  1. SA04225140_NO.1

    0下载:
  2. 利用桶排序给数组a排序,建立的桶为b和e,其中b为含有十万个桶,e为只有一个链表的桶,然后对b和e使用插入算法排序,比较两种算法的时间,b需要40毫秒左右,e需要9到10分钟。-use barrels a ranking to the array, in order to establish the barrels of b and e, b to contain 100,000 barrels of only one e Chain
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:朱磊
  1. 希尔排序

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王pp
  1. Sortarithmatic

    0下载:
  2. 数据结构算法之各种排序算法比较,由c语言编写而成,希尔,快速,堆排序三种-algorithm data structure the various sorting algorithms, the language from c prepared, Hill, rapid and three Heap Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:227328
    • 提供者:ctp
  1. 插入排序的设计实现分析比较

    0下载:
  2. 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:
  1. 大量排序算法

    0下载:
  2. 使用java写的大量有用算法,可以下载观看比较xuexi!-use of a large number of useful algorithms can be downloaded to compare xuexi!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:逐鹿
  1. 归并分类与快速分类平均时间之比较的源代码

    0下载:
  2. 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:陈青侠
  1. shellsort111

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

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:乐乐
  1. FormArray

    0下载:
  2. 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:483328
    • 提供者:张国平
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:李冰月
  1. suanfa

    0下载:
  2. 这是我今年数据结构的课程设计,课题是实现冒泡排序,快速排序,直接插入排序,直接选择排序的算法比较 绝对原创哦-This is my data structure of this curriculum design, the task is to achieve bubble sort, quick sort, direct insertion sort, directly choose Sort Algorithm relative
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李枫
  1. SortCartoon

    0下载:
  2. VC++2005编写的各种排序的动画示例.对理解并分析比较各种排序算法有很大帮助.-VC 2005 prepared by the various sort of animation example. Analysis of understanding and comparison of different sorting algorithm greatly help.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:
  1. Chap07InSortcompare

    0下载:
  2. 数据结构与算法代码 各种排序算法的实验比较 计算不同初始状态与排序规模下的各种排序算法的运行时间 -data structure and algorithm code various Sorting Algorithm different experimental comparison with the initial state ranking of the scale Ranking algorithm time
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:wu
  1. 20044140604

    0下载:
  2. 因为不同的排序方法适应不同的应用环境和要求,所以选择合适的排序方法应综合考虑下列因素: ①待排序的记录数目n; ②记录的大小(规模); ③关键字的结构及其初始状态; ④对稳定性的要求; ⑤语言工具的条件; ⑥存储结构; ⑦时间和辅助空间复杂度等。 本程序对以下7种常用的内部排序算法进行实测比较:插入排序、希尔排序、起泡排序、快速排序、归并排序、选择排序、堆排序。我主要负责的是希尔排序和堆排序。 -B
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1129472
    • 提供者:haitty
« 1 2 3 4 56 7 8 9 10 ... 31 »

源码中国 www.ymcn.org