当前位置:
首页 资源下载
搜索资源 - producer consumer problem
搜索资源列表
-
0下载:
producer-consumer problem 的源码-producer-consumer source of the problem
-
-
0下载:
linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
-
-
0下载:
模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
-
-
0下载:
Introduction
In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
-
-
1下载:
用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
-
-
0下载:
操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
-
-
0下载:
this test program which tries to solve producer consumer problem
-this is test program which tries to solve producer consumer problem
-
-
0下载:
pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
-
-
0下载:
producer-concumer problem with buffering and threads
-
-
0下载:
多线程编程示例,解决生产者消费者问题.水平有限,仅供初学者参考.-Multi-threaded programming examples to solve the producer consumer problem. Is limited, only for advanced users.
-
-
0下载:
使用java语言编程实现了操作系统中的经典问题-生产者消费者问题,该程序中使用的核心知识是多线程-Java programming language using the operating system in the classic problem- the producer consumer problem, the program is used in multi-threaded core knowledge
-
-
0下载:
生产消费者问题,也即有界缓冲区问题,解释详细,内含程序,并有应用举例-Production consumer problem, i.e. bounded buffer problem, explain in detail, contains the program, and the application example
-
-
0下载:
生产者-消费者问题是典型的PV操作问题,假设系统中有一个比较大的缓冲池,生产者的任务是只要缓冲池未满就可以将生产出的产品放入其中,而消费者的任务是只要缓冲池未空就可以从缓冲池中拿走产品。缓冲池被占用时,任何进程都不能访问。-Producer- consumer problem is a typical PV operation, assume that the system has a relatively large pool, the producer s task is as long a
-
-
0下载:
利用记录型信号量解决生产者-消费者问题
利用记录型信号量解决生产者-消费者问题-Record semaphore to solve the producer- consumer problem
-
-
0下载:
Producer Consumer problem implementation in JAVA
-
-
0下载:
简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
-
-
1下载:
生产者消费者问题
一个大小为3的缓冲区,初始为空
2个生产者
– 随机等待一段时间,往缓冲区添加数据,
– 若缓冲区已满,等待消费者取走数据后再添加
– 重复6次
3个消费者
– 随机等待一段时间,从缓冲区读取数据
– 若缓冲区为空,等待生产者添加数据后再读取
– 重复4次
说明:
显示每次添加和读取数据的时间及缓冲区的状态
生产者和消费者用进程模拟。
包括windows和linux下的程序代
-
-
0下载:
操作系统生成者消费者问题,生成者消费者共享有限缓冲区问题-Operating system producer consumer issues, share limited buffer producer consumer problem
-
-
0下载:
生产消费者问题,也即有界缓冲区问题,解释详细,内含程序,并有应用举例-Production consumer problem, i.e. bounded buffer problem, explain in detail, contains the program, and the application example
-
-
0下载:
生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
-