CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - sorting

搜索资源列表

  1. meijubympi

    0下载:
  2. 用mpi实现的枚举排序,测试请在mpi的并行环境中进行-Enumeration sorting using mpi implementation, testing in the mpi parallel environment for the conduct
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2.21kb
    • 提供者:liuqiang
  1. MPI-Sort

    0下载:
  2. 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:8.66kb
    • 提供者:不死鸟
  1. quicksort

    0下载:
  2. This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:1.69kb
    • 提供者:saretaxd
  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. ListViewFilter_src

    0下载:
  2. This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header.
  3. 所属分类:MPI

    • 发布日期:2017-04-26
    • 文件大小:36.69kb
    • 提供者:mai
  1. bubblesort

    0下载:
  2. Bubble Sorting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:Chitra
  1. mergesort

    0下载:
  2. Merge SOrting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1.59kb
    • 提供者:Chitra
  1. Quick.c

    0下载:
  2. Quick Sorting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2.67kb
    • 提供者:Chitra
  1. mpi_psrs_sortmethod

    0下载:
  2. 并行正则采样排序 用mpi实现的 测试请用mpi的并行环境-Parallel sorting by regular sampling to achieve a test mpi please use the parallel environment mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2.47kb
    • 提供者:liuqiang
  1. MethodsForParallelSorting

    0下载:
  2. Clearly explainations and analysis of concurrent parallel methods for data sorting (MPI based) Created by MonteCristo (H.U.T)
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:412.75kb
    • 提供者:montecristo
  1. qs_mpi

    0下载:
  2. This is a working mpi program for quick sort. N is amount of elements for sorting. For instance, it is using random generator during filling the massive.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1.29kb
    • 提供者:Denys
  1. sorting-algorithms

    0下载:
  2. 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4.63kb
    • 提供者:
  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. Multi-threaded-sorting

    0下载:
  2. 多线程排序,多个排序的多线程运用,求成功。-Multi-threaded sorting, multi-threaded use multiple sort, find success.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:269.06kb
    • 提供者:pjw
  1. paixu

    0下载:
  2. 能够实现各种排序功能,以及比较排序的时间,算法的优劣-Can achieve a variety of sorting functions, and relatively sort time, the merits of the algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:274.38kb
    • 提供者:赵婷
  1. mapr

    0下载:
  2. hadoop的mapreduce初级的几个小案例,包括单词计数、topk、单表关联、多表关联、数据排序、数据去重、数据分组,适合刚接触hadoop的人弄清mapreduce的流程- The primary hadoop mapreduce several small cases, including word count, topk, single-table association, multi-table association, data sorting, data deduplica
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7.59kb
    • 提供者:袁媛
  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. MPI Enumeration sorting

    0下载:
  2. 通过MPI并行集群的搭建,形成并行开发环境,编程并实现枚举排序功能(The parallel development environment, programming and enumeration sorting function is formed through the construction of parallel cluster of MPI)
  3. 所属分类:并行计算

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:xieyuqz
« 12 »
搜珍网 www.dssz.com