-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-time control, dynamic display time
- 2022-01-31 12:32:49下载
- 积分:1
-
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
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论...
用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论-user evaluation : A total of 0 members participate in the evaluation (Comrades, downloaded to stay shows ah! No user comments
- 2022-02-07 07:23:11下载
- 积分:1
-
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了-DELPHI homemade controls properly, adding to open the environment to join a chorus
- 2022-02-01 18:19:29下载
- 积分: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
-
实现静态文本框(Static)的鼠标单击事件
实现静态文本框(Static)的鼠标单击事件-To achieve static text box (Static) of the mouse click event
- 2022-02-04 00:15:12下载
- 积分: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
-
一个很好用的grid控件,封装了数据库等重要操作
一个很好用的grid控件,封装了数据库等重要操作-a good use of grid control, Packaging, a database and other important operation
- 2022-08-12 16:16:22下载
- 积分:1
-
用Visual C++工具实现的很好用的静态控件
用Visual C++工具实现的很好用的静态控件-Using Visual C++ Tools used to achieve good static control
- 2023-03-11 23:25:03下载
- 积分:1