文件名称:Lab3
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-11-18
- 文件大小:
- 76kb
- 下载次数:
- 1次
- 提 供 者:
- wangq*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、 实现事件栅栏原语并进行正确性测试;
2、 实现闹钟原语并进行正确性测试;
3、 利用事件栅栏和闹钟原语来解决电梯问题
-1, the realization event fence primitives and the correctness of the test 2, to achieve alarm primitives and the correctness of the test 3, the use of fences and alarm event primitives to solve the elevator problem
2、 实现闹钟原语并进行正确性测试;
3、 利用事件栅栏和闹钟原语来解决电梯问题
-1, the realization event fence primitives and the correctness of the test 2, to achieve alarm primitives and the correctness of the test 3, the use of fences and alarm event primitives to solve the elevator problem
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lab3\Alarm.cc
....\Alarm.h
....\Elevator.cc
....\Elevator.h
....\EventBarrier.cc
....\EventBarrier.h
....\nachos03.doc
....\system.cc
....\system.h
....\threadtest.cc
Lab3