搜索资源列表
calcuate
- 用但不模仿并行计算,本程序是排序的,并行计算是奇偶排序-Used but does not mimic parallel computing, the process is sort of, parallel computing is the odd-even sort
HighPerformanceParallelComputingarticles
- 介绍高性能并行计算的文章,主要是关于矩阵并行的一些算法-High Performance Parallel Computing articles
OpenMP
- OpenMP并行计算例子,主要包括简单例子、并行循环、常用函数、分段并行、嵌套并行、求π以及同步这些例子。所有例子都已经过测试。-OpenMP parallel computing examples, including a simple example, a parallel loop, commonly used functions, segmented parallel nested parallelism, find π and the synchronization of these
DataBaseMyKTV
- 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 MacOS编程-I like internet,I am ITman
vonoroi
- 膨胀法Voronoi图的c算法,并且使用并行计算进行改进-Voronoi diagram expansion method
123
- 格子Boltzmann方法(Lattice Boltzmann Method, LBM)是近年来得到迅速发展并具有广阔应用前景的数值模拟方法。与基于连续介质假设的传统流体力学计算方法不同,LBM是从介观层次的流体粒子出发,基于动理学模型,假设这些流体粒子按规定的格线方向进行迁移碰撞相互作用,经过演化计算后得出符合物理规律的数值结果。与其它传统数值方法相比,LBM在复杂边界及几何条件、多相流模拟等方面具有明显的优势。并且LBM具有算法简单,容易编程实现的特点,非常适用于大规模并行计算。-Latti
MPI并行FDTD
- FDTD是时域有限差分方法计算电磁方程,本源码是MPI实现并行计算的方法