搜索资源列表
-
0下载:
1、 生产者—消费者问题是一种同步问题的抽象描述。
2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。
3、 而当某个进程释放资源时,则它就相当一个生产者
-one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the computer systems of each proc
-
-
0下载:
本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
-
-
0下载:
题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
-
-
0下载:
实现生产者消费者问题,readme.txt文档中有详细说明功能-To achieve the producer consumer problem, readme.txt document is described in detail capabilities
-
-
0下载:
producer-concumer problem with buffering and threads
-
-
0下载:
通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
-
-
0下载:
producer consumer problem in java
-
-
0下载:
Producer Consumer problem
-