文件名称:homework2
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.48mb
- 下载次数:
- 0次
- 提 供 者:
- 熊*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using the pipeline to send a message, storage, transmission and reception. To ensure that the message queue used in a multithreaded environment, thread-safe used in pipelines can be created by the pipe, can also be a named pipe the message queue can receive CLMessage inheritance system message the message queue can be integrated into to the library provided in this course, can support the communication between threads (ie, need to send a message communications, as well as the management class of the message loop).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework2\a.out
.........\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLConditionVariable.h.gch
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLCriticalSection.h.gch
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLEvent.h.gch
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutive.h.gch
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveFunctionProvider.h.gch
.........\CLLog.cpp
.........\CLLog.h
.........\CLLog.h.gch
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessage.h.gch
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageLoopManager.h.gch
.........\CLMessageQueue.cpp
.........\CLMessageQueue.cpp.bak
.........\CLMessageQueue.h
.........\CLMessageQueue.h.bak
.........\CLMessageQueue.h.gch
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMsgLoopManagerForMsgQueue.h.gch
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLMutex.h.gch
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLStatus.h.gch
.........\CLThread.cpp
.........\CLThread.h
.........\CLThread.h.gch
.........\test.cpp
.........\test.cpp.bak
homework2
.........\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLConditionVariable.h.gch
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLCriticalSection.h.gch
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLEvent.h.gch
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutive.h.gch
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveFunctionProvider.h.gch
.........\CLLog.cpp
.........\CLLog.h
.........\CLLog.h.gch
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessage.h.gch
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageLoopManager.h.gch
.........\CLMessageQueue.cpp
.........\CLMessageQueue.cpp.bak
.........\CLMessageQueue.h
.........\CLMessageQueue.h.bak
.........\CLMessageQueue.h.gch
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMsgLoopManagerForMsgQueue.h.gch
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLMutex.h.gch
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLStatus.h.gch
.........\CLThread.cpp
.........\CLThread.h
.........\CLThread.h.gch
.........\test.cpp
.........\test.cpp.bak
homework2