搜索资源列表
pi.c
- 用于求解pi的MPI程序,在SourceCRT5.5上试过的,好用.
mpi
- C++编写的多线程圆周率运算。并行计算课上老师的作业-Written in C++ multi-threaded computing pi
cpi
- 计算pi值的并行程序,编程语言是c,加入mpi实现并行化-Calculated pi value of parallel programming, programming language is c, achieved by adding parallel mpi
Pi
- c++基本算法:Pi的随机运算 适合初学者-c++ basic algorithm: stochastic computing for Pi
PI
- 用MPI实现计算PI的值,用计算梯形面积的方法实现,主要用C-PI calculated by the value of MPI implementation
cpi.c.tar
- MPI环境下测试PI的调试程序 适合于刚配置好MPI环境来测试环境配置是否正确的~-a little program for the beginner to compile and run the first one to
calc_pi
- Calculate pi using MPI and C
PI
- 计算π值 C++ 并行算法 分别使用方法左矩形分解、中矩形分解以及梯形分解-π C++ MPI π C++ MPI π C++ MPI π C++ MPI
Pi
- 基于C++和MPI的并行算法求圆周率π值-Based C++ and MPI parallel algorithm for pi π value
PI.tar
- 计算pi小数点第n位后的代码.Computation of the n th decimal digit of \pi with very little memory.-Calculate PI after the decimal point n th C++ code.Computation of the n th decimal digit of \pi with very little memory.
main.c
- 多线程计算pi,修改计算量则可进行压力测试-multi-thread calculate pi
MPI_OpenMP_code
- 压缩包里包含几个用C编写的并行代码,运行无误。其中包括,电路满足性的MP程序,floyd算法MPI代码,Sieve_Eratoshenes筛法MPI代码,矩阵相乘的MPI代码以及计算PI值的OpenMP代码。-Which contains several parallel programs written in C to run correctly. Among them, including Floyd algorithm procedures, matrix multiplication M
mpi_wave
- mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u