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

搜索资源列表

  1. NBJG

    0下载:
  2. 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 :(1)对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序表的表长不小于1000,表中数据随机产生,至少用5组不同数据作比较,比较指标有:关键字参加比较次数和关键字的移动次数(关键字交换记为3次移动); (3)输出比较结果。 -Design a testing procedure based on comparing several internal
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:45995
    • 提供者:迟浩东
  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. qsort

    0下载:
  2. 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1478
    • 提供者:liy
  1. javaSort

    0下载:
  2. 用Java编写的几种排序算法的实现,包括快速排序,Shell排序等几种高级的排序算法-Prepared to use Java realization of several sorting algorithms, including the quick sort, Shell sort, such as several high-ranking algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2624
    • 提供者:王本力
  1. quick_sort

    0下载:
  2. 快速排序算法的实现,对初学数据结构的入门者有很大的帮助,-Quick sort algorithm implementation, data structures for beginner beginners have a lot of help,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:53617
    • 提供者:nemo
  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. quickSort

    0下载:
  2. vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106610
    • 提供者:昌隆
  1. QuickSort

    0下载:
  2. 快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:
  1. QuickSort

    0下载:
  2. 一个好用的快速排序算法,调试已经通过,排序快速-quick sort code
  3. 所属分类:Data structs

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

    0下载:
  2. 快速排序算法, 该算法主要是对快速排序算法的改进-sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6159
    • 提供者:thomas
  1. zuoye

    0下载:
  2. 一个用C++builder写的,用动画演示快速排序算法的程序-A C++ builder with written presentation with animation procedure Quicksort Algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:538292
    • 提供者:hjr
  1. QuickSort

    0下载:
  2. 这是快速排序算法的完整实现,并有一个测试用例。-This is a complete quick sort algorithm implementation, and there is a test case.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:645
    • 提供者:刘志福
  1. sorttest

    0下载:
  2. 整数快速排序算法的简单实现。 自己在主函数中设定数组。 -quick sort int
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2371068
    • 提供者:shen
  1. Sort

    0下载:
  2. 快速排序算法分析,算法性能分析,和其他算法时间对比。-Quick Sort algorithm analysis, algorithm performance analysis, and other time comparison algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:213571
    • 提供者:孟淇
  1. quicksort

    0下载:
  2. 快速排序算法,非常高效的算法,在计算图形学方面非常有用-Quick sort algorithm, the algorithm is very efficient in the calculation is very useful graphics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5585
    • 提供者:田威
  1. quicksort

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. quisort

    0下载:
  2. QUCICKSORT 快速排序算法的时间分析-Quick Sort algorithm QUCICKSORT time analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:762
    • 提供者:anybodys
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com