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

搜索资源列表

  1. quicksort

    0下载:
  2. 用非递归实现快速排序 主要思想: 利用栈来消除递归-Non-recursive quicksort implementation the main idea: to eliminate the use of recursive stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:10857
    • 提供者:weixiaoguoke
  1. quicksort

    0下载:
  2. 快速排序的实现程序,具有详细的说明,是初学者实用的学习例子-Quick Sort realize procedures, with detailed instructions for beginners are studying practical examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:8936
    • 提供者:王帅
  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. 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. quicksort

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

    • 发布日期:2017-04-12
    • 文件大小:1334
    • 提供者:guangning
  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. 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. 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 implementation
  3. 所属分类:Windows Develop

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

    0下载:
  2. 快速排序算法的一种经典实现,用Visual C++9.0实现-Quick Sort Algorithm- classical realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:510016
    • 提供者:刘鹏飞
  1. kuaipai

    0下载:
  2. 快速排序算法是排序中相对来说比较好的算方法,大家可以看看啊 -Quicksort sorting algorithm is in relatively good balance method, we can look at ah Hehe
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:600
    • 提供者:zhangfei
  1. quicksort

    0下载:
  2. 用C语言实现了快速排序算法的非递归实现,方法比较有创意,有需要的可以研究一下-this is a C programme writed by C.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:20481
    • 提供者:liusong
  1. quicksort

    0下载:
  2. 將資料從小排序到大,若資料長度為n,complexity為log n-quicksort
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:朱維維
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3133
    • 提供者:郑阳
  1. quicksort

    0下载:
  2. quicksort with threads
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:28021
    • 提供者:Stf
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com