共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sleepingbarber |
sleepingbarber
|
0 | 0 | 10 |
贡献者 | 讨论 | 代码提交 |
This project attempts to shows simple implementation of typical problems of software concurrency.
At the moment:
Dining Philosophers ProblemSee: http://en.wikipedia.org/wiki/Sleeping_barber_problem
Implemented in Java (including Semaphore and Mutex primitives) Implemented in Python (based on Threading module) Dining Philosophers ProblemSee: http://en.wikipedia.org/wiki/Dining_philosophers_problem
Implemented in Python, based on a code from http://www.brg22.ac.at. It requires PyGame