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

搜索资源列表

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

    0下载:
  2. 各种排序,包括堆排序、希尔排序、快速排序等-All kinds of sort, including heap sort, hill sort, quick sort, etc
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:hhl
  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. RatingSystemupload

    0下载:
  2. Building Hash table, linked list and quick sort scratch.-Building Hash table, linked list and quick sort scratch.
  3. 所属分类:Development Research

    • 发布日期:2017-04-27
    • 文件大小:56797
    • 提供者:ishan
  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. main

    0下载:
  2. 快速排序的修改,使之采用中值作为标准元素。采样方法是取待排元中第一个、最后一个和中间一个作为样本。-Modify quick sort, so it uses the value as the standard elements. Sampling methods is to take the yuan to be ranked first, last and middle one as the sample.
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:孙政隆
  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
    • 提供者:暖阳儿
  1. 20180430

    0下载:
  2. 实现一个简易的管理信息系统,进行学生信息管理,具有排序、查询、显示学生信息的功能。 要求: (1)采用链表实现; (2)使用快速排序算法实现排序功能; (3)使用分块索引查找算法实现查询功能(需要构建索引表)。(To achieve a simple management information system, student information management, sorting, query, display student information function. Re
  3. 所属分类:文章/文档

    • 发布日期:2018-05-06
    • 文件大小:388096
    • 提供者:cheqy
« 1 2»
搜珍网 www.dssz.com