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

搜索资源列表

  1. DEMO(sort)

    0下载:
  2. 实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10796
    • 提供者:张某某
  1. 5 sort algorithms.txt

    0下载:
  2. 5 sort routins: Simple Selection Sort, HEAPSORT Insertion Sort, Hill sort, Bubble Sort, Quick sort
  3. 所属分类:数据结构常用算法

  1. sort.rar

    0下载:
  2. 此代码可以生成一系列随机数,然后对这些随机数进行快速排序。,This code can generate a series of random numbers, and then the number of these random quick sort.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:140861
    • 提供者:汪帮主
  1. sort.rar

    0下载:
  2. 由C++实现的各种排序算法,包括直接插入排序、希尔排序、冒泡排序、快速排序、选择排序等,By the C++ to achieve a variety of sorting algorithms, including the direct insertion sort, Hill sort, bubble sort, quick sort, selection sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25236
    • 提供者:yangbo
  1. Sort

    0下载:
  2. VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2455465
    • 提供者:凌潇然
  1. ArraySort

    0下载:
  2. 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:25009
    • 提供者:站长
  1. vectorsort

    0下载:
  2. 矢量的快速排序-Quick sort of vector
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:1501
    • 提供者:站长
  1. sort

    0下载:
  2. 自己编写的排序算法的代码,有桶排序,计数排序,基数排序,归并排序,堆排序,插入排序,快速排序,选择排序。-Sorting algorithm I have written the code, there are barrels of sorting, counting sort, Radix Sort, Merge Sort, Heap Sort, Insertion Sort, Quick Sort, select Sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4154
    • 提供者:yiming
  1. report+of+Algorithm

    0下载:
  2. 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:28952
    • 提供者:苏宁
  1. sort

    0下载:
  2. 包括归并排序、基数排序、快速排序、谢尔排序、以及每一种排序的详细ppt实例说明和解释~! -Including merge sort, Radix Sort, Quick Sort, Shell Sort, and sort each type of detailed examples and explanations ppt ~!
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:96561
    • 提供者:heqin
  1. sort

    0下载:
  2. 这是一段关于四种排序方法的完全源代码及其相互之间的比较,包括:Heap sort,Merge sort,Quick sort,Radix sort-This is a period of about four kinds of methods to sort the complete source code and the comparison between, including: Heap sort, Merge sort, Quick sort, Radix sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:466754
    • 提供者:xj
  1. 09-03-sort

    0下载:
  2. 各种排序算法的分析,比如快速排序,比如线性排序等-Analysis of the various sorting algorithms, such as quick sort, such as linear ranking
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1371443
    • 提供者:林嘉
  1. Sort

    0下载:
  2. 排序程序,包含快速排序、归并排序、谢尔排序、插入排序。输出了比较次数和移动次数。-It is a sort program, including quick sort, merge sort, shell sort and insert sort.It outputs the compare times and movement times.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:12401
    • 提供者:bert
  1. sort

    0下载:
  2. 六种排序的比较 包含了快速排序,冒泡排序,堆排序,选择排序,插入排序,希尔排序-Comparative sequencing of six includes the Quick Sort, Bubble Sort, Heap Sort, Selection Sort, Insertion Sort, sorting Hill
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4993
    • 提供者:王丹
  1. Sort

    0下载:
  2. Bubble Sort Insertion Sort Quick Sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1457
    • 提供者:Bruce Katz
  1. quick-sort

    0下载:
  2. 用户输入一堆毫无顺序的数,通过快速排序算法实现数据的有序排序-quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:261259
    • 提供者:乔建国
  1. With-partition-method-of-quick-sort

    0下载:
  2. 快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first number as a reference, the arra
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11490
    • 提供者:zhongdecai
  1. random-quick-sort

    0下载:
  2. 本程序是数据结构中随机快速排序的实现,该算法能在较短的时间复杂度中实现排序。-This program is a data structure in random quick sort of realization, the algorithm can achieve the sort of complexity in a short time in.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:
  1. quick-sort-and-random-quick-sort

    0下载:
  2. 实现了普通快速排序和随机快速排序,快速排序采用《算法导论》第三版中给出的算法实现。-To achieve a common fast sort and random quick sort, quick sort using the algorithm Introduction in the third edition of the algorithm is given.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2437625
    • 提供者:七月飞霜
  1. quick

    0下载:
  2. 通过Java实现用快速排序并附带algs4包,他是一个很有用的例子(Through the Java implementation with a quick sort and with algs4 package, he is a very useful example)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:545792
    • 提供者:方式方法
« 1 23 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com