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

搜索资源列表

  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. 4种排序实现与比较

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

    • 发布日期:2008-10-13
    • 文件大小:48935
    • 提供者:小百
  1. QuickSort

    0下载:
  2. 改进的基于c++的快速排序算法排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3365888
    • 提供者:zuijiaoluo
  1. 排序Excel工作表v1.00

    0下载:
  2. excel快速排序,实现对不同的excel中的sheet进行快速排序(Excel fast sort to implement fast sorting of sheet in different Excel)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:210944
    • 提供者:ssgis
  1. 第四次--排序算法

    0下载:
  2. 堆排序的简单算法和应用 对半插入排序的简单算法和应用 快速排序的简单算法和应用(Simple algorithm and application of heap sequencing Simple algorithm and application of half insertion sort Simple algorithm and application of fast sorting)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:kaiser1998
  1. 内排序算法

    0下载:
  2. 常见6种内排序算法,冒泡排序,直接插入排序,直接选择排序,快速排序,希尔排序,堆排序(Common 6 internal sorting algorithms, bubble sort, direct insertion sort, direct selection sort, quick sort, Hill sort, heap sort)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:苍痕
  1. 快排的随机化版本

    0下载:
  2. 快速排序的随机化版本(Fast sorting)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:632832
    • 提供者:stanleee
  1. cccccc

    0下载:
  2. 快速排序,以递增顺序对v【left】......v【right】进行排序(Quick sort, ordering v [left]... V [right] in an increasing order)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:蘑菇汤花
  1. 部分排序算法(C语言版)

    0下载:
  2. 部分常用排序算法的代码实现 如冒泡排序,快速排序等(Code implementation of some commonly used sorting algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:26624
    • 提供者:Farggle
  1. 内部排序比较

    0下载:
  2. 比较几种内部排序算法的效率,排序算法有插入排序、希尔排序、冒泡排序、快速排序、选择排序。(Comparing the efficiency of several internal sorting algorithms, the efficiency of several internal sorting algorithms is compared. The sorting algorithms include the insertion sort, the Hill sort, the bub
  3. 所属分类:Windows编程

    • 发布日期:2018-05-04
    • 文件大小:3462144
    • 提供者:Maple丶
  1. SimpleTestPaiXu

    0下载:
  2. 快速排序算法,选取一个中间值,小于中间值放左边,大于中间值的放右边(quick_sort:Select an intermediate value, less than the middle value to the left, greater than the median value to the right)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:kmustzjq
  1. QuickSort

    0下载:
  2. 利用递归,实现了快速排序的算法,程序简洁(A fast sorting algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:306176
    • 提供者:lils799
  1. sort

    0下载:
  2. 对快速排序进行优化,对测试数据的前1000个进行排序,并比较优化前和优化后的时间性能差异;实现至少两种线性时间排序算法。(Optimize the quick sorting, sort the first 1000 of the test data, and compare the time performance difference before and after optimization; implement at least two linear time sorting algor
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:唯唯王
  1. 快速排序Python

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

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