-
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类-A simple digital clock procedures, in which category the date derived from MFC CStatic base class
- 2022-04-15 09:05:25下载
- 积分:1
-
用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论...
用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论-user evaluation : A total of 0 members participate in the evaluation (Comrades, downloaded to stay shows ah! No user comments
- 2022-02-07 07:23:11下载
- 积分:1
-
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征...
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征-CLabel support to change the text, fonts, attributes the clock, text color, background and border style presentation features
- 2022-03-20 03:05: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
-
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
-
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
-
该代码示例提供了一个良好的移动和可移动的移动台架…
该代码例子提供了一个很好的可以移动和设置移动目标的运动标尺例子。-The code examples provide a good mobile and can target the mobile movement benchmark examples.
- 2022-01-26 05:32:40下载
- 积分:1
-
显示电子钟一样数字的静态控件
显示电子钟一样数字的静态控件-The static control which can display number of electronic clock style
- 2022-02-24 09:32:58下载
- 积分:1
-
这个类库使你可以方便的显示不论是水平还是垂直的文本
这个类库使你可以方便的显示不论是水平还是垂直的文本-This library allows you to conveniently display the level of whether or vertical text
- 2023-08-10 06:35:04下载
- 积分:1
-
linux2.4 support within the packet. C can be used to support a dynamic library
linux2.4支持内包。 可以用来支持C下的动态库-linux2.4 support within the packet. C can be used to support a dynamic library
- 2022-12-02 15:40:03下载
- 积分:1