-
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
-
CHyperLink
封装实现静态文本的链接类,可以设置链接文本的颜色,响应点击消息等。-CHyperLink
- 2022-02-12 08:10:22下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-04-02 00:50:04下载
- 积分:1
-
该代码例子提供了一个类似LED数码管的静态控件类,可以应用到各种控件面板指示中。...
该代码例子提供了一个类似LED数码管的静态控件类,可以应用到各种控件面板指示中。-The code examples provide a similar LED digital control of the static categories, can be applied to various control panel instructions.
- 2023-08-01 05:45:02下载
- 积分:1
-
带bevel线的静态控件
带bevel线的静态控件-The static control with beve line
- 2023-08-18 11:15:03下载
- 积分:1
-
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。...
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。-show in PB 3D characters used to achieve DataWindow has been packaged as users, and produces a corresponding routines, very Cool.
- 2022-08-08 18:53:05下载
- 积分:1
-
one, the many kinds of software training exercises fingering patterns; 2, Five
・ 1、本软件分多种练习模式训练指法; 2、五笔字型字根训练; 3、一级、二级、三级简码训练; 4、自己选择中英文章练打;-one, the many kinds of software training exercises fingering patterns; 2, Five-Stroke Roots training; 3, 1, 2, 3 SR code training; 4 and choose which articles to practice playing England;
- 2023-03-31 04:20:03下载
- 积分: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
-
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
-
a small C Compiler Used to prepare practical, C language compiler
一个小型的编译器
用C++编写实用性强,可以编译C语言-a small C Compiler Used to prepare practical, C language compiler
- 2022-09-29 21:25:07下载
- 积分:1