-
public class Server extends Thread { Client client int counter public Server(Cli...
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 new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
- 2022-02-21 05:44:37下载
- 积分:1
-
infobarctrl可以设置背景颜色CStatic膨胀
InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
- 2022-01-25 20:08:57下载
- 积分:1
-
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。...
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。-Analog LCD Display space, a variety of different kinds of LCD data show that the industrial control display useful.
- 2022-02-05 01:10:50下载
- 积分:1
-
我写了一个界面友好的时钟继承CStatic类,包装水平。
一个本人写得界面友好的时钟,时钟继承CStatic类,封装为ocx控件。-I write a friendly interface clocks succession CStatic category, Packaging for ocx control.
- 2022-05-09 00:09:09下载
- 积分:1
-
support asp environment can directly upload documents the details of the visit h...
在支持asp环境下可以直接上传文件 详细情况,访问http://www.sobay.cn-support asp environment can directly upload documents the details of the visit http://www.sobay.cn
- 2022-02-12 08:35:45下载
- 积分:1
-
日期提示控件:使用滑动的效果进行显示,日期提示控件
日期提示控件:使用滑动的效果进行显示,日期提示控件-Date prompt control: the effects of the use of slide show, the date prompt control
- 2023-04-15 20:50:03下载
- 积分:1
-
有跳动感地显示文字的静态控件
有跳动感地显示文字的静态控件-The static control which can display jumping text
- 2022-08-03 17:14:51下载
- 积分:1
-
一个类似于windows中显示磁盘使用情况的类,推荐下载
一个类似于windows中显示磁盘使用情况的类,推荐下载-- One class which can show the uses of disk like in windows, recommend download
- 2022-03-04 10:23:49下载
- 积分:1
-
关于给初学者介绍SDK编程
关于给初学者介绍SDK编程- About gives the beginner to introduce SDK programs
- 2022-12-18 22:50:03下载
- 积分:1
-
Chain main functions of the emerging information leaflets and photos
链表主要实现功能是出现人的资料简介和照片-Chain main functions of the emerging information leaflets and photos
- 2022-04-11 01:08:45下载
- 积分:1