搜索资源列表
xmlctrltree
- 一个很好用的xml树,用vc6实现,效率还是不错的,可以从xml文件解析内容,是一个DOM解析器。文件主要有:PersistentTreeCtrl.cpp test.xml XMLFile.cpp SLT.c-a good use of xml tree, with vc6 achieve efficiency or good. xml documents from the analytical content, is a DOM parser. The documents are
pbDefense
- 一个用VC实现对XML编译的源码。在VC6中开发。MSXML为4.0版,在微软网上可以下到,是免费的。有问题联系nomygod163@163.com-VC with a pair of XML compiler source code. In VC6 developed. MSXML version 4.0 of the Microsoft Internet can make to be free. Problems associated nomygod163@163.com
testfreepool_demo
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -This paper presents a group can be used to create dynam
student
- VC中实现对XML文件的增加,修改,删除操作。vc6.0,msxml4
XMLrw
- 自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记录,或读出函数返回0。 用VC6或VC2008都可以打开工程编译。
ReadXML.rar
- VC 6.0下读取XML文档的例子 API + SDK程序 没有使用MFC,VC 6.0 under the example of reading XML documents API+ SDK procedure does not use MFC
ctreectrl_xml
- 读出XML文件并且用树形目录形式显示在对话框CTreeCtrl控件中.源代码来自他人,我把它转换到了VC6.0环境下,并且删除了一个提示消息,希望可以提供更多的便利.谢谢原作者-Read XML files and directories with the tree displayed in the dialog box CTreeCtrl control. The source code from the others, I see it converted to the VC6.0 envi
xml_edit
- xml_edit:VC++实现的一个备忘录xml文件编译工具,可以编辑并保存xml文件。运行环境:VC6.0,Windows XP,并安装微软msxml.msi 4.0。 -xml_edit: VC++ achieve a memorandum of xml file compiler tools, you can edit and save xml file. Operating Environment: VC6.0, Windows XP, and install Microsoft m
XmlExpat
- 这是一个GPRS无线税控机工程项目的XML包模拟器程序。它基于Expat2.0.1库开发。要解析的数据包在源代码目录下面有一个示例“RespInput.txt”,请在“Project seeting --> program argument ”中设置执行参数。该程序是一个VC6的CONSOLE工程,没有图形界面输出。请根综main函数、TaxPackParse函数、注意TaxXMLTagStart事件、ParseTaxPackData事件、TaxXMLTagEnd事件及ConverToUn
xerces-c-3.0.1
- XECRES for VC,VC6下的开发环境,用于解析XML语言-XECRES for VC
Libxml2_XML
- libxml2操作XML文件,vc6.0开发的-libxml2 operation XML file, vc6.0 Development
xml
- xml解析vc源代码。在vc6.0++编程读取XML文件-xml parsing vc source code. In vc6.0++ programmer to read XML files
Xml
- 这是一个用VC6。0写的对XML解析的一个小应用程序,可以用来学习XML的方法和原理-This is a use VC6. 0 written to the XML parsing of a small application that can be used to study the methods and principles of XML
CMarkup
- Cmarkup 帮助你方便的解析xml文件,可以在vc6.0等以上版本中使用!-Cmarkup analysis to help you easily xml file, you can use the above and other vc6.0!
HGE-Map-Tutorial20120812
- HGE Map Tutorial20120812修正版 地图编辑器,使用HGE制作的,生成*.map文件或xml地图文件,这是经过修正的版本vc6直接编译-HGE Map Tutorial20120812 revised version Map Editor, using the HGE-production, can create a *. Map file or xml map file, which is the amended version compiled direct
XML-VC6.0
- 用VC6.0解析XML文本,适合于初级学员-VC6.0 parse XML text suitable for primary students
xml
- 针对XML文件操作的例程,使用tinyxml组件,devcpp编译通过的,可以用vc6等简单修改使用。-Routine operation for XML files, use tinyxml components, devcpp compiled by, you can use vc6 simple modification to use.
tinyxml_2_6_1
- tinyxml_2-6-1版本,VC6编译,带有测试demo,实现用XML的生成和解析过程-tinyxml_2-6-1 version, VC6 compiler, with a test demo, using XML generation and parsing process.
read-xml-in-vc6
- 读取XML文件,在VC中.如何用vc创建和读取xml文件-READ XML IN VC
rapidxml_vc6
- rapidxml在vc6.0下运行,已测试通过可用。apidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp