-
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲...
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
- 2022-01-26 03:16:04下载
- 积分:1
-
很好的垃圾收集源代码
很好的垃圾收集源代码-good garbage collection source code
- 2022-07-27 20:07:15下载
- 积分:1
-
客运管理程序,我认为还是很好的,我已经修改格勒,不错
客运管理程序,我认为还是很好的,我已经修改格勒,不错-passenger management procedures, I believe it is very good, I have to amend Mengele, yes
- 2022-02-02 23:10:18下载
- 积分:1
-
一个简单的录音放音程序 采用vc++编写 功能适宜
一个简单的录音放音程序 采用vc++编写 功能适宜-A simple recording and play programme, programed with VC++,with proper function.
- 2022-03-14 09:16:15下载
- 积分:1
-
Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩...
Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩-Huffman coding and decoding process, which allows you to compress and decompress the file
- 2022-10-21 23:45:03下载
- 积分:1
-
实例04
实例04-定时发送消息-04-time messaging
- 2023-06-10 18:45:18下载
- 积分:1
-
定时关机程序
这是一款小巧的定时关机程序,点击隐藏后可通过快捷键Ctrl+Alt+G返回前台。在编辑框中输入分钟数,按下定时按钮即可实现定时关机
- 2022-04-29 22:46:15下载
- 积分:1
-
tinyXMl xml文件解析库
tinyxml是小巧的xml文件解析库,使用方便,功能强大。易学易用。。。
(1)TinyXML是一个开源的解析xml的库,使用面向对象技术开发。能够在windows和linux下使用。通过库的解析,将xml文件在内存中以DOM模型的方式存在,很方便遍历各个节点。
(2)将库文件加载到工程:下载的库文件为几个头文件和几个cpp文件,只要将这几个文件添加到开发工程即可。
在使用库文件的文件内,包含tinyxml.h头文件。
(3)tinyxml的源码中,根据xml文件的各个元素定义了操作的类。
TiXmlBase:整个TinyXML模型的基类。
TiXmlAttribute:对应于XML中的元素的属性。
TiXmlNode:对应于DOM结构中的节点。
TiXmlComment:对应于XML中的注释
TiXmlDeclaration:对应于XML中的申明部分,即。
TiXmlDocument:对应于XML的整个文档。
- 2022-03-09 14:51:35下载
- 积分:1
-
用途:中文BIG5 / GBK、Unicode / UTF8编码转换器。注:文件转换…
用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。
注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,
并不适用于如 MS Word, Excel 等 binary 档案。
系统要求: 视窗9x/ME/NT/2000/XP/2003
安装:
将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。
开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集。-Uses: Chinese Big5/GBK/Unicode/UTF8 code converters. Note: File conversion only plain text documents (for example, txt, html, etc.) to code, does not apply to such as MS Word, Excel and other binary files. System Requirements: Windows 9x/ME/NT/2000/XP/2003 Installation: extract all files to a new folder, and then directly in Windows Explorer implementation convertz.exe. ConvertZ open after the program settings can be added one column select Shortcut Bar to your desktop, Start menu, or Programs.
- 2023-07-19 20:45:03下载
- 积分:1
-
windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径...
windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径-windows all window test procedures can be detected in all the processes window and the corresponding process name and path
- 2022-01-30 10:27:16下载
- 积分:1