搜索资源列表
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
63535277productor
- 生产者消费者的JAVA代码,看有没有人需要用,或者大家发个哲学家进餐的代码共同研究!-producers and consumers of Java code, to see no one needs to use You made a philosopher dining code joint research!
CustomerAndProducter
- 消费者与生产者游戏,该游戏模拟了经典的消费者与生产者的游戏规则,利用了JAVA的多线程-consumers and producers game, the game simulated by the classic consumer and producer of the rules of the game. The use of multithreading Java
serverApplet(1)
- 生产者 消费者,用的是Applet实现的,-producers and consumers use the applet to achieve, and
sheng xiao
- 关于生产者消费者的开发-producers on the development of consumer
consumerandproducer
- 这是一个操作系统的课程设计,生产者与消费者的多线程程序.-This is a system of curriculum design, producers and consumers of multithreaded programming.
Producer产生一个数字而Consumer消费这个数字
- java的多线程示例(生产者消费者问题) -java multithreading examples (producers and consumers)
生产者消费者
- 生产者消费者模拟-producers and consumers simulation
ShareCell
- 生产者与消费者的算法!有用到缓冲区。课程作业,有用的人下-producers and consumers, the algorithm! Useful to the buffer. Courses operations, useful people under
Java.rar
- 一个经典的解决生产者和消费者问题的源代码(Java实现)。希望大家下载来看看。,A classic solution to the issue of producers and consumers of the source code (Java to achieve). Hope that we take a look at the download.
Test
- Java生产者消费者的模拟器,核心代码是用线程做的,能体现出线程互斥同步的状况-Java producers and consumers of the simulator, the core code is done with thread, to reflect the status of the thread mutex synchronization
shengchanzheyuxiaofeizhe
- 生产者与消费者PV多用户Java实现功能-PV producers and consumers to achieve multi-user Java function
实现生产者和消费者问题
- 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
ProducerConsumer
- 生产者与消费者线程同步问题的一个模拟,帮助更深理解。采用JAVA面向对象的实现-Producers and consumers, thread synchronization issues in a simulated, helping a deeper understanding. Used to achieve the object-oriented JAVA
TicketSell
- 生产者消费者问题模拟 -Producers of consumer issues simulation
pc2
- 使用netbean编写的有界面的 生产者与消费者测试小程序-Netbean prepared to use interface has producers and consumers to test a small program
ddvip_com_0503220f15158c
- 生产者-消费者问题,用 java编程实现生产者-消费者之间问题的展示。-Producer- Consumer problem using java programming producers- the display of consumer issues.
ProducerConsumerDemo
- 该程序是模拟JAVA中多线程机制,生产者消费者经典实例!-The process is simulated in the multi-threaded JAVA mechanism, the classic examples of producers of consumers!
Producers-and-consumers
- 生产者与消费者问题的实现。创建一组“生产者”线程和一组“消费者”线程,并建立一个长度为N的全局数组作为共享缓冲区。“生产者”向缓冲区输入数据,“消费者”从缓冲区读出数据。当缓冲区满时,“生产者”必须阻塞,等待“消费者”取走缓冲区数据后将其唤醒。当缓冲区空时,“消费者”阻塞,等待“生产者”生产了产品后将其唤醒。试用信号量实现“生产者”与“消费者”线程之间的同步。 -Producers and consumers
