-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1
-
增强型静态标签Clabel
增强型静态标签Clabel-enhanced static labels Clabel
- 2022-03-02 00:17:48下载
- 积分:1
-
datasheetEM78 Series MCU total of 47 (45 and EM78P447 the 1,458 is 48) directive...
数据表EM78系列单片机共47个(45和EM78P447的1458是48)指令,宽度为13。每一个指令码可分为两部分,第一部分是函数的运算指令码(OPCODE),第二部分是当需要运算参数时,其中计算码(操作数)。而教学类型大致可分为以下四类:
- 2022-04-22 15:12:18下载
- 积分:1
-
This packet is a IS
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
- 2022-06-01 03:58:24下载
- 积分:1
-
Time display control, you can display a variety of styles. LIB contains DEMO
时间显示控件,可以多种显示风格.
LIB包含DEMO-Time display control, you can display a variety of styles. LIB contains DEMO
- 2022-01-26 01:31:09下载
- 积分:1
-
水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法...
水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法。编译环境:VC++6.0 sp5 、Windows 2000 Server sp3 (en)。 一、导入水晶报表使用的动态联接库:根据实际修改文件路径。 #import "C:Documents and SettingsAdministrator桌面crcraxdrt9.dll" no_namespace-crystal statements are statements of a powerful design tool, a powerful, flexible design, the crystal statements disc only provides a fully dynamic generation statements example, the use of cumbersome. Now introduced in VC 6.0 simple to use. Build Environment : VC 6.0 SP5, Windows 2000 Server sp3 (en). 1, Crystal statements into the dynamic link library : according to the actual path to amend the document.# Import "C : Documents and Settings Administrator Desktop cr craxdrt9.dll" no_namespace
- 2022-06-17 02:28:38下载
- 积分:1
-
HyperLink类,制作超链接样式的按钮的上加选择哟
HyperLink类,制作超链接样式的按钮的上加选择哟-HyperLink categories, the production of a hyperlink-style button to choose the add yo
- 2022-01-26 05:22:23下载
- 积分: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
-
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法....
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法.-matrix of genetic coding algorithm can be common genetic coding algorithm used in the non-coding individual change as a legitimate 000 CARICOM, the effect was better than ordinary genetic algorithm.
- 2023-08-25 00:50:04下载
- 积分:1
-
production URL (XHyperLink), the cursor after brightening, clicking on the link...
利用Static控件制作URL连接(XHyperLink),光标经过变亮,点击连接URL。-production URL (XHyperLink), the cursor after brightening, clicking on the link URL.
- 2022-08-13 06:25:25下载
- 积分:1