-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1
-
a table control, input for the digital interface into strings attached value can...
一个数字表控件,输入接口为将数字变为字符串,附值显示即可-a table control, input for the digital interface into strings attached value can be shown
- 2022-08-20 22:35:22下载
- 积分:1
-
用JAVA写的MAILSERVER,非常好用!功能强大!
用JAVA写的MAILSERVER,非常好用!功能强大!-written with Java MAILSERVER, very handy! Powerful!
- 2023-04-05 08:20:03下载
- 积分:1
-
模拟液晶显示时钟
模拟液晶显示时钟-analog LCD Clock
- 2022-02-25 14:11:30下载
- 积分: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 class of beautiful link font
- 2022-03-23 14:20:42下载
- 积分:1
-
ftp客户端实现 ftp客户端实现
ftp客户端实现 ftp客户端实现-ftp client to achieve the c lient achieve ftp ftp client achieve customer households-realization
- 2023-04-15 10:15:03下载
- 积分:1
-
Library management system papers, very good graduation design reference, we down...
图书管理系统论文,很好的毕业设计参考资料,大家下载-Library management system papers, very good graduation design reference, we download
- 2022-11-11 19:10:03下载
- 积分:1
-
java论坛代码,及设计说明,算法,
java论坛代码,及设计说明,算法,
-code, and design statement, algorithm,
- 2022-11-24 11:10:05下载
- 积分:1
-
vb编写得一个拼图游戏
vb编写得一个拼图游戏-vb prepared in a pieces of the jigsaw
- 2022-08-21 16:55:36下载
- 积分:1