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

搜索资源列表

  1. sort

    0下载:
  2. 排序算法,包括插入排序、快速排序、归并排序、基数排序-Sorting algorithms, including insertion sort, quick sort, merge sort, radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51010
    • 提供者:陈晨
  1. sort

    0下载:
  2. 几种简单排序,快速排序,冒泡排序,合并排序-Several simple sort, quick sort, bubble sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1415
    • 提供者:严昊
  1. sort

    0下载:
  2. 算法导论中第二章所有排序的自己模拟,快速排序,堆排序,计数排序,最大最小数,选择第n个数-Introduction to Algorithms in the second chapter of its own simulation of all sort, quick sort, heap sort, counting sort, maximum and minimum number, select the first n numbers, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:164802
    • 提供者:hongbingying
  1. sort

    0下载:
  2. 数据结构 实现冒泡、选择、插入、快速排序 使用vs2008工具 对于各种排序的原理进行了很详细的分解-Data structure to achieve bubble, selection, insertion, quick sort using the vs2008 tool for all kinds of sort of principle of a very detailed decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1421595
    • 提供者:zll
  1. quick

    0下载:
  2. quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very short and can be optimized very w
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 使用VC6实现的几种排序算法,包括快速排序、堆排序、归并排序、哈希排序。-VC6 achieved using several sorting algorithms, including the quick sort, heap sort, merge sort, hash sorted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2069
    • 提供者:zhangyuanxiu
  1. MPI_RegularSamplingQuickSort

    0下载:
  2. Regular Sampling Quick Sort (general quicksort) MPI based. Original Proposed by C.J.Quinn. Tested and developed by MPI teams in H.U.T (monteCristo)
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:5158
    • 提供者:montecristo
  1. sort

    0下载:
  2. 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。 具体要求: 1 四种排序方法均能得到正确的排序结果。 2 分别统计四种排序中关键字比较的次数和记录交换的次数,并将统计结果显示出来。 -Int a given N-type (since the upper limit set N M, such as M = 100000, N the value of not less
  3. 所属分类:Data structs

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

    0下载:
  2. 实现各类排序算法:shell排序,堆排序,快排,插入排序,归并排序等。-implement all kinds of sort algorithm, including shell sort, quick sort, insertion sort, merge sort etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:635186
    • 提供者:xiexw
  1. SORT

    0下载:
  2. 做的选择排序、冒泡排序、插入排序和快速排序的代码,可以自己再改一下,比较他们的优劣-Do the selection sort, bubble sort, insertion sort and quick sort of code, you can change it themselves and then compare their advantages and disadvantages
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7761
    • 提供者:刘建林
  1. sort

    0下载:
  2. 该文件中有有C语言实现的快速排序和几个版本的希尔排序,希望能对各位有帮助。-The file has a C language implementation of quick sort and several versions of the Shell sort, hoping to be helpful.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8424
    • 提供者:叶紫
  1. sort

    0下载:
  2. 数据结构中排序程序,包括冒泡法,快速排序等多种排序算法。-Data structures sorting procedures, including bubble method, quick sort and other sorting algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:197020
    • 提供者:汪颜
  1. Sort

    0下载:
  2. 数据结构中最经典的七种排序方法的源代码,其中包括: 快速排序、归并排序、插入排序、选择排序、起泡排序、堆排序、希尔排序-The most classic data structures seven sorted source code, including: quick sort, merge sort, insertion sort, selection sort, bubble sort, heap sort, Shell sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:869755
    • 提供者:陈展
  1. Sort

    0下载:
  2. 演示快速排序算法,和以均值为交换轴的改进快速排序算法。-Quick sort demonstration algorithm, and to mean the exchange of quick sort algorithm improved shaft.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1369269
    • 提供者:Cheng Cai
  1. Sort

    0下载:
  2. quick sort BidirBubbleSort DoubleBuffered
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2504
    • 提供者:
  1. sort

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

    • 发布日期:2017-03-29
    • 文件大小:957684
    • 提供者:莫凡
  1. Sort(new)

    0下载:
  2. 排序的程序,将几种排序总结,有冒泡法,快速排序等-Sort of program that will sum up some sort, there are bubble method, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:王亚军
  1. quick.c.tar

    0下载:
  2. enhanced quick-sort algorithm with c
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:JonsenElizee
  1. sort

    0下载:
  2. 一个最全面的排序程序,其中包括了目前几乎所有常用的排序算法的实现,包括冒泡排序,简单交换排序,希尔排序,堆排序,直接插入排序,折半插入排序,2-路插入排序,快速排序,堆排序,归并排序,并且总结了相应的时间复杂度和空间复杂度-A sort algorithm that contains the bubble sort,simple swap sort,straight insert sort,binary insert sort,shell sort,quick sort,heap sort ,m
  3. 所属分类:Console

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

    0下载:
  2. 数据结构(c语言版)严蔚敏 吴伟民编著 中直接插入排序、折半排序、shell排序、冒泡排序、快速排序、选择排序、堆排序的实现-Data structure (c-language version) edited by Yan Wei-Min Wu Weimin direct insertion sort, binary sort, shell sort, bubble sort, quick sort, selection sort, heap sort implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11470
    • 提供者:kyc
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com