资源列表
my_ludep
- 矩阵LU分解的并行实现,文档中给出了不同矩阵规模和处理器数下的实验结果。-Matrix LU decomposition parallel implementation, the document gives a different matrix size and the number of processors under the experimental results.
summa
- 矩阵相乘的SUMMA算法的并行实现,包含了实验结果演示。-SUMMA matrix multiplication algorithm for parallel implementation, including the experimental results presentation.
dotnetinst
- 利用这个程序可以简单方便的直接计算面积,而不需要手工计算-With this program you can easy calculate the area directly, without the need for manual calculations
SDCF
- 一个基于JXTA的分布式计算框架的雏形,只做到了计算节点的发现同步,可进一步扩展-A distributed computing framework based on JXTA prototype, only the discovery of compute nodes do synchronization can be further expanded
K-mean-clustering-algoritm
- k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
PSO-benchmark-functions
- PSO基准函数,非常好的。请下载,对大家很有帮助。-PSO benchmark functions, very good.
led_water
- 这是用verilog编写的流水灯程序,自己写的,个人感觉要比网上的简单多了。新手不会看不懂。-It is written in verilog water lights, write your own personal feeling is much simpler than the Internet. Beginners do not read.
cannon-algorithm
- the matrix multiple algorithm cannon algorithm in MPI
md5encode
- MD5加密算法,可以加密包含二进制数据的数据块,生成16字节MD5加密数据。-MD5 encryption algorithm to encrypt data blocks that contain binary data, generates a 16-byte MD5 encrypted data.
rand
- 主从模式并行计算,用于实现并行计算的一种模式,即主从模式-Master slave mode for parallel computing, a model of parallel computing, namely the master-slave mode
MatrixMul_ShareMem
- CUDA平行的優化,以矩陣乘法為基礎。透過ShareMemory做加速-CUDA ShareMem
VectorAdd
- CUDA平行程式設計,以向量加法為例。以四個架構說明CUDA整體運作-CUDA MatrixVectorAdd