-
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
-
是一个能够在窗体上实现超级链接的程序,或者发送email;
是一个能够在窗体上实现超级链接的程序,或者发送email;-is one in the form of hyperlinks to achieve the procedure, or send email;
- 2022-02-01 00:02:19下载
- 积分:1
-
显示电子钟一样数字的静态控件
显示电子钟一样数字的静态控件-The static control which can display number of electronic clock style
- 2022-02-24 09:32:58下载
- 积分:1
-
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.-let vb support rollers rang visul Basic 08:04 eng gun lun Cao zuo.
- 2022-07-15 00:26:09下载
- 积分:1
-
windows 平台,数字时钟源代码,vc++6.0
windows 平台,数字时钟源代码,vc++6.0-windows platform, digital clock source code, vc++ 6.0
- 2023-04-19 11:35:04下载
- 积分:1
-
On the scroll bar has all the features
在滚动条上有所有的功能
- 2022-02-13 06:09:02下载
- 积分:1
-
production URL (XHyperLink), the cursor after brightening, clicking on the link...
利用Static控件制作URL连接(XHyperLink),光标经过变亮,点击连接URL。-production URL (XHyperLink), the cursor after brightening, clicking on the link URL.
- 2022-08-13 06:25:25下载
- 积分:1
-
Time display control, you can display a variety of styles. LIB contains DEMO
时间显示控件,可以多种显示风格.
LIB包含DEMO-Time display control, you can display a variety of styles. LIB contains DEMO
- 2022-01-26 01:31:09下载
- 积分:1
-
FontStatic is a Static can change fonts on a control.
FontStatic是一个可以更改控件上字体的静态控件。
- 2022-02-02 15:03:42下载
- 积分:1
-
冰点网吧p tkh这种玩家会死人的。。。知道不。 管理员救命啊。...
冰点网吧p tkh这种玩家会死人的。。。知道不。 管理员救命啊。-cafes p frozen tkh such players will be dead. . . Do not know. Administrators save ah.
- 2022-01-31 22:09:16下载
- 积分:1