搜索资源列表
STLXMLParser
- 一个非常好用的解析XML语言的一个C/C++代码,不大操作方便,我还在VC下写了一个例子在里面,打开文件文件就能看见 -a very good for parsing XML language of a C / C code and it is not quite easy to operate, I also wrote a VC inside an example, we can open the document to see
expat
- xml的解析,是用C编写的,目前应用很广,还附带了详细的例子
xmlparse
- C++编写的简单的XML文件的解析和生成,可以完整的将XML文件解析成树结构,或者根据内容生成XML文件
tinyxml
- timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
tinyxml
- 一个读取和解析XML的开源API,可以自由的扩展功能-TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs
XML
- 用DOM-MSXML实现解析xml文件,可以遍历整个xml文件,并将结果以树的形式显示出来,使xml文件的结构一目了然。-use DOM-MSXML to parse the xml file
xmlTest
- 用Qt实现的xml解析,Qt是纯C++的程序-use QtXml to parse html
markupclass_demo
- XML解析器,基于DOM的,很好用,标C的。-XML parser, based on DOM, and it just works.
XML_cpp
- vc解析xml文件的源代码,对初学者相当有用!-vc parse xml file source code is useful for beginners!
__xmlParser
- XML解析类,轻巧、简单、易用(内含源码、示例程序以及文档说明)-This is a basic XML parser written in ANSI C++ for portability. It works by using recursion and a node tree for breaking down the elements of an XML document.
CMarkup
- XML文件的操作,C++解析xml类:初始化,输出,添加元素,删除元素-XML file operation, C++ parse xml: initialization, output, add elements, remove elements. . . .
PARSEXML
- 此代码的功能是用C++的方式实现解析XML文件,-This code function is achieved by C++ parsing XML files, one. H and a. Cpp file
HomeJoy_XmlUtil
- C++ 中使用 tinyxml 解析XML文件-parse xml file use tinyxml in C++
xml_null
- 通过c/c++解析XML文件,根据特定的格式获取XML文件中的数据。-By c/c++ parse XML documents, access to the data in the XML file according to a specific format.
igraph_C
- 本例基于igraph0.7.1开发包,通过C语言开发了GML文件解析用例。(This case is based on the igraph0.7.1 development kit, and the GML file parsing case is developed by using C language.)