搜索资源列表
mpihello
- 最简单的MPI在C++平台下的程序例子,体现了MPI程序的大体构架。-most simple MPI C platform in the procedures example, the MPI reflected the general framework of procedures.
example
- 这是我学习并行编程的第一个程序, 原来时fortran的, 我将其改写为c的, 两分程序都在包中, 程序比较简单,但很有助于理解mpi
datagame
- 一个用C++做的数字游戏,请大家下载交流,虽然简单,但是可以作为参考
ranksortc
- 一个基于MPI的简单的并行计算的c程序,最大的特点是有详细的中文注释
Calculator
- C#计算器 用来计算简单的小计算!
rb2
- 简单的C++示范程序
mpi.rar
- 简单C++的应用,对于初学MPICH的并行计算的朋友可以作为联机的实验程序,good
message
- 利用linux环境下的C语言编写的一个并行算法的简单程序-err
ch1
- 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
ch2
- 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
ch3
- 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
ch4
- 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
lib_trhead_pool
- c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
tiaodu
- 关于最佳调度问题的解决!!C语言的算法简单而有趣-C++ program alorthim
sendandreceive
- 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
FuncationCalculator
- 简单的计算器C++语言编程.新手参考-Simple calculator C++ programming language. Novice reference ..
openFemSrc
- 有限元计算软件,用C/C++编程求解了一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础-Finite element software, using C/C++ programming to solve a simple finite element problem, as the finite element study of the programming examples to better understand the fi
a-similar-map-simple-hash-table
- 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
mm_naive
- 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
queen
- 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.