资源列表
OpenCoarrays-2.0.0-rc1.tar
- OpenCoarrays is an open-source software project that produces an application binary interface (ABI) used by the GNU Compiler Collection (GCC) Fortran front-end to build executable programs that leverage the parallel programming features of the Fortra
Sherwood
- 写一个Sherwood算法C(X),与算法A(X),B(X),D(X)比较,给出实验结果。-Write a the Sherwood algorithm of C (X), with the algorithm A (X), B (X), D (X), experimental results are presented.
c
- c算法大全,包含100种c算法集合,很详细
pi
- 多核编程中求取pi值的几种算法,给大家参考参考,有问题的地方请大家指教-Strike a pi value of multi-core programming of several algorithms, for everyone to refer to the reference, there are problem areas Please advise
capi-0.20
- 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
chapter6
- 划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho
final
- project of finalization of analog to digital
merge
- MPI MERGE. Merge sort to test in mpi parallel programming.
fluent-Mixture-for-loop
- fluent 多相流循环,主要用于fluent优化编程子程序-fluent multiphase flow loop
Source-Cod-CUDA-by-example
- 源码-CUDA by example 非常好的CUDA入门书籍-Source Code-CUDA by example
Calculator
- c++编写的科学计算器源代码,支持科学计算及表达式计算,可选择角度、弧度制,自带常量-scientific calculator source code written by c++ support scientific computing and expressions to select the angle in radians, comes with constant
lizheng_code
- 里面包含FEM model的MPI算法程序,程序无误可用。-FEM model of MPI algorithm program