-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-time control, dynamic display time
- 2022-01-31 12:32:49下载
- 积分:1
-
实现托盘功能,在通知区域添加图标,并且在程序运行的开始阶段隐藏...
实现托盘功能,在通知区域添加图标,并且在程序运行的开始阶段隐藏-Function of the realization of tray, add the icon in the notification area, and run in the beginning of the hidden
- 2022-05-24 07:01:46下载
- 积分: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
-
该代码示例提供了一个良好的移动和可移动的移动台架…
该代码例子提供了一个很好的可以移动和设置移动目标的运动标尺例子。-The code examples provide a good mobile and can target the mobile movement benchmark examples.
- 2022-01-26 05:32:40下载
- 积分:1
-
A Static control, can simulate the number of open entry, open a panel. On Off t...
一个Static控件,可以模拟数字开入,开出板.
OnOff两种状态,显示为两种颜色.左键点击可以改变开入量的状态-A Static control, can simulate the number of open entry, open a panel. On Off two states, shown as two colors. Left-click to open into the volume can change the state of
- 2022-02-15 04:48:25下载
- 积分:1
-
新浪体育讯 北京时间5月6日消息,火箭队和小牛队的第四节比赛开始之后,巴里投中两分,火箭队夺回了领先优势。之后丹尼尔斯也中投命中,帮助小牛队夺回了领先优势。麦蒂...
新浪体育讯 北京时间5月6日消息,火箭队和小牛队的第四节比赛开始之后,巴里投中两分,火箭队夺回了领先优势。之后丹尼尔斯也中投命中,帮助小牛队夺回了领先优势。麦蒂此后也三分命中,火箭队以74比72领先。-AP Sports Writer May 6 news, the Rockets and Mavericks began the fourth quarter, Barry hit two points, the Rockets regain the lead. After Daniels also hit the vote, the Mavericks regained the leading position. McGrady then have a three-pointer, the Rockets than 72 to 74 lead.
- 2023-02-26 23:15:03下载
- 积分:1
-
VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can...
我刚学VC,做了一个有点BT的东西,由于是在实验室做的,任务管理器不能用,很多人不知道怎么关,很郁闷~!-VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can not use it, many people do not know how customs, very depressed ~!
- 2022-03-29 05:31:16下载
- 积分:1
-
CGradientStatic a terrific gradient control
CGradientStatic是一个很棒的梯度控制
- 2022-09-14 08:00:03下载
- 积分: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
-
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