文件名称:homework3
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- 熊*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded environment thread is safe. The message queue can be integrated into this course library, capable of supporting communication between threads (ie, need to send a message communications, as well as the management class of the message loop).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework3\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLLog.cpp
.........\CLLog.h
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLThread.cpp
.........\CLThread.h
.........\test.cpp
homework3
.........\CLConditionVariable.h
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLLog.cpp
.........\CLLog.h
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLThread.cpp
.........\CLThread.h
.........\test.cpp
homework3