搜索资源列表
serachforzero
- 利用分治算法求一个数组首个零的位置,MPI算法,数组长度可以上万-partition algorithm using an array for the first zero position, MPI algorithm, the array length can be up to 10,000
image
- 并行计算程序 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
Q2
- parallel array search MPI program that searches for an element in an integer array of N elements.
Q3
- parallel MPI program that finds the maximum element in an integer array of N elements
addition
- Parallel C++ Program with MPI to add numbers in an array
MPI.Heat
- 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
sat1
- 這是一個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
int
- /* 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. -
teste-mpi
- MPI Implementation to the problem of find the higher element in a unsorted array
Assignment-Sharp6
- This simple array search using MPI API. Array is 2D.-This is simple array search using MPI API. Array is 2D.
hypercube_array_sum
- MPI paralle c code for hypercube array sum
array_sum
- parallel array sum c code with MPI
mpi_arr
- a sample MPI program with c that calc array sum
mm_naive
- 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
jcs
- MPI编程,实现数组中每一个元素加一个常数。-MPI programming, each element in the array plus a constant.
Max
- 基于VC的MPI并行算法编程:求解二维数组最大值,供初学者使用-Parallel programming algorithm based on the VC MPI: Max solving two-dimensional array, for beginners
array_max
- 用MPI并行思想实现二维数组求最大的过程,以二进制的二维数组为例-MPI parallel thinking with seeking to achieve maximum process two-dimensional array, a two-dimensional array of binary Case