搜索资源列表
mqsample
- 使用消息队列的例子,用于新学习消息队列示范-use the example for the new learning model Message Queue
MessageQueue
- 完全自己编写的消息队列,代码中还实现了互斥量、信标量以及线程调度,该代码完全由C编写,没有使用WINDOWS函数。-completely prepared by his message queue, the code also achieved a volume contradict letter scalar and thread scheduling, the C code entirely prepared, to use a Windows function.
Queue
- 微软消息队列消息的实时监控读取封装的类 通过事件机制来实现-Microsoft Message Queuing messages real-time monitoring package, the class to read through the event mechanism to achieve
mkfifo
- c++进程间通信,消息队列实例,需要的朋友情看看!-c++ inter-process communication, message queue instance!
Acitivity_HandlerThread.tar
- HandlerThread程序范例,线程队列与消息队列-HandlerThread program example, the thread queue and message queue
windows-message
- windows消息队列,可用于线程之间互发消息-windows message queue can be used to send an announcement of inter-thread
Mutli-Thread-control-alogrethm
- 基于多队列和多线程的短信并发控制算法,对这方面需要的朋友有所帮组。-Based on multi-multi-threaded message queue and concurrency control algorithm, in this regard need to be a friend to help group. Thank you " " " " " "
os
- 功能是在进程间完成文件的传送。一个发送进程把两个文件送入消息队列,另外两个接收进程分别从消息队列各自接收一个文件。该例由3个源程序文件组成:user.h 是共用的头部文件,filesnd.c的功能是把两个文件读出并发送到消息队列,filercv.c的功能是从消息队列读取文件。-Function is to complete the file transfer between processes. A sending process the two files into the message q
ThreadExamplePixelColor
- 多线程块模型(MTA)在每个进程里只有一个块而不是多个块。这单个块控制着多个线程而不是单个线程。这里不需要消息队列,因为所有的线程都是相同的块的一个部分,并且可以共享。这样的程序比单线程模型和STA的执行速度都要快,因为降低了系统的负载,因而可以优化来减少系统idle的时间。这些应用程序一般比较复杂,因为程序员必须提供线程同步以保证线程不会并发的请求相同的资源,因而导致竞争情况的发生。这里有必要提供一个锁机制。但是这样也许会导致系统死锁的发生。-Multi-threaded block mode
xc009
- 线程的消息队列,visual c++开发环境,c++代码-message queue of thread
process-scheduler-schedulin
- 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
Cofpletely-queue
- 完全自己编写的消息队列,代码中还实现了互斥量,信标量以及线程调度-Completely write your own message queue, the code also implements the mutex, scalar and thread scheduling
xtime-nlatform-heap
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列(Windows programs running principle and programming process, process window, the handle principle, message queue)
