-
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
-
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!...
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!-CStatic derived from the control column demo program source code, click the Add button, they will see results, but also can set display mode!
- 2022-10-24 17:10:03下载
- 积分:1
-
is a readable any word, phrase and sentence in English reading software. They al...
是一套可读任何单词、短语、句子的英文朗读软件。并且可以有感情地朗读,使用简单,输入单词,短语、句子就可以自动朗读。特别适合中小学生,公共英语参试人员,职称考试及外语爱好者使用,没事做的时候找几篇英文听听,提高一下听力能力,是不是一个很好-is a readable any word, phrase and sentence in English reading software. They also have feelings to read, easy to use, importation of words, phrases, sentences can be automatically read. Particularly suitable for students, English Participation tests, title examinations and the use of language lovers, with nothing to do to find the time to listen to a few English, raising about hearing ability is not a good
- 2022-05-18 20:13:44下载
- 积分:1
-
是一个能够在窗体上实现超级链接的程序,或者发送email;
是一个能够在窗体上实现超级链接的程序,或者发送email;-is one in the form of hyperlinks to achieve the procedure, or send email;
- 2022-02-01 00:02:19下载
- 积分:1
-
delphi用于财务货币的格式化显示控件
delphi用于财务货币的格式化显示控件-delphi for financial currency formatting controls revealed
- 2022-08-05 16:57:40下载
- 积分: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
-
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;-a single digit ActiveX Controls, Industrial Programming for the digital meter ah;
- 2022-04-24 16:09:19下载
- 积分:1
-
Adding an alarm clock in the process control, can be used for static control
在程序中添加闹钟控制,可用于static控件-Adding an alarm clock in the process control, can be used for static control
- 2023-05-13 14:35:03下载
- 积分:1
-
software works on paper is very useful Oh, we all hope to see under from the A
关于软件工程的论文十分有用的哦希望大家都来下再看看阿摆脱了-software works on paper is very useful Oh, we all hope to see under from the A
- 2022-07-10 01:58:41下载
- 积分:1
-
位图的集中特效算法处理实例:
其包含了四种不同的处理算法...
位图的集中特效算法处理实例:
其包含了四种不同的处理算法-Concentration of bitmap effects algorithm instance handle: it contains four different treatment algorithm
- 2022-03-29 02:13:54下载
- 积分:1