-
一个CStatic控件的扩展,可以显示数据比例信息
一个CStatic控件的扩展,可以显示数据比例信息-A CStatic control, expansion of the proportion of information you can display the data
- 2022-05-15 09:07:47下载
- 积分:1
-
好看的颜色渐变程序,包括静态框的各种颜色渐变等。
好看的颜色渐变程序,包括静态框的各种颜色渐变等。-Nice color gradient procedures, including a static box such as a variety of colors change gradually.
- 2022-03-20 02:30:51下载
- 积分: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
-
This was written To show people how to do line numbers in the gutter and also ho...
This was written To show people how to do line numbers in the gutter and also how to
scroll the gutter with the RTB using the API
- 2022-01-26 01:59:45下载
- 积分:1
-
这个功能不是很难,在这里只是为了给大家提供一些方便
这个功能不是很难,在这里只是为了给大家提供一些方便-this function is not difficult here just to give you all some convenience
- 2022-05-20 12:34:56下载
- 积分:1
-
数字时钟显示控件,可以设置各种前景背景。
数字时钟显示控件,可以设置各种前景色背景色-Digital clock display controls, you can set all kinds of Foreground Background Color
- 2023-01-01 12:10:03下载
- 积分:1
-
vc 的编写过和是你学习的原因,请你学习
vc 的编写过和是你学习的原因,请你学习-vc over and the preparation is the reason for you to learn, you learn
- 2022-04-16 05:35:45下载
- 积分: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
-
用JAVA写的MAILSERVER,非常好用!功能强大!
用JAVA写的MAILSERVER,非常好用!功能强大!-written with Java MAILSERVER, very handy! Powerful!
- 2023-04-05 08:20:03下载
- 积分: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