-
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件...
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件
- 2022-09-12 18:10:03下载
- 积分:1
-
- 2022-11-23 17:00:03下载
- 积分:1
-
在对话框上加超链接的源代码,呵呵,终于找到了,现在发给大家啊~VC的...
在对话框上加超链接的源代码,呵呵,终于找到了,现在发给大家啊~VC的-add hyperlinks to the source code, what finally found, and now distributed to Members of the VC-ah
- 2022-03-07 18:39:30下载
- 积分: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
-
expansion CStatic controls, making rigid controls CStatic illustrations, and to...
扩展CStatic控件,使得呆板的CStatic控件图文并茂,并能够动起来!-expansion CStatic controls, making rigid controls CStatic illustrations, and to take action!
- 2022-03-03 04:16:48下载
- 积分:1
-
通过VC++MFC编程来实现计算机的内存的读取与管理,
通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
- 2022-06-30 15:51:12下载
- 积分:1
-
在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。...
在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。-in the absence of external feedback circuit by measuring the voltage amplification. Auo higher posed by computing circuit, the more stable operating precision higher. Auo normally about# 104 61630 107.
- 2022-01-28 10:03:58下载
- 积分:1
-
C语言下实现阶乘窗口居多,好
C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened, the main use of the principle of multiplication thinking prepared
- 2023-09-06 09:40:03下载
- 积分:1
-
CStatic use various types of design styles of the characters.
利用CStatic类来设计各种各样样式的字符。-CStatic use various types of design styles of the characters.
- 2023-02-28 10:40: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