搜索资源列表
2007-Multi-Task-Data-Structure
- 《多任务下的数据结构》随书的源代码。探讨多任务下的常用数据结构的实现,如AVL,红黑树,以及一些符合数据结构,如哈西链表,哈希红黑树。可以作为STL数据结构的多任务扩展。
mpi_array
- 这个程序演示了一个简单的数据分解。主任务首先初始化数组,然后分配相等的部分该数组的其他任务。后的其他任务接收其阵列的一部分,它们执行加法运算,以每个数组元素。-This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. Aft