搜索资源列表
SyncTest
- 用java实现生产者和消费者的多线程协调问题-with producers and consumers to achieve the coordination of multi-threaded
改进后的生产者问题
- 改进了的生产与消费者问题的模拟-improved production and consumer issues simulation
改进同行的生产与消费者问题
- 改进了一位同行的生产者与消费者问题的演示-improved a peer-producers and consumers of the demo!
njdowncn0705251
- 代码阅读方法与实践,很好的一本书,得过Joliet ·vfor的人力资源管理系统,带整套的论文,毕业设计 ·使用VC++开发的微型GIS系统 ·消费者,生产者问题的具体实现,在linux环境 ·编译原理中的语法分析器 ·这是一段很好的wince
guofengniu
- 用信号量机制解决操作系统课程设计中的生产者消费者的问题,值得参考
生产者消费者问题
- 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
OSjingcheng3
- 操作系统中的经典同步问题,生产者与消费者问题,希望对大家有帮助!-Classic synchronization problems in the operating system, producers and consumers, and hope to have everyone help!
ivmulttion
- 经典问题,生产者,消费者问题,模拟操作系统进程,推荐给大家-Classic problem, producers, consumers, simulation operating system processes, recommend to everyone
4456438
- 经典问题,生产者,消费者问题,模拟操作系统进程,推荐给大家(Classic problem, producers, consumers, simulation operating system processes, recommend to everyone)