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

搜索资源列表

  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.23kb
    • 提供者:srx
  1. SampleSort

    0下载:
  2. 关于PSRS(Parallel Sorting by Regular Sampling)并行算法的权威论文-on Message (Parallel Sorting by Regular Sampl ing) the authority parallel algorithm papers
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57.44kb
    • 提供者:鲁永泉
  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
    • 文件大小:50.67kb
    • 提供者:
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:172.8kb
    • 提供者:谷谷
  1. 43680548ZBuffer

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。 -Based on the latest generation of general-purpose GPU- Geforce8800, the CUDA platform, developed parallel sorting algorithm is based on general-purpose GPU computing applications
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:81.14kb
    • 提供者:cjf
  1. TopoSort

    0下载:
  2. 拓扑排序的算法,按前驱计数为0的顶点号在同一批输出,以突显这些任务是可并行进行的-Topological sorting algorithm, according to the vertices of precursor count number is 0 in the same batch of output, in order to highlight these tasks can be carried out in parallel
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:26.95kb
    • 提供者:王佳佳
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.95kb
    • 提供者:陈君
  1. Bidirectional

    0下载:
  2. 双向排序并行算法 关键词 双向选择排序;堆;并行算法;复杂度-Bi-directional parallel sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:31.85kb
    • 提供者:NANCY
  1. sort

    0下载:
  2. 分段并行排序算法,算法描述: 分段 -> 段内排序 -> 归约结果。-Segment parallel sorting algorithm, algorithm descr iption: Sub-> Sort paragraph-> reduction results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.85kb
    • 提供者:chenzhogc
  1. qsort_cilk

    0下载:
  2. 是使用cilk扩展的快速排序算法,在安装了Intel parallel studio的VS上,可以看出计算的速度大大提高!-The rapid expansion of the use of cilk sorting algorithm, the installation of the Intel parallel studio in VS, you can see that greatly improved the speed of calculation!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.83mb
    • 提供者:余闷
  1. dierwenw

    0下载:
  2. Genetic algorithm matlab code for large-scale compressor blades parallel sorting problem and is very time-saving in many aspects.it is very good.
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:835byte
    • 提供者:jackie
  1. Bubblesort

    1下载:
  2. 并行排序算法中基于MPI和C++的冒泡排序算法的实现-MPI-based parallel sorting algorithms and C++ the bubble sort algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:1.17kb
    • 提供者:万岁冲锋
  1. Bucketsort

    0下载:
  2. 平行排序算法中基于C++和MPI的桶排序算法的实现-Parallel sorting algorithm and MPI-based C++ the bucket sort algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-16
    • 文件大小:1.13kb
    • 提供者:万岁冲锋
  1. quick_sort

    0下载:
  2. 快速排序 并行算法 MPI源程序 采用并行思想加快排序速度-MPI parallel quicksort algorithm source code parallel thinking speed up the sorting
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:2.46kb
    • 提供者:袁旭炜
  1. new-k-best-dection

    0下载:
  2. 研究MIMO系统检测算法理论及其实现方法的基础上,对已证明较优的算法进行结合和改进,提出了一种改进的K—Best检测算法及其实现方案,并通过仿真验证了方案的可行性。该算法采用预测技术和并行排序相结合的方法,降低了计算复杂度;采用并行流水线结构实现,节省了处理时-Basic research MIMO system detection algorithm theory and its implementation methods, have proven to be the optimum com
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:218.06kb
    • 提供者:杨佳琳
  1. improve-k-best

    0下载:
  2. 研究MIMO系统检测算法理论及其实现方法的基础上,对已证明较优的算法进行结合和改进,提出了一种改进的K—Best检测算法及其实现方案,并通过仿真验证了方案的可行性。该算法采用预测技术和并行排序相结合的方法,降低了计算复杂度;采用并行流水线结构实现,节省了处理时间;并对方案在xilinx公司的Virtex_5系列n)GA中的资源使用情况进行了统计。研究表明,实现方案可以用于MIMO系统检测算法的硬件实现。-Basic research MIMO system detection algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:369.55kb
    • 提供者:杨佳琳
  1. data-sorting--Graph-Theory

    0下载:
  2. 介绍工程实用简单图论问题的并行算法及其MPI编程实现-MPI parallel programming algorithm and introduce practical engineering problems to achieve a simple graph theory
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:25.12kb
    • 提供者:jiang nathon
  1. sort

    0下载:
  2. 使用hadoop的mapreduce算法,前提是先要搭建一个hadoop云平台,该程序不难,为初学者的hadoop程序,对刚刚接触hadoop的同学会有帮助。-Using hadoop mapreduce algorithm, a parallel sorting algorithm, the premise is to set up a hadoop cloud platform, the program is easy, hadoop program for beginners, help
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7.33kb
    • 提供者:wangmingyu
  1. OpenMP

    0下载:
  2. 使用openmp实现枚举排序算法的并行实现,文档中包含代码和实验结果-Use openmp achieve enumeration sorting algorithm implemented in parallel, the document contains the code and results
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:416.18kb
    • 提供者:小子
  1. gpu排序

    0下载:
  2. gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:Bigstrong
« 12 »
搜珍网 www.dssz.com