搜索资源列表
p_c.tar
- 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
Cxiaoxiduilie
- C语言的消息队列,利用c语言实现进程间的通信-C language, message queue, using c language inter-process communication
c
- 这是c语言的消息队列的另外的解法,简单易懂。-This is a message queue c language other method, easy to understand.
3
- 实现嵌入式实时操作系统µ C/OS-II中消息队列机制的基本原理和使用方法-Implementation of embedded real-time operating system μC/OS-II in the message queue mechanism and use the basic principles
os
- 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
information
- small rtos操作系统的消息队列应用教程-small rtos operating system message queue application tutorial
UCOSIImessage-queue-semaphore
- 实验3-消息队列、信号量集和软件定时器的相关实验-Experiment 3- message queues, semaphore sets and software timer experimental
msg
- 消息队列的简单实用 采用了两个任务,其中1个任务发 一个任务收-The message queue using the two tasks simple and practical
HW_MhdBashar-Disoki
- semaphore and message q-semaphore and message queue
操作系统实验2
- 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
