-
用数字二极管显示数字时间、浮点数、整数的控件
用数字二极管显示数字时间、浮点数、整数的控件-Digital LED display with digital time, floating point, integer control
- 2022-02-02 22:33:39下载
- 积分:1
-
CStatic use various types of design styles of the characters.
利用CStatic类来设计各种各样样式的字符。-CStatic use various types of design styles of the characters.
- 2023-02-28 10:40:04下载
- 积分:1
-
用HOOK DLL查看下的密码
用HOOK DLL查看下的密码-with HOOK View DLL under the password
- 2022-03-24 12:06:25下载
- 积分:1
-
一个仿水面的Static类,用鼠标点击可产生水动效果!
一个仿水面的Static类,用鼠标点击可产生水动效果!-an imitation of the water Static category, and click the water can produce dynamic effects!
- 2022-01-25 20:47:41下载
- 积分:1
-
显示电子钟一样数字的静态控件
显示电子钟一样数字的静态控件-The static control which can display number of electronic clock style
- 2022-02-24 09:32:58下载
- 积分:1
-
这个功能不是很难,在这里只是为了给大家提供一些方便
这个功能不是很难,在这里只是为了给大家提供一些方便-this function is not difficult here just to give you all some convenience
- 2022-05-20 12:34:56下载
- 积分:1
-
infobarctrl可以设置背景颜色CStatic膨胀
InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
- 2022-01-25 20:08:57下载
- 积分:1
-
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟...
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟-c language commonly used algorithms are inside the school c language must look at Kazakhstan, to find a means to find is the yo
- 2022-08-10 18:19:46下载
- 积分: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
-
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