文件名称:JTHREADSYNCH
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2014-05-15
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- y**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循环。每次访问信息,显示在JTextArea 对象中。-Powerful java multithreading. Share a data producer and consumer, when the data is 0, the consumer is not accessible, the producer may access the data, access data plus one when the data reaches 100, wake producer to consumers, while the data itself is not accessible Consumers can access data, access data by 1, until the data is 0, consumers wake producers, while the data itself is not accessible, and so on. Each time access to information, as shown in JTextArea object.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(没有文件,原文件不完全或已损坏或有密码)