CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 快速排序

搜索资源列表

  1. 20050305182157_quicksort

    0下载:
  2. 快速排序算法。生成10个随机数,显示在编辑框中,调用快速排序函数,对前10 个编辑框中的数字进行排序。-quicksort algorithm. Generate 10 random numbers show that, in the edit box, called Quick Sort function, right before the 10 box editing the figures for the ranking.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:141116
    • 提供者:song
  1. 12332aas

    0下载:
  2. 快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。-quick sort, the basic idea : The trip will rank ordering records to be separated into two independent parts, part of the keyword record than another part of the rec
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10939
    • 提供者:pmz
  1. 20044140604

    0下载:
  2. 因为不同的排序方法适应不同的应用环境和要求,所以选择合适的排序方法应综合考虑下列因素: ①待排序的记录数目n; ②记录的大小(规模); ③关键字的结构及其初始状态; ④对稳定性的要求; ⑤语言工具的条件; ⑥存储结构; ⑦时间和辅助空间复杂度等。 本程序对以下7种常用的内部排序算法进行实测比较:插入排序、希尔排序、起泡排序、快速排序、归并排序、选择排序、堆排序。我主要负责的是希尔排序和堆排序。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1129949
    • 提供者:haitty
  1. sort_compare

    0下载:
  2. 对以下5种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54474
    • 提供者:清影摇风
  1. Sort

    0下载:
  2. 1. 直接插入排序 2. 折半插入排序 3. 希尔排序 4. 起泡排序 5. 快速排序 6. 选择排序 7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:2732
    • 提供者:sunnylaisy
  1. quciksortinanother

    0下载:
  2. 通过链表的操作,对一个已经存在的链表快速排序-Through the list of operations, for a list that already exists Quick Sort
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:936
    • 提供者:justing88
  1. quicksort

    0下载:
  2. 快速排序,实现输入序列的快速排序,简单易学,适合初学者-Quick sort, quick sort the input sequence, easy to learn for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:37769
    • 提供者:杨小林
  1. sortds

    0下载:
  2. "1--插入排序。\n") ("2--快速排序。\n") ("3--选择排序。\n") ("4--冒泡排序。\n") ("5--堆排序。\n") ("6--归并排序。\n") ("7--排完序后进行折半查找") -6 sort methods.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:466899
    • 提供者:hejunrong
  1. bubble

    0下载:
  2. 一种快速排序主要是两两比较得出结果,可供参考-A quick sort is mainly the outcome of pairwise comparison, reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:12731
    • 提供者:王元达
  1. quick-sort

    0下载:
  2. 该文档里边不仅有Java的实现还有,C++,pascal,VB,php,C#等,让你对快速排序有全方位的了解-quick sort
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:13289
    • 提供者:李润
  1. kuaisupaixu

    0下载:
  2. 快速排序问题的代码,考试必考的内容,也是计算机领域很经典的一个问题-Quicksort code, examination and tests of the contents, but also a classic computer field
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2781
    • 提供者:PJ
  1. paixuUSTC

    0下载:
  2. 合并排序,插入排序,希尔排序,快速排序,冒泡排序,桶排序-Merge sort, insertion sort, shell sort, quick sort, bubble sort, bucket sort
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:760972
    • 提供者:秦浩
  1. sorting-ten-number

    0下载:
  2. sorting ten numbers:对十个整数进行快速排序-sorting ten numbers from big to small
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:1191
    • 提供者:chen
  1. insertsort

    0下载:
  2. 计数选择排序和快速排序程序,里面有详细介绍 -Select sort and quick sort counting procedures are described in detail
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:905
    • 提供者:sue
  1. quicksort

    0下载:
  2. 基数排序,快速排序函数代码,内含有详细介绍-Radix sort, quick sort function code, which contains a detailed descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1243
    • 提供者:sue
  1. 2

    0下载:
  2. 是用于实现数据结构中快速排序的课程设计的报告。-Data structure for rapid sequencing report.
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:310057
    • 提供者:高海松
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
  1. QuickSort

    0下载:
  2. 快速排序之所比较快,因为相比冒泡排序,每次交换是跳跃式的。每次排序的时候设置一个基准点,将小于等于基准点的数全部放到基准点的左边,将大于等于基准点的数全部放到基准点的右边。这样在每次交换的时候就不会像冒泡排序一样每次只能在相邻的数之间进行交换,交换的距离就大的多了。因此总的比较和交换次数就少了,速度自然就提高了。-Quick sort of the relatively fast, as compared to bubble sort, each exchange is leaps and bo
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:99182
    • 提供者:单米马
  1. Quicksort

    0下载:
  2. QuickSort 快速排序算法 重要的排序算法之一-QuickSort important sort idea in cs
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1060773
    • 提供者:msfiona
  1. kspx

    0下载:
  2. 快速排序,图灵奖获得者东尼·霍尔在1960年提出的经典算法。-Quick sort, Turing Award winner Tony Hoare in 1960 proposed a classical algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1156
    • 提供者:sdu
« 12 »
搜珍网 www.dssz.com