-
Paper model
论文样板――酒店客房管理系统论文.doc,做毕业设计的同学注意了,很好的参考资料-Paper model- hotel rooms management system thesis. Doc, so the attention of graduate design students, and a very good reference
- 2022-01-31 02:52:39下载
- 积分: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
-
您的可用下载次数为0,您需要上载源码才能继续下载。您 的可用下载次数为0,您需要上载源码才能继续下载。...
您的可用下载次数为0,您需要上载源码才能继续下载。您 的可用下载次数为0,您需要上载源码才能继续下载。-you can download the number of 0, you need to be uploaded to download source. You can download t he number of 0, you need to be uploaded to download source.
- 2022-04-06 17:45:51下载
- 积分:1
-
static控件的类
static控件的类-category
- 2022-03-21 07:46:11下载
- 积分: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
-
This pair of classes is useful for graphics programs which need colour washes, o...
This pair of classes is useful for graphics programs which need colour washes, or need smooth flowing palettes. CGradient provides all the useful functions for creating colour washes which can be rendered into CPalettes or arrays of RGBTRIPLES. CGradientCtrl is a control for editing the CGradient.
- 2022-10-11 03:30: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
-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-time control, dynamic display time
- 2022-01-31 12:32:49下载
- 积分:1
-
透明的static组件,基于MFC源代码
透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
- 2022-08-21 11:53:01下载
- 积分:1
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1