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

搜索资源列表

  1. SortC

    0下载:
  2. 非常全的排序算法c实现,包括冒泡,插入,选择,快速排序等9个算法,对学习很有用-Very wide of the sorting algorithm c realize, including bubble, insertion, selection, quick sort, etc. 9 algorithm, useful for learning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7945
    • 提供者:代贝
  1. qsort

    0下载:
  2. 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1478
    • 提供者:liy
  1. ds

    0下载:
  2. 一个数据结构课程设计源码,关于插入排序、快速排序、堆排序、选择排序、希尔排序的实现及其相互效率的比较-A data structure of the curriculum design source, on the Insertion Sort, Quick Sort, Heap Sort, select Sort, Hill sort of realize their mutual comparison of the efficiency of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:林思哲
  1. quicksorting

    0下载:
  2. 算法之快速排序,用于说明快速排序的程序.-The quick sort algorithm, used to describe the quick sort procedure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1799
    • 提供者:邹乐平
  1. quickQueue

    0下载:
  2. 快速排序,对于给定的一组数据,采用快速排序的方法将其排 序-quick Queue for a given group of data
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:6670
    • 提供者:张三
  1. quick_sort

    0下载:
  2. 快速排序算法的实现,对初学数据结构的入门者有很大的帮助,-Quick sort algorithm implementation, data structures for beginner beginners have a lot of help,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:53617
    • 提供者:nemo
  1. quickSort

    0下载:
  2. vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106610
    • 提供者:昌隆
  1. QuickSort

    0下载:
  2. 快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:
  1. Sorting

    0下载:
  2. 对输入的一组数据进行插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序-One group of input data Insertion Sort, Hill sorting, sort of sparkling, quick sort, selection sort, heap sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:431041
    • 提供者:赵畏
  1. CH

    0下载:
  2. 这是一个关于基数排序的快速排序的算法,用最快的算法来对一段数据进行排序,节约程序计算时间。-This is a base of about sort of the quick sort algorithm, the fastest algorithm to sort a section of data, time-saving procedures for the calculation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:583
    • 提供者:黄鹏
  1. FourArithmetic

    0下载:
  2. 精心编写的带有4个基本算法的程序,能加深大家对希尔排序、冒泡排序、快速排序、选择排序的理解,并清楚其中的区别,以及算法优劣性-Carefully prepared with a basic algorithm for four procedures, to strengthen the U.S. on the Hill sort, bubble sort, quick sort, selection sort of understanding, and clearly one of the di
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:900449
    • 提供者:胡庆恩
  1. sort

    0下载:
  2. 包括归并排序、基数排序、快速排序、谢尔排序、以及每一种排序的详细ppt实例说明和解释~! -Including merge sort, Radix Sort, Quick Sort, Shell Sort, and sort each type of detailed examples and explanations ppt ~!
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:96561
    • 提供者:heqin
  1. jackal1

    0下载:
  2. 数据结构各种算法的比较程序,包括快速排序,堆排序,冒泡排序-Data structure algorithms comparison procedures, including the Quick Sort, Heap Sort, Bubble Sort and so on
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:927327
    • 提供者:胡柳
  1. QuickSort

    0下载:
  2. 一个好用的快速排序算法,调试已经通过,排序快速-quick sort code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:李鹏
  1. Search

    0下载:
  2. 文档包含两个程序,第一个实现了希尔排序、快速排序、堆排序、折半查找。第二个实现了二叉树查找。均包含源码和一组测试结果。-Document contains two procedures, the first implementation of the Hill sort, quick sort, heap sort, binary search. The second implementation of the binary tree search. Contains the source co
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9042
    • 提供者:shuiyeshan
  1. speedsort

    0下载:
  2. 快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:102852
    • 提供者:Ray
  1. Sorter

    0下载:
  2. 快速排序、堆排序、冒泡排序等各种排序算法,设计模式-Fast sort, heap sort , bubble sort, design pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:49936
    • 提供者:陈晓文
  1. sort

    0下载:
  2. 对顺序表用C语言实现直接插入排序、折半插入排序、希尔排序、快速排序、选择排序、冒泡优化排序、堆排序-sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3096
    • 提供者:zhaoyue
  1. three_methods_sort

    0下载:
  2. 三种排序算法比较,冒泡算法,选择算法,快速算法。-Comparison of three sorting algorithms, bubble algorithm selection algorithm, fast algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:171851
    • 提供者:chen
  1. Qinck_Sort_Classic

    0下载:
  2. 算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1160149
    • 提供者:cherry
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com