搜索资源列表
feng1
- 此程序是解决同步与互斥的程序源代码,同时也是通过进程,和选择不同的进程,如消费者和生产者,输入不同的字符,来决定将执行哪一个进程。-this procedure is to solve and coordinate the program's source code, but also through the process, and the choice of different processes, such as consumers and producers that the
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!
WorkerConsumer
- 制作一个生产者和消费者模型的程序。 一个线程每3秒产生一个4字母长的随机单词作为生产者 一个线程作为消费者,将得到的4字母长的单词记入到一个单词文件中。
3
- 生产者消费者程序 非常好用的程序 生产者消费者程序 非常好用的程序
njdowncn0705251
- 代码阅读方法与实践,很好的一本书,得过Joliet ·vfor的人力资源管理系统,带整套的论文,毕业设计 ·使用VC++开发的微型GIS系统 ·消费者,生产者问题的具体实现,在linux环境 ·编译原理中的语法分析器 ·这是一段很好的wince
pro_con
- 操作系统生产者消费者多线程的编程实现,使用信号量,c
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
ProducerAndConsumer
- 操作系统里的生产者和消费者功能,有兴趣的朋友可以看看。-Operating system' s features producers and consumers, who are interested can look at the friend.
ProAndUse
- 生产者与消费者的典型例子,进度条动态显示,生产及消费的详细过程。-Typical examples of producers and consumers, the dynamic progress bar shows the detailed process of production and consumption.
OSjingcheng3
- 操作系统中的经典同步问题,生产者与消费者问题,希望对大家有帮助!-Classic synchronization problems in the operating system, producers and consumers, and hope to have everyone help!
Pro_Con
- MFC做的生产者与消费者,利用list显示生产、消费、和仓库中的产品,程序中有创建,挂起,结束线程,经测试可以实现,程序的开发环境是VS2010.-MFC do producers and consumers, the use of list display production, consumption, and warehouse products, programs have created, pending the end of the thread, the test can be a
consuueq
- 我写的一个生产者与消费者关系的多线程序,一个自引用的线性表-I write a multi-threaded sequence, the relationship between producer and consumer of a linear table reference
ivmulttion
- 经典问题,生产者,消费者问题,模拟操作系统进程,推荐给大家-Classic problem, producers, consumers, simulation operating system processes, recommend to everyone
4456438
- 经典问题,生产者,消费者问题,模拟操作系统进程,推荐给大家(Classic problem, producers, consumers, simulation operating system processes, recommend to everyone)