资源列表
jp
- 键盘输入模块(利用按键来获取我们所需要设定的值)并将这个值进行计算-Keyboard input module
Complex
- Realization of Complex Numbers class, with tests and calculations. Really useful.
fig02_13
- 1311698 realy visual studio not ne-1311698 realy visual studio not needed
Assignment-Sharp6
- This simple array search using MPI API. Array is 2D.-This is simple array search using MPI API. Array is 2D.
Automatic-parallel-compiled
- 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
frmDXLPTSelect.frm
- frmDXLPTSelect.frm高质量精简实用的小程序-frmDXLPTSelect.frm high-quality small program to streamline utility
MPI1.cpp.tar
- This a simple test for MPI.
prime-parallel
- 使用并行算法求解质数,求解速度基本上可以做到2倍的加速比-primes with parallel code
3pcf
- 著名的3pcf问题。并行计算的大作业题。计算效率高,并行程度强。-Famous 3pcf problem. Big job title parallel computing. High efficiency, high degree of parallelism.
attachments_2011_03_08
- calculating Pi with MPI
RSA
- RSA 原理: 选取两个不同的大素数p、q,并计算N=p*q 选取小素数d,并计算e,使d*e (p-1)(q-1)=1 -RSA works: select two different large prime numbers p, q, and compute N = p* q Select the small prime d, and calculate the e, so d* e (p-1) (q-1) = 1
MPI1Exercises.tar
- Some examples of MPI (Message Passing Interface) in order to understand its use.