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

搜索资源列表

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

    0下载:
  2. A quick sort source code using Naim & Sabbir s method.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:naim
  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. 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. 38-quicksort

    0下载:
  2. Quick sort presentation
  3. 所属分类:software engineering

  1. paixuUSTC

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

    • 发布日期:2017-12-09
    • 文件大小:760972
    • 提供者:秦浩
  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. 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. 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
  1. qotrstring

    0下载:
  2. 利用快速排序法对字符串进行排序,利于初学者掌握快速排序法-Sorting strings use the quick sort, which will help beginners to master the quick sort
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:525789
    • 提供者:孙艳
  1. paixusuanfa

    0下载:
  2. 归纳总结快速排序,归并排序,堆排序以及基数排序算法的特点,实现算法并加以比较-Summarized quick sort, merge sort, heap sort and the characteristics of radix sort algorithm, algorithm and compare
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:58204
    • 提供者:文龙
  1. 8-1507300148-邓珂可

    0下载:
  2. 1.实验题目:设计一个程序excise6.cpp,随机产生n个1~99的正整数序列,分别采用直接插入排序、折半插入排序、希尔排序、冒泡排序、快速排序、直接选择排序、堆排序和二路归并排序算法对其进行递增排序,求出每种排序方法所需要的绝对时间。 2.实验项目组成:利用随机数函数产生一个序列,再调用各个排序算法并记录运行时间。(1. experimental subjects: design a program of excise6.cpp, the sequence of positive int
  3. 所属分类:软件工程

    • 发布日期:
    • 文件大小:59392
    • 提供者:暖阳儿
搜珍网 www.dssz.com