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

搜索资源列表

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

    0下载:
  2. This contains an implementation of the Quick Sort Algorithm under C. The user can utilize this in his/her program to perform Quick sorting of arrays.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:Raviola
  1. Merge_Quick

    0下载:
  2. 排序算法,关于merge和quicksort的算法实现,适合其他初学算法的人下载-Sorting algorithm, quicksort algorithms on the merge and the realization of the algorithm is suitable for downloading to other beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1189
    • 提供者:wangsa
  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. sorting_algorithms

    0下载:
  2. some sorting algorithms, Quicksort, heapsort, etc
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:10302
    • 提供者:zman
  1. 20090614134824622

    0下载:
  2. 比较六种排序算法,其中包括快速排序,冒泡排序等内容的速度以及空间复杂度。-Comparison of the six sorting algorithms, including quicksort, bubble sort etc. the speed and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13151
    • 提供者:荆楚国
  1. abcd

    0下载:
  2. 快速排序与交换排序算法比较 在Visual C++中建立一个单文档Windows应用程序,并实现下述功能: 运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。 分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。 使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。 分析两种不同算法,有针对性地设计与调整测
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3631711
    • 提供者:jane
  1. quick

    0下载:
  2. 两个可以对比的快速排序例子,比较浅显,容易理解,入门用-2 can be correlated quicksort example, relatively simple and obvious, easy to understand, started to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:166996
    • 提供者:远财贸
  1. alg

    0下载:
  2. Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort-Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
  3. 所属分类:Other systems

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

    0下载:
  2. 比较SELECTIONSORT、INSERTIONSORT、BOTTOMUPSORT、MERGESORT、QUICKSORT五种排序算法的平均比较次数。-Comparing SELECTIONSORT, INSERTIONSORT, BOTTOMUPSORT, MERGESORT, QUICKSORT five kinds of sorting algorithms compare the average number of times.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:787577
    • 提供者:孙静
  1. quiksort

    0下载:
  2. 输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-QuickSort&MiddleQuickSort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:907
    • 提供者:丁健航
  1. patition

    0下载:
  2. 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:351707
    • 提供者:邓长友
  1. kuaisupaixu

    0下载:
  2. 基于c++的有关数据结构的快速排序快速排序算法-C++ based on the structure of the relevant data fast sorting algorithm quicksort
  3. 所属分类:Algorithm

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

    0下载:
  2. quickSort and radixsort
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1062
    • 提供者:asla
  1. algorithms

    0下载:
  2. quicksort的迭代样式算法实现 平面内n个点 求最近两点间的距离(分治算法) 算法 数据结构-quicksort algorithm iterative style of plane n-point demand recently the distance between two points (sub-rule algorithm) algorithm for data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1325
    • 提供者:robey
  1. hw3

    0下载:
  2. heapsort mergesort quicksort
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:42583
    • 提供者:galtaash
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. MetodosdeOrdenamiento

    0下载:
  2. Ordering Methods bubble, quicksort, RADIX SORT, CUBETAS
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:122381
    • 提供者:jopa001
  1. SortQuick

    0下载:
  2. C# 写的快速排序源码,并快排附带示意图。-Quicksort written in C# source code, and will soon ranked with diagram.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:172200
    • 提供者:maojiawei
  1. QuickSort_binarySearch

    0下载:
  2. 50万数据的快速排序和二分查找算法实现及性能测试-QuickSort+binarySearch
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:lh
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 30 »
搜珍网 www.dssz.com