-
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。...
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。-a very attractive on the control of the controls, the use of the time by using the regsvr32.exe slider.ocx registration can be used.
- 2022-06-26 09:28:51下载
- 积分: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
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
CStatic文本的外观
首先在单击1行中调用CTestWindow::Create函数。它是CFrameWnd对象的Create函数,因为CTestWin...
CStatic文本的外观
首先在单击1行中调用CTestWindow::Create函数。它是CFrameWnd对象的Create函数,因为CTestWindow从CFrameWnd继承了其行为。所以第一行中的代码指定了窗口大小应该为200×200个象素,窗口的左上角被初始化在屏幕的0,0位置处。常数rectDefault可用CRect参数来替代。-CStatic text the appearance of the first line in one click call CTestWindow:: Create function. It is a CFrameWnd object Create function, because CTestWindow inherited from CFrameWnd their behavior. So the first line of code specifies the window size should be 200 × 200 pixel, the window has been initialized in the upper left corner of the screen position 0,0. CRect parameter rectDefault constants can be used as substitutes.
- 2023-06-06 03:15:03下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-04-02 00:50:04下载
- 积分:1
-
java论坛代码,及设计说明,算法,
java论坛代码,及设计说明,算法,
-code, and design statement, algorithm,
- 2022-11-24 11:10:05下载
- 积分:1
-
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。...
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。-img of specialized tools, a lot of procedures are used img format, img With this tool, you can check the.
- 2022-03-20 13:40:07下载
- 积分: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
-
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 realization of the clock type, familiar with the destructor, constructor, member functions, and a member of a static statement, the completion of the realization of
- 2023-01-02 22:15:05下载
- 积分:1