CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 快速排序

搜索资源列表

  1. 快速排序.rar

    0下载:
  2. c语言排序
  3. 所属分类:文档资料

    • 发布日期:
    • 文件大小:548
    • 提供者:
  1. 数据结构中所用的8种排序方法

    2下载:
  2. 本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:78562
    • 提供者:吴晓辉
  1. 数组排序算法改进版

    1下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29134
    • 提供者:杨杰
  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 basically completed the data e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61417
    • 提供者:陈青侠
  1. 排序算法汇总和比较

    0下载:
  2. 实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37832
    • 提供者:叶靥
  1. 排序算法-java

    0下载:
  2. 用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sort, merging sequencing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54226
    • 提供者:陈为
  1. 几种排序方法的实现

    0下载:
  2. 用 插入排序, 希尔排序 ,冒泡, 快速排序 , 选择排序 ,堆排序, 归并排序 实现对任意随机数序列,并比较各种方法的运行快慢和复杂度-with insertion sort, Hill sequencing, bubbling Quick Sort, select, in order of ranking sculpture, merging order to achieve arbitrary random series, and compare the various methods o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:389214
    • 提供者:陈婷
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2577
    • 提供者:张杰
  1. 各种排序

    0下载:
  2. 排序的几种算法,如快速排序,冒泡法,-Sort of several algorithms, such as quick sort, Bubble, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11252
    • 提供者:天涯
  1. 4种排序实现与比较

    0下载:
  2. 这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48935
    • 提供者:小百
  1. 常见排序算法实现

    0下载:
  2. 常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47801
    • 提供者:林志伟
  1. 顺序表的排序

    0下载:
  2. 这是用C做的一个顺序表的结构 有好多种的排序方法 如起泡排序,快速排序等五种方法-C is a sequence so the structure is a good variety of sequencing methods as bubble sort, rapid sequencing methods such as five
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10690
    • 提供者:吴雅婷
  1. 各种排序比较

    1下载:
  2. 分别实现直接插入排序、冒泡排序、简单选择排序、希尔排序、快速排序、堆排序,并随机生成30个数,比较各算法的时、空性能和稳定性。-respectively direct insertion sort, bubble sort, simple choice, in order of ranking Hill, the quick sort, heap sort, and Random Number Generation 30, a comparison algorithm, the performa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8629
    • 提供者:李景良
  1. 实现各种排序算法并分析与比较

    0下载:
  2. 本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in order of ranking sculpture, m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3539
    • 提供者:李南宁
  1. 各种排序算法

    0下载:
  2. 各种常用的排序算法源程序,包括快速排序/归并排序/带限期的排序以及贪心法的实现程序-various commonly used algorithm source, including rapid sequencing / merge sorting / ranking with the deadline and the greedy method to achieve procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9868
    • 提供者:zbing0203
  1. 排序程序

    0下载:
  2. 利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-using C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hill sorting, merging, in order of ranking base!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3090
    • 提供者:叶兆源
  1. 内部排序的主要算法及相关可实现程序

    0下载:
  2. 内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。-sequencing of all internal algorithm, but is related to the executable examples, including insertion sort, select, in order of ranking Hill, the quick sort, heap sort, merging sequencing, al
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13450
    • 提供者:李雷
  1. 向量排序

    0下载:
  2. 书中共介绍了四类排序函数:插入排序、起泡排序、选择排序、快速排序。我们需要建立一个无序随机序列,分别用上述排序方法对建立的无序序列有序化,编写相应的程序计算每种算法的赋值次数、比较次数以及所用时间,以此为依据来判断各种算法的效率。-introduced a total of four ranking functions : insertion sort, bubble sort, select, in order of Quick Sort. We need to build a disorde
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6237
    • 提供者:卢孝飞
  1. 快速排序Python

    1下载:
  2. 快速排序算法的Python实现,最下方是例子,直接运行即可看到原始数组和排序后数组
  3. 所属分类:数据结构常用算法

  1. 快速排序程序

    0下载:
  2. 快速排序程序
  3. 所属分类:代码辅助

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com