CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 快速排序

搜索资源列表

  1. huizhong

    0下载:
  2. 实现所有经典排序算法汇总 包括选择排序、冒泡排序、快速排序、插入排序、希尔排序、归并排序、基数排序、计数排序、小根堆排序共9种算法。-Summary of the realization of all the classic sorting algorithms including the selection sort, bubble sort, quick sort, insertion sort, Shell sort, merge sort, radix sort, counting
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:51779
    • 提供者:驾驶员
  1. IndirectList

    0下载:
  2. 使用间接访问实现快速排序及二分搜索,数据结构作业-The use of indirect access for fast sorting and binary search, data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:9006
    • 提供者:LIU
  1. Sort

    0下载:
  2. 采用冒泡法、插入法、选择法、快速排序法对整型、浮点型数据进行排序-Using bubble method, insertion method, selection method, rapid sequencing method, integer, floating-point type data to sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:46122
    • 提供者:chen
  1. main

    0下载:
  2. 多种排序的比较给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。-Comparison of a variety of sorting a int type of the given N (since N limit set M, for example, M = 100000, N values can not be less than 10000) and integer, respec
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1980
    • 提供者:赵欣婷
  1. xtsort

    0下载:
  2. 快速排序算法代码实现,可以对不同格式的数据快速排序。-Quicksort is a fine general purpose sorting algorithm. For different kinds of data, however, it may not be the fastest or the best. For example, it has trouble sorting lists that contain many duplicate values and the al
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:10352
    • 提供者:tksi
  1. shu_ju_jie_gou_pai_xu

    0下载:
  2. 这是数据结构中的排序算法,包括堆排序法、快速排序法、冒泡排序法、希尔排序法、选择排序法。原文说名,简单易懂,各排序还列了程序源代码。-This is the data structure in the sorting algorithms, including the heap sort, rapid sequencing method, bubble sort method, Shell sort method, select the sorting method. , Said the or
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1565419
    • 提供者:tanronghan
  1. paixu

    0下载:
  2. 此程序时数值分析中的排序算法。有希尔排序,冒泡排序,快速排序,选择排序等诸多排序方法-Numerical analysis of this program in the sorting algorithms. There Shell sort, bubble sort, quick sort, selection sort, and many other sorted
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2092
    • 提供者:王瑞卿
  1. candexeexe

    0下载:
  2. 本科数据结构上机实验答案,希望能有用。包括线性表,队列,树,冒泡排序,快速排序等程序-Undergraduate data structures-on experiments answers, hoping to be useful. Including linear tables, queues, trees, bubble sort, quick sort and other procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8038
    • 提供者:carol
  1. paixu

    0下载:
  2. 经典的排序方法实现,可做子程序使用。包括整数、实数、字符串的快速排序。主要采用冒泡法。-Classic sorted implementation subroutine used to do. Including integers, real numbers, strings quicksort. Mainly uses the bubble method.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:21501
    • 提供者:李森
  1. changesortlib

    0下载:
  2. 这是交换排序的程序,包含冒泡泡排序和快速排序算法,有比较详细的介绍和其复杂度的分析。-This is the sort of exchange program, including the risk bubble sort and quick sort algorithm, a more detailed descr iption and its complexity analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1196
    • 提供者:天外沙
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  1. QS_3star

    0下载:
  2. 程序利用循环的方式实现了快速排序算法,改变了递归算法无法实现大规模数据处理的缺陷,另外三准星法也提升了算法的效率和稳健性。-Procedures be achieved using the rapid cycle of sorting algorithms, recursive algorithms can not change the large-scale data processing defects in the other three sight law also improves t
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1729
    • 提供者:ljk05
  1. cfile

    0下载:
  2. 一些c语言的精巧算法和技巧. 包括最短路径,快速排序等经典算法值得一看-good
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:21934
    • 提供者:xiansi
  1. qSort

    0下载:
  2. 快速排序算法,基于c++实现。值得学习。-quick sort
  3. 所属分类:Data structs

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

    0下载:
  2. 分治法快速排序使用分治法快速排序分治法快速排序 使用分治法快速排序-Quicksort for fenzhifa,you use youkonowQuicksort for fenzhifa,you use youkonowQuicksort for fenzhifa,you use youkonow
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:667
    • 提供者:
  1. sort

    0下载:
  2. 产生十个随机数并组成数组,然后进行快速排序和归并排序-Generate 10 random numbers and form an array, and then a quick sort and merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1418
    • 提供者:gao
  1. fenzhifa

    0下载:
  2. 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:924
    • 提供者:xiaolu
  1. quickSort

    1下载:
  2. c语言中的数据结构程序,快速排序算法,是用vc++写成的-c language data structure program, fast sorting algorithm, is written in vc++
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:168603
    • 提供者:一念间
  1. 4

    0下载:
  2. 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序(选作) 7、归并排序(选作) 8、基数排序(选作) -Using a simple array to achieve the following variety of sorting algorithms and compare them. Sorting algorithm: a, 2 insert
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:1024202
    • 提供者:殷琪
  1. Proj_2

    0下载:
  2. 此程序可以用选择排序,冒泡排序,快速排序,合并排序,堆排序来对数列进行排序,而且可以算出它的比较次数-yeah,it is really good!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:292459
    • 提供者:梁光
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com