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

搜索资源列表

  1. quicksort

    0下载:
  2. 实现快速排序 主要是采用指针的方式来随机产生大量数并排序-The realization of quick sort is the main way to target a large number of randomly generated number and sort
  3. 所属分类:Other windows programs

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

    0下载:
  2. 用c++写的快速排序算法,从命令行输入数组,调用算法后,返回排序后的数组-With c++ Write quick sort algorithm, from the command line enter the array, called algorithms, return the array after sorting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:942
    • 提供者:佚名
  1. paixu

    0下载:
  2. 归并排序C++程序,快速排序C++程序,可在C++环境中实现的源代码-Merging Sort C++ Procedure quicksort C++ Procedures may C++ Environment source code
  3. 所属分类:Other windows programs

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

    0下载:
  2. 快速排序法,基于分治策略的一个排序算法 3个步骤1分解,2递归求解,3合并 使用随机划分挑选哨兵,期望划分较对称-Quick Sort law governing strategy based on a sorting algorithm 3 Step 1 decomposition, 2 Recursive Solution, 3 combined divided randomly selected sentinel to expect a more symmetrical divis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1156
    • 提供者:waterfly
  1. 5428934

    0下载:
  2. 排序算法平均时间的比较,实现几种排序算法(selectionsort, insertionsort,bottomupsort,quicksort, 堆排序)-The average amount of time sorting algorithm of comparison, the realization of several sorting algorithm (selectionsort, insertionsort, bottomupsort, quicksort, HEAPSORT)
  3. 所属分类:Data structs

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

    0下载:
  2. 快速SORT,quicksort 以前作业写的-SORT
  3. 所属分类:CSharp

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

    0下载:
  2. 一个好用的快速排序算法,调试已经通过,排序快速-quick sort code
  3. 所属分类:Data structs

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

    0下载:
  2. 实现了快速排序,还不够20字啊,这怎么行呢 -none
  3. 所属分类:Other windows programs

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

    0下载:
  2. 这是快速排序算法的完整实现,并有一个测试用例。-This is a complete quick sort algorithm implementation, and there is a test case.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:645
    • 提供者:刘志福
  1. quicksort

    0下载:
  2. 快速排序算法,非常高效的算法,在计算图形学方面非常有用-Quick sort algorithm, the algorithm is very efficient in the calculation is very useful graphics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5585
    • 提供者:田威
  1. QuickSort

    0下载:
  2. QuickSort implementation in CSharp
  3. 所属分类:Console

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

    0下载:
  2. The running time of quicksort can be improved in practice by taking advantage of the fast running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k elements, let it simply return wi
  3. 所属分类:Data structs

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

    0下载:
  2. 可用此法实现快速分类。It recursively does this until the 2 parts are so small that determining which part goes where becomes a trivial matter. After the vector is split and sorted, they are combined to for the original, in sorted order. -This is a quicksort alg
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1451
    • 提供者:包一明
  1. quicksort

    0下载:
  2. quicksort algorithm for sorting matrices
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:526
    • 提供者:Petros
  1. SortProject

    0下载:
  2. 各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:5555
    • 提供者:程序员
  1. quicksort

    0下载:
  2. use c++ to realize quicksort program whick can sort a num of numbers in a short time
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1970
    • 提供者:yu jie
  1. QuickSort

    0下载:
  2. Quicksort algorithm in C-Quicksort algorithm in C++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2081
    • 提供者:maxphil
  1. QuickSort

    0下载:
  2. Quick sort library. Simple implementation in ansi c to quicksort a array
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 采用c语言描述,实现快速算法,实现算法的最优化-Using c language to describe, fast algorithm,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:599
    • 提供者:xiaohui
  1. quicksort.cpp

    0下载:
  2. Quick sort using MPI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1903
    • 提供者:kiran
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com