-
一个锁定表头和表列的Grid控件,界面比较简单
一个锁定表头和表列的Grid控件,界面比较简单-a table lock head and listed Grid Control, a relatively simple interface
- 2023-04-21 08:50:04下载
- 积分:1
-
显示html的标签和视图。两个都有源代码和例子。
显示html的标签和视图。两个都有源代码和例子。- Demonstrates html the label and the view. Two all active codes
and example.
- 2022-02-02 08:04:12下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-04-02 00:50:04下载
- 积分:1
-
用数字二极管显示数字时间、浮点数、整数的控件
用数字二极管显示数字时间、浮点数、整数的控件-Digital LED display with digital time, floating point, integer control
- 2022-02-02 22:33:39下载
- 积分: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
-
一个可自动演示的图片控件
一个可自动演示的图片控件-a demonstration of the automatic controls Photo
- 2023-08-05 03:10:03下载
- 积分:1
-
计算机接口软件。大多数学生看的很好。我忘记了…
计算机接口的课件。望广大学生好好用。忘记万毫我。-Computer Interface Software. The majority of students look properly. I forget the 10,000 coin.
- 2022-10-16 16:05:03下载
- 积分:1
-
算法――分离集合的实现
算法――分离集合的实现-algorithm-- the realization of separation pool
- 2022-08-16 21:28:16下载
- 积分:1
-
static控件的类
static控件的类-category
- 2022-03-21 07:46:11下载
- 积分:1
-
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼...
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼-This is the younger brother of a bit of preparation procedures, if there were, like Java, which is a very good example, insight hope to put forward their views to our careers JAVA
- 2022-03-23 15:00:25下载
- 积分:1