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

搜索资源列表

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

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. quicksort

    0下载:
  2. quick sort implementation used in the sorting , very good program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1068
    • 提供者:ashu
  1. mergesort

    0下载:
  2. Merge SOrting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1628
    • 提供者:Chitra
  1. Quick.c

    0下载:
  2. Quick Sorting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2738
    • 提供者:Chitra
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. main

    0下载:
  2. 快排算法实现 希望对大家有用 大家自己看看把 -quicksort算法实现 希望对大家有用 大家自己看看把
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1478
    • 提供者:cc
  1. Sort

    0下载:
  2. 运用直接插入法或快速排序法对程序产生的正序、逆序或随机的序列进行排序-use DirectSort of QuickSort to sort the sequnce produced by the process, which is positive sequence, reverse sequence or random order
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:298696
    • 提供者:lamar
  1. quicksort

    0下载:
  2. 数据结构 快速排序算法 vc6.0下开发 输出每一趟的结果-Quick Sort algorithm data structure developed vc6.0 output the results of each trip
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:郭宝
  1. HeapSortQuickSort

    0下载:
  2. C++实现的快速排序,堆排序 .里面有测试不现算法运行时间多少代码-QuickSort heapSort . including the function of calculate the time that different algorithm uses
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1556
    • 提供者:zhuo
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com