搜索资源列表
cpp_trees.tar
- C++ code implementation of RedBlack trees and interval trees based on Algorithms from MIT s CLR
schroder-tree
- 介绍了schroder tree 分解为小树构成森林的犯戒方法,以及由森林构造schroder tree的方法-The schroder tree decomposition of the forest for the trees constitute Fanjie, as well as methods of the schroder tree by the forest constructed
Colfax-HOW-Day-04
- 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i