搜索资源列表
producerAndconsumer
- 经典的生产者和消费者问题,两个进程并发执行-Classic issue of producer and consumer,two tenors execute parallel.
ProducerAndConsumer-linux
- 这是在linux环境下C++做的生产者和消费者问题,主要内容是一个进程产生卷烟所需要的材料:纸,烟叶和火柴。然后有多个进程来消费材料进行吸烟。
ProducerandConsumer
- 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。
producerAndconsumer
- 经典的生产者和消费者问题,两个进程并发执行-Classic issue of producer and consumer,two tenors execute parallel.
ProducerAndConsumer-linux
- 这是在linux环境下C++做的生产者和消费者问题,主要内容是一个进程产生卷烟所需要的材料:纸,烟叶和火柴。然后有多个进程来消费材料进行吸烟。-This is a linux environment C++ Do producers and consumers issues, the main content is a process needed to produce cigarettes material: paper, tobac
ProducerandConsumer
- 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。-In the producer/consumer model, the Producer is responsible for production data producers and consumers Consu
producerANDconsumer
- 操作系统著名源代码,含系统调用,生产者与消费者源码,有详细注释,如果出现乱码,请转换格式为unicode。-Well-known operating system source code, including system calls, producers and consumers source, there are detailed notes, if there is garbled, please convert the for
ProducerAndConsumer
- 操作系统里的生产者和消费者功能,有兴趣的朋友可以看看。-Operating system' s features producers and consumers, who are interested can look at the friend.
producerandconsumer
- linux和Windows下实现的经典的生产者消费者的操作系统问题-linux and Windows under the producer of the classic problem of the consumer operating system
producerandconsumer
- 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers *
oslab-producerandconsumer
- 解决操作系统课程中经典的生产者消费者问题。-Operating System course to solve the classic problem of producers and consumers.
ProducerandConsumer
- this program solve problem of producer/consumer on semaphors and mutex
ProducerAndConsumer
- 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
ProducerAndConsumer
- 本程序模拟操作系统进程管理的程序。称为生产者和消费者问题-products and consumer
producerANDconsumer
- 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
producerAndConsumer
- JAVA源码,用于描述消费者与生产者之间的同步-JAVA source code, used to describe the synchronization between consumers and producers
ProducerAndConsumer
- 生产者与消费者问题的实现的java版本,加入了同步、等待与唤醒的功能。-Producers and consumers problem achieved in java , adding the synchronization, waiting and wake-up function.
ProducerAndConsumer
- 生 产 消 费 问题 关于 操作 系统的-ProducerAndConsumer
ProducerandConsumer
- 是一个OS中生产者与消费者的互斥锁的问题-This is a producer and consumer s program.
ProducerAndConsumer
- 利用Thread & Synchronization来实现ProducerAndConsumer的问题,代码很简洁。-Thread & Synchronization to achieve problem of ProducerAndConsumer, and the code is very simple.