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

搜索资源列表

  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4932
    • 提供者:郭春付
  1. quicksort

    0下载:
  2. quick sort例子-quick sort example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:1517
    • 提供者:站长
  1. quicksort

    0下载:
  2. 此程序是算法快速排序quicksort的迭代形式-This procedure is an iterative algorithm quicksort quicksort form
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:364984
    • 提供者:LHY
  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. 快速排序法- Fast arrangement law
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:1348
    • 提供者:蓝枫
  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. quicksort

    0下载:
  2. quicksort quicksort
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:34930
    • 提供者:Michael
  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. QuickSort2

    0下载:
  2. Quicksort Applet demonstrates procedure of sorting and sorting using Quick sort algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7138
    • 提供者:mojamazica
  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. javasort

    0下载:
  2. 快速排序 java实现 快速排序 java实现 -QUICKSORT JAVA QUICKSORT JAVA QUICKSORT JAVA QUICKSORT JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1250
    • 提供者:asteria
  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 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com