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

搜索资源列表

  1. QSORT.ZIP

    0下载:
  2. Quick Sort 算法将 ListBox 内容排序的范例-Quick Sort Algorithm will be content to sort the ListBox example
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:3.74kb
    • 提供者:罗显坤
  1. FormArray

    0下载:
  2. 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.32kb
    • 提供者:张国平
  1. my-sort

    0下载:
  2. 内部排序算法比较,6种常用的内部排序算法进行实测比较:一趟冒泡排序、简单选择排序、快速排序、希尔排序、直接插入排序、堆排序。-internal sorting algorithm, six kinds of internal sorting algorithm measured comparison : Bubble Sort trip, Sort simple choice, quick sort, Hill, ranked direct insertion sort, heap sort.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.22mb
    • 提供者:马全
  1. a1

    0下载:
  2. Task A ?read from a file, one set of 1000 random values to be sorted and repeat 1000: o sort data using the iterative sort ?record the total time used for the 1000 calls ?repeat the above steps using the quick sort algorithm. ==============
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:zhang wei
  1. mpiquiksort.rar

    0下载:
  2. 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2.18kb
    • 提供者:chenqing
  1. omp_qs.zip

    0下载:
  2. 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:683byte
    • 提供者:瞧瞧
  1. ChineseSplit

    0下载:
  2. 一个基于VB.NET开发的中文分词及关键词提取系统,采用双向最大匹配、词频统计、快速排序等算法实现。-VB.NET developed based on Chinese word segmentation and Key Extraction System, the largest two-way matching, word frequency statistics, such as quick sort algorithm.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-21
    • 文件大小:6.17mb
    • 提供者:张莉娟
  1. kspx1

    0下载:
  2. 快速排序算法,算法效率较高,代码比较浅显易懂-quick sort algorithm, the algorithm more efficient, more easily comprehensible code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:2.25kb
    • 提供者:张小凡
  1. All-kinds-of-sort

    0下载:
  2. 本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:4.8kb
    • 提供者:肖斌
  1. QuickSort

    0下载:
  2. 这是用Delphi编写的快速排序算法的实现过程-It is written in Delphi Quick Sort Algorithm process
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:184.24kb
    • 提供者:wen
  1. mpi_quick

    0下载:
  2. 快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2.64kb
    • 提供者:马启超
  1. kuaisupaisu

    0下载:
  2. 快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列-Quick sort algorithm
  3. 所属分类:Editor

    • 发布日期:2017-11-14
    • 文件大小:653byte
    • 提供者:易雄
  1. rankSort

    0下载:
  2. 基于MPI的并行快速排序算法,VS2010编译运行通过-MPI-based parallel quick sort algorithm, VS2010 compiled to run through
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:1.41kb
    • 提供者:kylin
  1. 2omp

    0下载:
  2. OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:639byte
    • 提供者:王智
  1. Sort

    0下载:
  2. visual studio开发环境,包含归并排序和快速排序的算法,对初学算法的人有很大帮助-visual studio development environment, including the merge sort and quick sort algorithm, the algorithm for beginners who are very helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:李桐宇
  1. kuaisupaixu

    0下载:
  2. 快速排序算法,基于vc2010编程,对于快速排序进行了简单的算法设计-Fast sorting algorithms, based on vc2010 programming, for a simple quick sort algorithm design
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1.15mb
    • 提供者:吴灿烽
  1. sort_pthread

    0下载:
  2. 使用pthread的快速排序算法 使用pthread的快速排序算法-Quick sort algorithm using pthread Quick sort algorithm using pthread
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1.14kb
    • 提供者:piwenjun
  1. quicksort

    0下载:
  2. 一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:898byte
    • 提供者:xiaohy
  1. sort

    0下载:
  2. 五种排序算法,分别为:归并排序,快速排序,选择排序,希尔排序,插入排序-Five kinds of sorting algorithm, namely: merge sort, quick sort, select, sort, Shell sort, insertion sort
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:fujinghui
  1. a

    0下载:
  2. 计算简单的快速排序算法的时间复杂度与计算次数-Computing a simple quick sort algorithm s time complexity and the number of calculations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:740byte
    • 提供者:Mike Li
« 12 »
搜珍网 www.dssz.com