-
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
-
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理...
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理-Warehouse management system source code, can goods storage warehouse, a database, auditing, with statements of function, can operators, administrator rights management
- 2023-03-28 16:35:04下载
- 积分:1
-
Library management system papers, very good graduation design reference, we down...
图书管理系统论文,很好的毕业设计参考资料,大家下载-Library management system papers, very good graduation design reference, we download
- 2022-11-11 19:10:03下载
- 积分:1
-
datasheetEM78 Series MCU total of 47 (45 and EM78P447 the 1,458 is 48) directive...
数据表EM78系列单片机共47个(45和EM78P447的1458是48)指令,宽度为13。每一个指令码可分为两部分,第一部分是函数的运算指令码(OPCODE),第二部分是当需要运算参数时,其中计算码(操作数)。而教学类型大致可分为以下四类:
- 2022-04-22 15:12:18下载
- 积分:1
-
演示了如何得到一个文件的信息,如文件属性、文件大小、文件的创建时间...
演示了如何得到一个文件的信息,如文件属性、文件大小、文件的创建时间-demonstration of how a document information, such as file attributes, file size, creation time, etc.
- 2022-07-23 16:03:56下载
- 积分:1
-
在一个静态控件中实现对文本的一个链接,或是黑体
实现在一个Static控件中的部分文本为 link 或粗体-Realize in a Static control part of the text for the link, or bold
- 2022-04-22 14:20:37下载
- 积分:1
-
一个横向滚动的链接文字类
一个横向滚动的链接文字类--A class of link font that can roll horizontal
- 2023-05-30 17:00:03下载
- 积分:1
-
用于安装您的PC的端口使用scport!
scport for monting your pc s port usage!
- 2023-08-05 15: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
-
CGradientStatic a terrific gradient control
CGradientStatic是一个很棒的梯度控制
- 2022-09-14 08:00:03下载
- 积分:1