文件名称:Mystack
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 盒*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
写一个线程安全的栈,底层用LinkedList实现,提供进栈和
出栈的方法,应用生产者-消费者模式。另外写两个类,
分别实现生产和消费者。
-Write a thread safe stack, the bottom with a LinkedList implementation, providing out of the stack into the stack and method of application of the producer- consumer model. In addition to write two classes, respectively, of production and consumers.
出栈的方法,应用生产者-消费者模式。另外写两个类,
分别实现生产和消费者。
-Write a thread safe stack, the bottom with a LinkedList implementation, providing out of the stack into the stack and method of application of the producer- consumer model. In addition to write two classes, respectively, of production and consumers.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Mystack.java