-
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
-
一个滚动的文字类的例子,推荐下载
一个滚动的文字类的例子,推荐下载--A class of rolling fonts, recommend download
- 2022-02-10 10:22:12下载
- 积分:1
-
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions
- 2022-02-13 08:59:26下载
- 积分:1
-
一个类似于windows中显示磁盘使用情况的类,推荐下载
一个类似于windows中显示磁盘使用情况的类,推荐下载-- One class which can show the uses of disk like in windows, recommend download
- 2022-03-04 10:23:49下载
- 积分:1
-
界面三维特征
在界面上实现 3D文字-the interface 3D characters
- 2022-02-05 19:15:40下载
- 积分:1
-
the software used to detect SQL connectivity and the use of the basic SQL, the S...
本软件用于检测SQL的连接和对SQL的基本使用,可以在我们连接SQL时起到很好的帮助作用-the software used to detect SQL connectivity and the use of the basic SQL, the SQL link when we played a very good role in helping
- 2023-06-25 16:10:03下载
- 积分:1
-
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号...
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号-The static control which display filename
- 2023-05-17 06:40:03下载
- 积分: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
-
增强型静态标签Clabel
增强型静态标签Clabel-enhanced static labels Clabel
- 2022-03-02 00:17:48下载
- 积分:1
-
留言簿:修改个人资料,站长可能删留言,解压:www.cctv.com
留言簿:修改个人资料,站长可能删留言,解压:www.cctv.com-book : revision of the personal information director may cut message, unpacked : www.cctv.com
- 2022-02-01 17:17:48下载
- 积分:1