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

搜索资源列表

  1. link_quicksort

    0下载:
  2. 链表的快速排序法-List`s quick sort
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 快排的并行实现,使用openMP,程序自动生成随机数,分别使用单线程和多线程排序,并比较最后的结果-quick sort based on openMP
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:1273
    • 提供者:
  1. Haskell

    0下载:
  2. Haskell的几个小程序,在winhugs运行. 包括字符串放大显示,毕达哥拉斯问题和快排.-Haskell programming example for string processing,quicksort,and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1265
    • 提供者:Tiny
  1. Sort

    0下载:
  2. 1. 直接插入排序 2. 折半插入排序 3. 希尔排序 4. 起泡排序 5. 快速排序 6. 选择排序 7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:2732
    • 提供者:sunnylaisy
  1. QuickSort

    0下载:
  2. 快速排序是对冒泡排序的一种改进的排序方法,是目前各种内部排序方法中较快的方法-Quick Sort Bubble Sort is a sort of an improved method is to sort a variety of internal methods quicker method
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1025
    • 提供者:hjs
  1. quicksort

    0下载:
  2. 数据结构中快速排序算法的实现,可以对整数以及其他数据进行排序-Data structure in the realization of quick sort algorithm can be an integer, as well as other data on the sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:64188
    • 提供者:陈付龙
  1. Huffman

    0下载:
  2. 本目录下的源代码均属示例、教学性质。作者不对这些代码的功能和性能作任何担保或承诺。 -------- 功能说明 -------- 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:40130
    • 提供者:tomato
  1. paixu

    0下载:
  2. 数据结构用C语言实现的各种排序方法,有插入排序,堆排序,归并排序,快速排序,链式基数排序,冒泡排序,希尔排序,选择排序,折半排序。-Data structure using C language to achieve a variety of sequencing methods, have insertion sort, heap sort, merge sort, quicksort, chain base sort, Bubble Sort, Hill sort, select sort,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4722
    • 提供者:韩杰
  1. sort

    0下载:
  2. 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:12417
    • 提供者:谢山
  1. lcsLength

    0下载:
  2. 给定一个数组,通过快速排序法,把数组里面的数按照从小到大进行排序,即递增序列。然后用lcsLength函数找出最长递增子序列。-Given an array by quicksort method, the number inside the array from small to large in accordance with the sort, that is, incremental sequence. LcsLength function and then find the longe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:6612
    • 提供者:Katherine
  1. QuickSort

    0下载:
  2. 快速排序的算法描述,以及它的一个实现实例。-Quick Sort algorithm descr iption, as well as examples of one of its realization.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1614
    • 提供者:crazy
  1. Sort

    0下载:
  2. 对一组数据进行直接插入排序、冒泡排序、简单选择排序和快速排序。(升序)-Of a set of data for direct insertion sort, bubble sort, simple selection sort and quicksort. (Ascending)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1064
    • 提供者:xzq2002
  1. rj070252

    0下载:
  2. 排序。。⑴直接插入排序; ⑵折半插入排序; ⑶冒泡排序; ⑷简单选择排序; ⑸快速排序; ⑹堆排序; ⑺归并排序。 -Sort. . ⑴ Direct Insertion Sort ⑵ half Insertion Sort ⑶ Bubble Sort ⑷ simple choice to sort ⑸ quicksort ⑹ HEAPSORT ⑺ merge sort.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:710223
    • 提供者:万明星
  1. QuickSort

    0下载:
  2. 快速排序算法是一种基于分治技术的重要的排序算法,自从它被发明以来,就受到了研究人员的广泛注意。多年以来,人们对这个基本算法进行了大量的改良。我搜集并查阅了一些相关的资料,在下文中对这些改进做出一些介绍。 -Quick sort algorithm is a rule based on technologies important sorting algorithm, since it has been invented since, by the researchers on a wide ra
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3601
    • 提供者:limiao
  1. quicksort

    1下载:
  2. 本程序为用C语言编写的快速排序算法的源程序,很实用-This procedure for the use of C language source of quick sort algorithm, it is practical
  3. 所属分类:Other windows programs

    • 发布日期:2014-11-24
    • 文件大小:799
    • 提供者:lexi
  1. quick

    0下载:
  2. 这是前段时间编写的快速排序算法,欢迎大家下载,呵呵 -This is earlier prepared Quicksort Algorithm, welcome everyone to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:173842
    • 提供者:zuoxue
  1. QuickSort

    0下载:
  2. 快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:
  1. zuoye

    0下载:
  2. 一个用C++builder写的,用动画演示快速排序算法的程序-A C++ builder with written presentation with animation procedure Quicksort Algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:538292
    • 提供者:hjr
  1. 20080410202216928

    0下载:
  2. cadence skill bindkey- you can use min() function to get min coord procedure(quicksort(low high sortArray refp selsub) prog((l h mid tmp subtmp)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:paul
  1. sortings

    0下载:
  2. Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.pas InsertionBorder.pas InsertionSort.pas modifbubble.pas qsort.pas quicksort.pas selection.pas Shaker.pas shell.pas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5856
    • 提供者:SoFx00
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 30 »
搜珍网 www.dssz.com