-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-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
-
一个锁定表头和表列的Grid控件,界面比较简单
一个锁定表头和表列的Grid控件,界面比较简单-a table lock head and listed Grid Control, a relatively simple interface
- 2023-04-21 08:50:04下载
- 积分:1
-
超级链接
超级链接- Super links
- 2023-07-29 03:00:03下载
- 积分:1
-
数据上传源码用于ACCESS数据库请大家参考
数据上传源码用于ACCESS数据库请大家参考-From the data source for the ACCESS database please refer to
- 2023-05-19 05:05:03下载
- 积分:1
-
显示弯曲移动文字的静态控件
显示弯曲移动文字的静态控件-The static contorl which display curve text
- 2022-02-02 08:25:32下载
- 积分:1
-
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。...
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。-The code provides a good curve shows controls, you can use the right mouse curve points Drive changes.
- 2022-05-07 07:51:52下载
- 积分:1
-
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。...
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。-a very attractive on the control of the controls, the use of the time by using the regsvr32.exe slider.ocx registration can be used.
- 2022-06-26 09:28:51下载
- 积分:1
-
互联网技术教案
互联网技术教案-Internet technology curriculum
- 2022-07-14 00:25:23下载
- 积分:1
-
好看的颜色渐变程序,包括静态框的各种颜色渐变等。
好看的颜色渐变程序,包括静态框的各种颜色渐变等。-Nice color gradient procedures, including a static box such as a variety of colors change gradually.
- 2022-03-20 02:30:51下载
- 积分:1