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

搜索资源列表

  1. sort-mpi

    0下载:
  2. * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3350
    • 提供者:lrl
  1. quicksort.c

    0下载:
  2. quick sort in parallel version with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:Shahir Salman M
  1. merge_using_mpi

    0下载:
  2. Merge sort algorithm with mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:sddas
  1. 14parallel_bucket_sort

    0下载:
  2. Parallel Bucket Sort with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1895
    • 提供者:billalraza
  1. MPIBitonicSorting

    0下载:
  2. Bitonic sort with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:3689
    • 提供者:somurat
  1. bitonic_sort

    0下载:
  2. Parallel Bitonic Sort
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:50584
    • 提供者:awroni
  1. main

    0下载:
  2. Bitonic Sort with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:824
    • 提供者:milad
  1. bitonic.c

    0下载:
  2. A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1434
    • 提供者:serge
  1. mpiqsort.cpp

    0下载:
  2. this an implementation of quick sort in mpi.-this is an implementation of quick sort in mpi.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2423
    • 提供者:ajnabi.anjani
  1. mpi_sort

    0下载:
  2. this is a simple merge sort algorithm by MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:632988
    • 提供者:chen
  1. mpi--sort

    0下载:
  2. 一个实现并行编程--排序的简单代码,很简单很实用!-failed to translate
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:314703
    • 提供者:hanson
  1. bitonic_sort

    0下载:
  2. bitonic sort with MPI in C code
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2539
    • 提供者:kai
  1. bucket

    0下载:
  2. bucket sort example that works in parallel that works on windows system with open mpi. Input is hard coded, no real interface for input, you will need to extend the program.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1542
    • 提供者:VMax
  1. bucket1

    0下载:
  2. a version of the bucket sort for mpi c-a version of the bucket sort for mpi c++
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1769
    • 提供者:mila
  1. quick_sort

    0下载:
  2. 并行QUICK SORT (MPI) 并行QUICK SORT (MPI)-Parallel QUICK SORT (MPI) parallel QUICK SORT (MPI) parallel QUICK SORT (MPI)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2460
    • 提供者:dz
  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
    • 文件大小:1325
    • 提供者:Denys
  1. MPI-for-C

    0下载:
  2. 压缩文件中的程序是基于C代码的MPI并行程序,包括基本的MPI基本函数的调用,适合MPI入门,包括一个排序的MPI程序-Zip file program is based on the C code MPI parallel programs, including basic call MPI basic functions for MPI entry, including a sort of MPI programs
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:3803
    • 提供者:王昕
  1. evenodd-transport-sort-search

    0下载:
  2. PARALLEL MERGESORT USING MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1199
    • 提供者:nidhi
  1. New-folder4

    0下载:
  2. MPI sort type 2 is tested
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:ArashAmin
  1. mpi-merge-sort

    0下载:
  2. This a MPI merge sort source code -This is a MPI merge sort source code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1046
    • 提供者:Mohamed Sha3ban
« 1 23 »
搜珍网 www.dssz.com