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

搜索资源列表

  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. sort

    0下载:
  2. 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较-To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:7239
    • 提供者:小海
  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. paixu

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

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

    0下载:
  2. 归并排序C++程序,快速排序C++程序,可在C++环境中实现的源代码-Merging Sort C++ Procedure quicksort C++ Procedures may C++ Environment source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1110
    • 提供者:xjlysy
  1. sort

    0下载:
  2. 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Roa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2096
    • 提供者:吕璐
  1. QuickSort

    0下载:
  2. 快速排序法,基于分治策略的一个排序算法 3个步骤1分解,2递归求解,3合并 使用随机划分挑选哨兵,期望划分较对称-Quick Sort law governing strategy based on a sorting algorithm 3 Step 1 decomposition, 2 Recursive Solution, 3 combined divided randomly selected sentinel to expect a more symmetrical divis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1156
    • 提供者:waterfly
  1. SortComparor

    0下载:
  2. 比较插入、归并、快速、基数四种排序算法的性能-Comparison of insertion, merge, fast, and base the performance of four sorting algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:54805
    • 提供者:廉静
  1. kuaisupaixu

    0下载:
  2. 对任意数快速排序算法 用C语言实现 ~小程序-For any number of quick sort algorithm using C language to achieve ~ small procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:960
    • 提供者:李白
  1. 2

    0下载:
  2. 编写一个程序分别比较选择排序,插入排序,自底向上排序,合并排序,快速排序的平均比较次数。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2659
    • 提供者:殷晓飞
  1. Qsort

    0下载:
  2. 快速排序(分治法实现) 快速排序(分治法实现)-Quick Sort (sub-rule method) quick sort (sub-rule method)
  3. 所属分类:Windows Develop

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

    0下载:
  2. 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their o
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:49901
    • 提供者:王德安
  1. QuickSort

    0下载:
  2. 快速排序算法是一种基于分治技术的重要的排序算法,自从它被发明以来,就受到了研究人员的广泛注意。多年以来,人们对这个基本算法进行了大量的改良。我搜集并查阅了一些相关的资料,在下文中对这些改进做出一些介绍。 -Quick sort algorithm is a rule based on technologies important sorting algorithm, since it has been invented since, by the researchers on a wide ra
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3601
    • 提供者:limiao
  1. quicksort

    1下载:
  2. 本程序为用C语言编写的快速排序算法的源程序,很实用-This procedure for the use of C language source of quick sort algorithm, it is practical
  3. 所属分类:Other windows programs

    • 发布日期:2014-11-24
    • 文件大小:799
    • 提供者:lexi
  1. C

    0下载:
  2. C语言学习资料,内有-游戏制作·快速排序·经典C源程序100例·C语言高效编程的的四大绝招  -C language learning materials, which have- Game Quick Sort classic C produced 100 cases of C language source high-performance programming of the four unique
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1085534
    • 提供者:吴哲
  1. sort_zjz044100134

    1下载:
  2. 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选择。 [4] 选做内容 ① 对不同表长进行比较
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:683047
    • 提供者:xuqijun
  1. kuaipai

    0下载:
  2. 最近写的快速排序算法,呵呵,欢迎大家来下载,呵呵呵 -Recently wrote the quick sort algorithm, huh, huh, welcome everyone to download,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:zuoxue
  1. quick

    0下载:
  2. 这是前段时间编写的快速排序算法,欢迎大家下载,呵呵 -This is earlier prepared Quicksort Algorithm, welcome everyone to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:173842
    • 提供者:zuoxue
  1. Sort

    0下载:
  2. 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:769
    • 提供者:李加佳
  1. Sort

    0下载:
  2. 几种排序和评价,快速排序等,有具体的时间比较!-And evaluation of some sort, quick sort and so on, have a specific time!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2564
    • 提供者:xuxu
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com