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

搜索资源列表

  1. QSort

    0下载:
  2. 快排递归算法的实现,测试数据从10000到100000000,并通过计时函数计算不同规模的数据递归快速排序所用的时间-Row fast recursive algorithm, test data 10 thousand to 100 million, and calculate the different sizes of data recursive quicksort time used by the timing function
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:24122
    • 提供者:gaocongli
  1. TraverTrain

    0下载:
  2. 折半查找快速排序、二叉排序树、堆排序检索策略在列车信息检索中的应用-Quicksort binary search, binary tree sort, heap sort search strategy used in train Information Retri
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:30287
    • 提供者:汤义恺
  1. lab1

    0下载:
  2. Input 1000 data with random function as the input data, then implement the sorting algorithms with Straight insertion sort algorithm, Straight selection sort algorithm, quicksort algorithm, bubble sort algorithm, and heapsort algorithm And compare th
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:123
  1. QuickSort

    0下载:
  2. HyperQuickSort using MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3710
    • 提供者:denismaster
  1. Quicksort

    0下载:
  2. 快速排序程序,开源分享,有需要的就来下载吧,上传了.-Quick sort, open source sharing, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:31516
    • 提供者:我是谁
  1. QuickSort

    0下载:
  2. 使用c语言进行快速排序的算法实现,代码简单,易于理解-The use of C language for the quick sort algorithm, the code is simple, easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:pkoji
  1. QuickSorts

    0下载:
  2. 实现 快速排序,通过 拿到的 数组 首元素 作为 对比对索引象,交替 从后向前比较小于其值的元素,和从前向后比较 大于 其值的 元素,最终拿到中间 索引,将小于 其值 和 大于其值的元素 分开,这样递归调用 完成快速排序-implements quicksort in array or an Collection ,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:jigloo
  1. QuickSort

    0下载:
  2. 快速排序,使用数组和指针两种方式完成快速排序算法-Quick sort, to use the two ways ofarrays and pointers completes the quick sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1779585
    • 提供者:xmh
  1. quickSort

    0下载:
  2. RISCV工具链生成的中间程序,程序目的为快速排序算法程序-RISCV tool chain generated in the middle of the program, the purpose of quick sort algorithm procedures
  3. 所属分类:Driver develop

    • 发布日期:2017-03-27
    • 文件大小:185709
    • 提供者:栩栩
  1. Zhang---Assignment-4

    0下载:
  2. quicksort, mergesort, bubblesort comparison
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:190131
    • 提供者:Nancy Zhang
  1. QuickSort

    0下载:
  2. 一种基于迭代思想的快速排序算法,可以实现对任意长度序列的顺序或逆序排序,经验证软件算法正确无误-A fast sorting algorithm based on the iteration thought, can realize the arbitrary length of the sequence or decommitment, verified by the software algorithm is correct
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:11799
    • 提供者:
  1. QuickSort

    0下载:
  2. 快速排序法通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-By sorting the data to be sorted into two separate parts, one part of all the data than the other part of all the data is small, and then press
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:945
    • 提供者:
  1. sorts_lin

    0下载:
  2. 数据结构 排序 快速排序 堆排序 插入排序 融合排序-Sort the list by InsertionSort, QuickSort, MergeSort and HeapSort, respectively. Mergsort Heapsort Quicksort Insertsort
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1675327
    • 提供者:林冬慧
  1. QuickSort

    0下载:
  2. A sample code Quick Sort Algorithm by C#
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:4931
    • 提供者:NCKien
  1. 3

    0下载:
  2. Implement Quicksort and Randomized Quicksort.实现普通快速排序和随机快速排序-Implement Quicksort and Randomized Quicksort.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:唐水
  1. quicksort

    0下载:
  2. 快速排序算法的实现,导入自己的文件来进行排序- U5FEB u901F u6392 u5E8F u7B97 u6CD5 u7684 u5B9E u73B0 uFF0C u5BFC u5165 u81EA u5DF1 u7684 u6587 u4EF6 u6765 u8FDB u884C u6392 u5E8F
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:5555
    • 提供者:肖瑶
  1. quicksort

    0下载:
  2. 快速排序,c语言经典算法,优于冒泡排序,时间复杂度n(o)(Fast sort, c language classical algorithm, better than bubble sort, time complexity n (o))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-13
    • 文件大小:30499
    • 提供者:elly
  1. quicksort

    0下载:
  2. 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(The quick sort by C. A. R. Hoare was proposed in 1962. The basic idea is: through a sort to two part sorting data
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:2898944
    • 提供者:Somnus2018
  1. sort

    0下载:
  2. 快速排序法和堆排序法Fortran90程序,其中快速排序法使用到了递归过程,因此对于堆栈要求较高(both Quicksort and Heapsort program are used for sort array. Note that a recursion process is used in Quicksort program, Thus it need require a relative high stack size.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:dns
  1. QuickSort

    0下载:
  2. 快速排序算法,实现了快速排序,与归并排序算法进行对比(Quick Sort algorithm)
  3. 所属分类:其他

« 1 2 ... 24 25 26 27 28 2930 »
搜珍网 www.dssz.com