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

搜索资源列表

  1. 随机快排

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2010-06-15
    • 文件大小:146065
    • 提供者:peanut123
  1. Haskell

    0下载:
  2. Haskell的几个小程序,在winhugs运行. 包括字符串放大显示,毕达哥拉斯问题和快排.-Haskell programming example for string processing,quicksort,and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1265
    • 提供者:Tiny
  1. qp

    0下载:
  2. 概况的说这是一个简单而重要的c++快排算法-cpp fast
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2612
    • 提供者:yangzhe1122
  1. RandQuickSort

    0下载:
  2. 随机快排,利用随机算法,搜索一个数列中的特定元素。期望时间复杂度要比快排小。-Algorithm using random search of a series of specific elements. Expect the time complexity faster than the small platoon.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:11041
    • 提供者:吴凡
  1. paixu

    0下载:
  2. 实现各种内部排序,包括: 1、直接插入 2、简单选择 3、快排 4、堆排序 输入待排数字后,菜单选择排序方式,部分排序有主要排序步骤。 -Implementation of various internal sort, including: one, directly into the 2, 3 easy selection, fast row 4, HEAPSORT input figure to be ranked, the menu select Sort by,
  3. 所属分类:Other windows programs

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

    0下载:
  2. 实现了各种方法排序,如插入,希尔,快排,选择,和归并,以及这几种排序时间统计及比较-Order to achieve a variety of methods, such as insert, Hill, fast scheduling, selection, and merging, as well as time to sort these types of statistics and comparison
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1267580
    • 提供者:荣承势
  1. assigment2

    0下载:
  2. 各种排序,包括,冒泡排序,快排,heap,桶排序,自动生成一组随机数,带测试-some advanced sorting algorithms, include bubble, quick, heap, bucket and can generate random numbers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:368139
    • 提供者:yutian
  1. ExternalSorting

    0下载:
  2. 外部快排(External Quicksort): 与普通快排不同的是,关键数据是一段buffer,首先将之前和之后的M/2个元素读入buffer并对该buffer中的这些元素进行排序,然后从被排序数组的开头(或者结尾)读入下一个元素。-External fast row (External Quicksort): fast row with common difference is that critical data is a buffer, before and after the fir
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5422
    • 提供者:郑阳
  1. sort

    0下载:
  2. 内部排序 以堆栈、快排、shell等方式进行排序,有一定的比较左右。还能分辨排序所用时间,对初学排序的人有很好的借鉴意义-Internal sorting with stacks, fast scheduling, shell sort, etc., have some more left. Can distinguish between time spent sorting, sorting on the beginners who have a good reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3147
    • 提供者:惊云吹雪
  1. fsort

    0下载:
  2. 手写的快排,适合在当作程序中的一个函数来使用,提高效率-Handwritten fast row, suitable as a function of the program to use and improve efficiency
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:745
    • 提供者:徐洋
  1. sort

    0下载:
  2. 几乎所有sort方法的实现,包括快排,冒泡等-the numerous sort function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:1542
    • 提供者:Michael
  1. qSort

    0下载:
  2. 一个关于快排的算法,很简单,但是希望能对初学者有帮助-A very simple algorithm for fast row, but hope can be helpful for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-04
    • 文件大小:288201
    • 提供者:lyx
  1. Sort

    0下载:
  2. 常见排序算法的简单实现,包含希尔、归并、快排、拓扑-Simple implementation of the common sorting algorithm, including Hill, merge, fast row, topology
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:28416
    • 提供者:ewp
  1. TextFile1

    0下载:
  2. 该题要求读入n个整数,然后输出该n个整数的中位数。同时输入的数的个数是奇数的时候,中位数是唯一的;当输入的数是个数是是偶数的时候,求两个中位数的平均值,然后下取整输出。 一般来说,我们可以将这些数存在数组当中,然后对数组进行排序,最后利用数组下标查找即可。但也可以不排序找到中位数。毕竟排序是将所有数都放在合适的位置上,而查找中位数的操作只需要将中位数放在合适的位置即可。 下面就是不排序查找中位数的版本。事实上,下述解法其实是快速排序的一个变种。在n为奇数的情况下,下述代码运行
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:764
    • 提供者:潘天雨
  1. SortAlgorithms

    0下载:
  2. 七种排序算法实现,包括快排,归并,堆排序,冒泡排序等-Various sorting algorithms,it is very convenient for someone who want this resource
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:5237334
    • 提供者:lee
  1. hannuota

    0下载:
  2. 汉诺塔和快排的C代码,这是一个小代码,帮助学习C语言的初学者理解-Tower of Hanoi and fast row C code, which is a little code to help beginners learn C language Li Xie
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:840
    • 提供者:章文风
  1. P1007

    0下载:
  2. TYVJ P007题题解 一道简单的贪心问题,快排即可解决-TYVJ P007 problem a simple solution to a problem greedy problems can be solved fast row
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:653
    • 提供者:朱泓霖
  1. 2016032701

    0下载:
  2. 排序算法,包括冒泡排序,堆排序,快排,归并排序等等(Sorting algorithm, including bubble sort, heap sort, quick row, merge sort, and so on)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:654336
    • 提供者:张好烦
  1. 快排_二分查找

    0下载:
  2. 快排 简单的快速排序算法 附加二分查找内容(QUICK SORT Fast row simple fast sorting algorithm add two point search content)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3404800
    • 提供者:yz9968
  1. bz

    1下载:
  2. 完整八字排盘算法,可以算八字的程序哦,快来试试(Complete eight character row algorithm, can be eight word program Oh, try it quickly.)
  3. 所属分类:其他

    • 发布日期:2020-05-16
    • 文件大小:39936
    • 提供者:SION111
« 12 3 »
搜珍网 www.dssz.com