搜索资源列表
SequenceFile
- Hadoop下的SequenceFile文件类的操作,包括写入和读取,适合刚开始学习hadoop。-Hadoop under the SequenceFile file class action, including written and read, suitable for beginning to learn Hadoop.
tuopupaixu
- 输出一个有向无环图(DAG)的拓扑排序。通过计算各顶点的入度数,删除入度为零的顶点,同时将该顶点指向的点的入度减一。重复此操作直到所有点都被输出。-Output a directed acyclic graph (DAG) topological sort. Through calculating the degree of each vertex deleting zero vertices into degrees, at the same time the vertex point to
bcast
- 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。-MPI program design analog broadcast (MPI_Bcast) Action: Each MPI process to establish a communica
CCiA_SourceCode
- C++ concurrency in action 一书 的源码(this is the source code of the C++ concurrency in action)
C++并发编程实战
- 本书是基于C++11新标准的并发和多线程编程深度指南(C++ Concurrency in Action)
