-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-04-02 00:50:04下载
- 积分:1
-
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
-
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法...
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
- 2022-01-28 06:12:41下载
- 积分:1
-
实现WYSIWYGHTML在线编辑器,开源程序包
实现WYSIWYGHTML在线编辑器,开源程序包-achieve WYSIWYGHTML online editor, open-source package
- 2022-08-09 06:10:23下载
- 积分:1
-
hehe ,又有新的了,其实我也忘了什么编的了,但是我不想打开看看了,想看的,近来打开看看吧!...
hehe ,又有新的了,其实我也忘了什么编的了,但是我不想打开看看了,想看的,近来打开看看吧!-hehe, there"s a new, in fact, I have already forgotten what series, but I do not want to see an open, watch the recently opened see!
- 2023-04-24 07:20:03下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1
-
A realization of a translucent, reflection, luminescence, gradient transparency...
一个实现了半透明、倒影、发光、渐变透明度的图像控件。-A realization of a translucent, reflection, luminescence, gradient transparency image control.
- 2022-05-06 21:20:10下载
- 积分:1
-
一个制作精美的滚动的文字说明类
一个制作精美的滚动的文字说明类--A wonderful rolling font class
- 2022-11-28 16:15:03下载
- 积分: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
-
透明的static组件,基于MFC源代码
透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
- 2022-08-21 11:53:01下载
- 积分:1