-
一个以滚动方式进行显示的时钟控件
一个以滚动方式进行显示的时钟控件-a way to roll the clock showed Controls
- 2022-05-19 06:36:42下载
- 积分:1
-
用数字二极管显示数字时间、浮点数、整数的控件
用数字二极管显示数字时间、浮点数、整数的控件-Digital LED display with digital time, floating point, integer control
- 2022-02-02 22:33:39下载
- 积分: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
-
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库...
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库-src.zip : Workshop 8.1 works db.zip : database backup, in MS SQL 2000 Enterprise Manager database directly Reduction
- 2023-03-30 00:40:03下载
- 积分: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
-
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。...
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。-The practicality of this programming is very powerful, suitable for any occasion, available for use in any crowd.
- 2022-10-03 08:00:03下载
- 积分:1
-
类似于候车大厅里的告示牌
类似于候车大厅里的告示牌-similar to the waiting hall of the signs
- 2022-01-25 17:44:51下载
- 积分:1
-
java论坛代码,及设计说明,算法,
java论坛代码,及设计说明,算法,
-code, and design statement, algorithm,
- 2022-11-24 11:10:05下载
- 积分:1
-
two timer first timer in the window to retain a clock running when the clock alw...
两个计时器第一个计时器在窗口中保留一个时钟,程序运行时该时钟始终运行。另外一个计时器可配成用户指定的时间间隔触发。-two timer first timer in the window to retain a clock running when the clock always running. Another timer can be dubbed a user-specified time interval trigger.
- 2022-03-18 02:15:38下载
- 积分:1
-
快速排序,动态生成数组,然后通过算法实现排序
快速排序,动态生成数组,然后通过算法实现排序-Quick Sort, dynamic generation array, then sorting algorithm
- 2022-01-31 23:27:07下载
- 积分:1