搜索资源列表
ProducerConsumerProblem
- 关于操作系统生产者与消费者的源码,没有解压密码.-operating system on producers and consumers of the source, without extracting passwords.
jingkl
- 关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
consumerandproducer
- 这是一个操作系统的课程设计,生产者与消费者的多线程程序.-This is a system of curriculum design, producers and consumers of multithreaded programming.
生产与消费
- 生产者与消费者的问题-producer and the consumer
produce_consume
- java实现生产者与消费者双线程问题 在JDK6.0上测试通过
TULIPSYS
- 生产者与消费者问题-producer and consumer issues
ShareCell
- 生产者与消费者的算法!有用到缓冲区。课程作业,有用的人下-producers and consumers, the algorithm! Useful to the buffer. Courses operations, useful people under
shengchanzheyuxiaofeizhe
- 生产者与消费者PV多用户Java实现功能-PV producers and consumers to achieve multi-user Java function
ProducerConsumer
- 生产者与消费者线程同步问题的一个模拟,帮助更深理解。采用JAVA面向对象的实现-Producers and consumers, thread synchronization issues in a simulated, helping a deeper understanding. Used to achieve the object-oriented JAVA
pc2
- 使用netbean编写的有界面的 生产者与消费者测试小程序-Netbean prepared to use interface has producers and consumers to test a small program
ProducerConsumer
- 在JCREATOR下开发的,多线程解决生产者与消费者问题 操作系统-Developed under the JCREATOR, multi-threaded operating system to solve the problem of producers and consumers
ProducerConsumer
- 是软件工程学中的习题类资源。是关于生产者与消费者的课件,要求能暂停的。-Is a software engineering resources in the exercise class. On producers and consumers of courseware, requests can be suspended.
ProducerConsumerTest
- 生产者与消费者的描述,临界资源共享的处理,线程的定义与应用-Descr iption of producers and consumers, dealing with the critical resource sharing, and application of the definition of thread
Restaurant
- java实现生产者与消费者的程序。java中很好的多线程并行运算-java implementation of the program producers and consumers. java in a good multi-threaded parallel computing
Producers-and-consumers
- 生产者与消费者问题的实现。创建一组“生产者”线程和一组“消费者”线程,并建立一个长度为N的全局数组作为共享缓冲区。“生产者”向缓冲区输入数据,“消费者”从缓冲区读出数据。当缓冲区满时,“生产者”必须阻塞,等待“消费者”取走缓冲区数据后将其唤醒。当缓冲区空时,“消费者”阻塞,等待“生产者”生产了产品后将其唤醒。试用信号量实现“生产者”与“消费者”线程之间的同步。 -Producers and consumers
ProducerAndConsumer
- 生产者与消费者问题的实现的java版本,加入了同步、等待与唤醒的功能。-Producers and consumers problem achieved in java , adding the synchronization, waiting and wake-up function.
p-and-c
- 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
producer_cousummer_wait_notify
- 生产者与消费者问题,多线程的应用实例,介绍了wait()和notify()的使用方法-Producer and consumer issues, multithreaded application examples, describes the wait () and notify () method to use
ProduceraConsumer
- 该原码是操作系统实验中的生产者与消费者问题-The original code of the operating system experiment producers and consumers
生产者消费者javaGUI
- 操作系统pv操作实现生产者与消费者功能的图形的代码(Graphical code for producing producers and consumers)