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

搜索资源列表

  1. quickSort

    1下载:
  2. 快速排序算法的C语言实现,快速排序是经典的排序算法。
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:汪晗
  1. sort111

    0下载:
  2. 这是一个关于数据结构中三种排序的程序,包括拓扑排序,快速排序,希尔排序。都是经过老师检查过的。-This is a data structure on the three sequencing procedures, including topological sorting, quick sort, Hill sequencing. After all the teachers checked.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7933
    • 提供者:袁伟
  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
    • 文件大小:683
    • 提供者:瞧瞧
  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
    • 文件大小:6472935
    • 提供者:张莉娟
  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. MPI_QuickSort

    0下载:
  2. MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:51885
    • 提供者:
  1. kspx1

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

    • 发布日期:2017-12-09
    • 文件大小:2299
    • 提供者:张小凡
  1. quick_sort

    1下载:
  2. 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
  3. 所属分类:MPI

    • 发布日期:2014-11-23
    • 文件大小:2804
    • 提供者:asdfasdf
  1. C-ORDER

    0下载:
  2. 裡邊包含常用的排序算法,比如冒泡、快速、等等都有詳細的原始代碼供大家分享,希望對大家有用。-Inside contains commonly used sorting algorithm, such as bubbling, fast, and so a detailed source code for all to share, in the hope that useful.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1198
    • 提供者:孙健
  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
    • 文件大小:4918
    • 提供者:肖斌
  1. mpi_quick_sort

    0下载:
  2. 用并行mpi进行快速排序 用并行mpi进行快速排序-Using parallel mpi quick sort quick sort using parallel mpi
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2453
    • 提供者:liuqiang
  1. sort

    0下载:
  2. 直接插入排序、希尔排序、起泡排序、快速排序-Direct insertion sort, Shell sort, bubble sort, quick sort
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2128
    • 提供者:renhaixiang
  1. 5

    0下载:
  2. 非递归的快速排序算法-#include <iostream> #include <stack> #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack<int> Stack int partition(elem*pData, int low, int high) voi
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:835
    • 提供者:cui
  1. patition

    0下载:
  2. 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:351707
    • 提供者:邓长友
  1. QuickSort

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

    • 发布日期:2017-03-31
    • 文件大小:188665
    • 提供者: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
    • 文件大小:2708
    • 提供者:马启超
  1. csort

    0下载:
  2. C语言实现快速排序次方法 详细介绍了 c语言实现数据结构里排序方法 -sort datas this is a code used for sort the datas and it is very good
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:10291
    • 提供者:mage
  1. GPU-BBSort

    1下载:
  2. 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:3207168
    • 提供者:nono
  1. QuickSort

    0下载:
  2. 快速排序、多线程编程、并行计算。使用OpenMP解决快速排序问题-QuickSort problem
  3. 所属分类:MPI

    • 发布日期:2017-05-22
    • 文件大小:6170317
    • 提供者:任倚天
  1. quicksort

    0下载:
  2. MPI快速排序C代码,并行编程,快速排序,并行编程-quicksort program
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1955
    • 提供者:Li Yingjia
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com