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

搜索资源列表

  1. Various-sort

    0下载:
  2. 常见的几种排序法:有快速排序,shell排序,堆排序,插入排序等-Several common sort: there quick sort, shell sort, heap sort, insertion sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4880883
    • 提供者:陈晚林
  1. sort

    0下载:
  2. 包括堆排序、插入排序、快速排序、选择排序、归并排序的算法实现-including counting sort, heap sort, insertion sort, merge sort, quick sort, selection sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4441
    • 提供者:qiqi
  1. sort

    0下载:
  2. 五种排序算法,分别为:归并排序,快速排序,选择排序,希尔排序,插入排序-Five kinds of sorting algorithm, namely: merge sort, quick sort, select, sort, Shell sort, insertion sort
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2639
    • 提供者:fujinghui
  1. sort

    0下载:
  2. 在visual C++中分别实现插入排序,快速排序,希尔排序和堆排序,通过产生随机数验证排序正确性,并计算每个算法所需的交换次数和比较次数-In visual C++, respectively, to achieve insertion sort, quick sort, Hill sort and heap sort, verify the correctness sort by generating a random number, and each algorithm to calcul
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1743766
    • 提供者:李噹噹
  1. Sort

    0下载:
  2. 使用C#代码实现的常用的三种排序方法(冒泡排序、快速排序、二分查找)-Use C# code commonly used three sorting methods (bubble sort, quick sort, binary search)
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:36954
    • 提供者:寒风
  1. sort

    0下载:
  2. C++实现对堆排序,桶排序,快速排序,希尔排序。部分优化。-C++ implementation of the heap sort, bucket sort, quick sort, Hill sorting. Section optimization.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-14
    • 文件大小:21710269
    • 提供者:longzi
  1. sort

    0下载:
  2. 方式可供选择地进行排序,包括了简单选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-Alternatively way to sort, including a simple selection sort, heap sort, insertion sort, Hill sort, bubble sort, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1275
    • 提供者:peng
  1. sort

    0下载:
  2. 数据结构,排序算法比较,采用了直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法-Data structure, sorting algorithm comparison, use of the direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven ranking method
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:181566
    • 提供者:靳以2002
  1. datastructure-sort

    0下载:
  2. 完成了各种排序算法(冒泡、插入、选择、希尔、堆排序、快速排序等),并且编写了主函数进行了测试-We completed a variety of sorting algorithms (bubble, insertion, selection, Hill, heap sort, quick sort, etc.), and the preparation of the main function was tested
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1050361
    • 提供者:徐瑞强
  1. Sort

    0下载:
  2. 自己实现的排序的使用,包括快速排序,冒泡排序的多种方式-To achieve their own sort of use, including quick sort, bubble sort a variety of ways
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:11747
    • 提供者:Mr.Bubbles
  1. CPP-Sort-summary

    0下载:
  2. c或c++中各种排序算法,包含插入排序,选择,希尔,冒泡,归并,快速排序等算法,所有的排序算法全在里面-Various sorting algorithm in C or C++, including insertion sort, selection, hill, bubble, merge, quick sort algorithm, all the sorting algorithm in which all
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3775
    • 提供者:yu
  1. sort

    0下载:
  2. 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。 快速排序 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3167
    • 提供者:贺敏
  1. quick-topK

    0下载:
  2. 使用快速排序法处理TOPK问题,就是有N个数,找出前K个,使用快速排序法,可以避免大量排序操作。测试通过。-Processing TOPK problem using quick sort, that is, there are N number, find out before the K, using quick sort, to avoid a large number of sort operations. Test.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:刘辉
  1. Sort

    0下载:
  2. 冒泡排序,堆排序,插入排序,快速排序的数据结构算法。-Bubble sort,Heap sort, Insert sort, Quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:门瑞
  1. sort(7-methods)

    2下载:
  2. 这是用MFC写的,开发环境是VC++。 主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。 程序亲测无误。-It`s a MFC project and the development environment is VC++.T
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5540797
    • 提供者:小奥
  1. sort.tar

    0下载:
  2. 利用随机函数产生8个样本的20000个随机整数(其中之一已经是正序,之一是逆序),利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法进行排序(结果为由小到大的顺序),并统计每一种排序算法对不同样本所耗费的时间(即比较次数)。-Using random function to generate 20000 random integers 8 samples (one of which is positive, one is the reverse), usi
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5512
    • 提供者:凯博
  1. sort

    0下载:
  2. 对希尔排序、快速排序、归并排序任意选择两种排序方法进行比较。(Hill sort, quick sort, merge sort, arbitrary selection of two sorting methods are compared.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:2720768
    • 提供者:celty
  1. sort

    0下载:
  2. 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Quick sorting was proposed by C. A. R. Hoare in 1962. The basic idea is: through a sort to two part sorting data
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:218112
    • 提供者:binjun
  1. quicksortC

    0下载:
  2. quick sort written in c on txt file
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:alp94b
  1. sort_method

    0下载:
  2. 包含插入排序,冒泡排序以及快速排序,由浅入深,供初学者参考。(It contains the insertion sort, the bubble sort and the quick sort, from the shallow to the deep, for the beginner reference.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:161792
    • 提供者:ffrrmm
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com