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

搜索资源列表

  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25441
    • 提供者:李伯
  1. 随机快排

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

    • 发布日期:2010-06-15
    • 文件大小:146065
    • 提供者:peanut123
  1. C语言快排函数应用

    0下载:
  2. C语言学习者不懂得快排的应用,这个程序很简单,正适合初学者的快排应用。
  3. 所属分类:Windows编程

    • 发布日期:2012-07-10
    • 文件大小:437
    • 提供者:jingting_bit
  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. main

    0下载:
  2. 快排算法实现 希望对大家有用 大家自己看看把 -quicksort算法实现 希望对大家有用 大家自己看看把
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1478
    • 提供者:cc
  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. thekth

    0下载:
  2. 第k小元素的实现,包含四种算法 选择排序 快排 随机排序 中位数法-The first element in the realization of small k, including four fast sorting algorithm to choose a random row to sort the median method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:597941
    • 提供者:cathere
  1. Poker

    1下载:
  2. “跑得快”是流传于民间的一种常见的扑克牌游戏,52张牌分配给东、南、西、北四家,每家13张,最快出掉手中牌者胜出,所胜点数为其他家手中所剩的牌的张数。出牌组合包括: (1) 单张,大小排列为 3 4 5 6 7 8 9 10 11(J) 12(Q) 13(K) 1(A) 2 (2) 炸弹,4张同点为炸弹,大点压小点,可压任意组合或单张; (3) 同花顺,同一种花色,5连张为同花顺,起张大且张数大时压其它同花顺,也可压其它任何顺; (4) 顺,不同花色,5连张为顺,起张大时压其它顺
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-05
    • 文件大小:9727
    • 提供者:Xu Chaoshi
  1. heap

    0下载:
  2. 从多列有序数据中找出总排名靠前的数据,适用于学生成绩管理中,每科成绩按顺序排好,找出总成绩最高的学生,使用了堆排算法,速度更快。-Ordered the data from multiple columns to find out the overall top-ranking data for student performance management, performance for each subject according to the order of line up to ide
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:921187
    • 提供者:萍萍
  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. Sort

    0下载:
  2. 实现各类排序算法:shell排序,堆排序,快排,插入排序,归并排序等。-implement all kinds of sort algorithm, including shell sort, quick sort, insertion sort, merge sort etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:635186
    • 提供者:xiexw
  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. 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 4 »
搜珍网 www.dssz.com