CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - quick sort

搜索资源列表

  1. quicksort

    0下载:
  2. 快速排序的实现程序,具有详细的说明,是初学者实用的学习例子-Quick Sort realize procedures, with detailed instructions for beginners are studying practical examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:8936
    • 提供者:王帅
  1. Qsort

    0下载:
  2. 本算法包括快速排序算法及快速排序的改进算法-The algorithm including the Quick Sort algorithm and Quick Sort Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2085
    • 提供者:tina
  1. quicksort

    0下载:
  2. 实现快速排序 主要是采用指针的方式来随机产生大量数并排序-The realization of quick sort is the main way to target a large number of randomly generated number and sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:543
    • 提供者:小飞
  1. quick

    0下载:
  2. 用分治法对100个数进行排序,排序前从文件中读出数据-Treatment with sub-100 number to sort, sort读出数据from the document before
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:951
    • 提供者:王颖
  1. paixu

    0下载:
  2. 快速排序的递归算法实现 效率要比选择法排序、冒泡法排序要高-Quick Sort efficient recursive algorithm than selection sort, bubble sort method higher
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4226
    • 提供者:爱因斯坦
  1. sort

    0下载:
  2. 对排序算法效能的比较,其中包括:冒泡排序,选择排序,快速排序,直接插入排序等-Performance comparison of sorting algorithms, including: bubble sort, selection sort, quick sort, insertion sort directly
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:3212
    • 提供者:刘兵
  1. sort

    0下载:
  2. 用类模版实现随机产生数据的排序,三种排序方法分别为:冒泡排序,选择排序,快速排序-Randomly generated with the class template to achieve the sort of data, three sorting methods are: bubble sort, selection sort, quick sort
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:1344
    • 提供者:程小艳
  1. sort

    0下载:
  2. 软件技术基础中的简单数据排序,包括选择排序,冒泡排序,快速排序等等。-Software technical basis of simple data sort, including selection sort, bubble sort, quick sort, and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1643
    • 提供者:钰亦
  1. sort-Algorithm-in-c

    0下载:
  2. c语言实现的经典排序算法,譬如冒泡、快速排序、简单选择、堆排序、直接插入、希尔排序、归并排序,基数排序等,都能运行-The classic sort algorithm C language, such as bubble, quick sort, heap sort, simple selection, direct insertion, Hill sort, merge sort, radix sort, can run
  3. 所属分类:Other windows programs

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

    0下载:
  2. 实现合并排序,插入排序,希尔排序,快速排序,冒泡排序,桶排序算法 以及各种算法的性能比较-Implement merge sort, insertion sort, hill sorting, quick sort, bubble sort, bucket sort algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8264
    • 提供者:石建刚
  1. sort

    0下载:
  2. java语言实现排序数据结构,插入排序,快速排序,选择排序,堆排序等。-The data structure to sort in java language , including insertion sort, quick sort, selection sort, heap sort, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:幽谷客
  1. sort

    0下载:
  2. 输入一串数据,自主选择排序方式,输出结果。排序方式有:选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-Enter a string of data, choose the way to sort them and output the result. Sort ways: selection sort, heap sort, insertion sort, shell sort, bubble sort, quick sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1742
    • 提供者:longmay chou
  1. sort

    0下载:
  2. 源码里面包含各种排序算法:直接插入排序、希尔排序、归并排序、堆排序、快速排序算法的源码-Source which contains a variety of sorting algorithms: direct insertion sort, Hill sort, merge sort, heap sort, quick sort algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2111
    • 提供者:lu0900320123
  1. fast-sort

    0下载:
  2. C语言快速排序程序 郝彬C语言学习的视频的学习对应源程序-C quick sort program Hao Bin video learning C language learning, the corresponding source program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:郭琨
  1. c-sort

    0下载:
  2. 包括选择排序,冒泡排序,直接插入排序,快速排序,堆排序,希尔排序-Including selection sort, bubble sort, direct insertion sort, quick sort, heap sort, Hill sorting
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2332
    • 提供者:罗飞
  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. 基数排序 基数排序(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. 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_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. sort

    0下载:
  2. 排序算法,java语言编写,有直接插入排序,希尔排序,冒泡排序,快速排序,归并排序,堆排序。(Sorting algorithm, written in Java language, has direct insertion sort, Hill sort, bubble sort, quick sort, merge sort, heap sort.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:zqmemeda
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com