资源列表
dynamic-mandel
- 利用并行技术,动态的完成图的绘制,当slave完成一行的绘制,master会自动给出另一行的序号-The use of parallel technologies, the completion of the dynamic mapping, when the slave completed his drawing, master will automatically give another line of the serial number
columninformationGain
- 特征列的信息增益计算Java代码,比较好用,经过测试,效率较高-Information gain characteristic set of computing Java code, relatively easy to use, tested, high efficiency
Lattice Boltzmann Method 模拟单相流体
- Lattice Boltzmann Method 模拟单相流体,LBM simulation for single phase flow
dco-class.c.tar
- This the mpi source code for the document classification program-This is the mpi source code for the document classification program
ncr
- 串行NCR算法的并行实现,C/C++编写-NCR algorithm for parallel implementation, C/C++ written
gauss_elimination.c.tar
- mpi code for guass elimination
PCF856
- 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 MacOS编程 其他-Delphi control source parallel computing books-source operating system developed middleware MacOS Programming Other Programming
cheapTSP1
- 旅行商问题的近似解答。使用mpich2实现。计算100个节点使用7台机器大概需要10min。使用的模拟退火算法。-basic tsp problem solution using mpich2
matrix_multiply_using_mpi3
- matrix multiply using mpi 3rd edition(you should put this file in a system that has the mpi library and is able to compile it)
altimetry
- 讀取SLA檔案,計算全球每月海潮趨勢。(以1992年10月至2002年8月為例)-SLA read files, calculating the monthly tide of global trends. (From October 1992 to August 2002 as an example)
mainTM
- FDTD 2D TM波 模拟程序-2D TM wave FDTD simulation program
jacobi
- Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p