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

搜索资源列表

  1. serachforzero

    1下载:
  2. 利用分治算法求一个数组首个零的位置,MPI算法,数组长度可以上万-partition algorithm using an array for the first zero position, MPI algorithm, the array length can be up to 10,000
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:陈磊
  1. MPI_array

    0下载:
  2. MPI array to calculate the diffrent in numbers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:654byte
    • 提供者:aep
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1.91kb
    • 提供者:刘铭
  1. Q2

    0下载:
  2. parallel array search MPI program that searches for an element in an integer array of N elements.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:262.04kb
    • 提供者:msh2003
  1. Q3

    0下载:
  2. parallel MPI program that finds the maximum element in an integer array of N elements
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:257.68kb
    • 提供者:msh2003
  1. addition

    0下载:
  2. Parallel C++ Program with MPI to add numbers in an array
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:518byte
    • 提供者:Shripal
  1. MPI.Heat

    0下载:
  2. This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1.31kb
    • 提供者:Navid Yamini
  1. sat1

    0下载:
  2. 這是一個mpi寫的平行計算程式 程式內容為電路的檢查 電路輸入為一個陣列v[1]v[2]..v[16] 這陣列間需要符合規則我們才將答案印出來 這規則可以看程式內副程式 check_circuit()-This is an mpi parallel computing programs written for circuit checking. The contents of the circuit as a circuit input array v [1] v [2
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:913byte
    • 提供者:李鋒
  1. int

    0下载:
  2. /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1.15kb
    • 提供者:Shahir Salman M
  1. teste-mpi

    0下载:
  2. MPI Implementation to the problem of find the higher element in a unsorted array
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:665byte
    • 提供者:Ramon
  1. sorting

    0下载:
  2. Assumptions  There are p processors sorting n numbers.  Each processor begins with n=p numbers stored in the array x  All numbers are in the range 0 : : : M 􀀀 1  When the sorting algorithm ends, each processors has a sorted list o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:61.96kb
    • 提供者:ghn
  1. MPI-max_in_array

    0下载:
  2. find max element from huge array list. using MULTIPLE PROCESSORS...MPI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:149.41kb
    • 提供者:kai
  1. Assignment-Sharp6

    0下载:
  2. This simple array search using MPI API. Array is 2D.-This is simple array search using MPI API. Array is 2D.
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:740byte
    • 提供者:nrweb
  1. hypercube_array_sum

    0下载:
  2. MPI paralle c code for hypercube array sum
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1.22kb
    • 提供者:mstfa
  1. array_sum

    0下载:
  2. parallel array sum c code with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:1.37kb
    • 提供者:mstfa
  1. mpi_arr

    0下载:
  2. a sample MPI program with c that calc array sum
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1.36kb
    • 提供者:mstfa
  1. khademi_p1a

    0下载:
  2. This is sum array in mpi with send &recv
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:soso
  1. mm_naive

    0下载:
  2. 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:3.92kb
    • 提供者:wang
  1. jcs

    0下载:
  2. MPI编程,实现数组中每一个元素加一个常数。-MPI programming, each element in the array plus a constant.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:2.78kb
    • 提供者:yang
  1. sortquick

    0下载:
  2. 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:M
« 12 »
搜珍网 www.dssz.com