-
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
-
vb编写得一个拼图游戏
vb编写得一个拼图游戏-vb prepared in a pieces of the jigsaw
- 2022-08-21 16:55:36下载
- 积分:1
-
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb二DF saer4h ftgdr CCl 4 aes5得克萨斯原子能研究基金会…
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ftgdr aes5 taerf wkjrokqfcklskdnskln di-fgjhgngngghjkhj. ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ft GDR aes5 taerf wkjrokqfcklskdnskln di
- 2022-05-27 13:25:36下载
- 积分:1
-
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions
- 2022-02-13 08:59:26下载
- 积分: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
-
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
-
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!...
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!-CStatic derived from the control column demo program source code, click the Add button, they will see results, but also can set display mode!
- 2022-10-24 17:10:03下载
- 积分:1
-
related to the use of controls, for example, want to have like
VC里的相关控件的使用举例,希望有志同道合的朋友们能交流一下。-related to the use of controls, for example, want to have like-minded friends will be able to exchange about.
- 2022-05-22 06:41:51下载
- 积分:1
-
类似于候车大厅里的告示牌
类似于候车大厅里的告示牌-similar to the waiting hall of the signs
- 2022-01-25 17:44:51下载
- 积分:1
-
上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。...
上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。-Above began in the establishment of the code window and CStatic. Then the establishment of one type CFont object.
- 2022-01-28 10:44:25下载
- 积分:1