资源列表
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
phaseSeparation2d
- 两相分离的LBM模拟代码,基于Linux环境(simulation of two phase separation based linux environment)
售票管理代码
- 售票管理代码,用于Java开发的TTMS课程设计
OpenCL异构并行编程实战-src
- opencl代码,具有参考意义,可以看看。。。对我帮助大(OpenCL code, with reference significance)
MPI与OpenMP并行程序设计:C语言版
- MPI与OpenMP并行程序设计:C语言版(MPI and OpenMP parallel programming: C language version)
PhaseFieldModel
- 算例为一个双刃端口二维板,采用相场断裂计算模型计算,即该UMAT子程序(As an example, a two-dimensional plate with double edge ports is calculated by using the phase field fracture calculation model, that is, the UMAT subroutine)
Opencl
- Opencl在vs2015上的一个简单例子(Opencl,a simple example in vs2015)
MyGA-master
- 将节点按内存情况排序 将任务按内存需求情况排序 规则:将内存需求最小的节点先行分配在内存剩余最多的节点上(Sort nodes by memory and tasks by memory requirements Rule: the node with the least memory requirement is allocated to the node with the most remaining memory)
OpenStack云计算实战 钟小平 2019.8
- 针对OpenStack的云计算编程,包括并行计算的算法研究,适合云计算研发人员进阶使用,内容新颖,紧跟时代脉搏(Cloud computing programming for openstack, including parallel computing algorithm research, is suitable for advanced use of cloud computing developers, with novel content and keeping up with the
练习
- simulink刚刚入门编写的简单仿真,意上传与本站主题无关、无下载价值或描述不清的资料
Density Profile
- materials studio计算给定材料一个方向上的密度分布(Calculate the density profile of a given species across one spatial direction of the cell)
arm m0
- arm m0官方工程。包含完整架构的verilog代码等。