搜索资源列表
mxml_xercesc
- XML Parser written in C++ Using the Xerces-c lib-XML Parser written in C. Using the Xerces-c l ib
ry-http
- 这是一个用C语言编写的http信息的解析器。能够解析请求数据和相应数据。在关于http应用系统的开发中可以利用它。-This is a parser for HTTP messages written in C. It parses both requests and responses. Http application on the development can take advantage of it.
libroxml-2.1.1.tar
- 一个用于XML解析的轻量级XML语言解析器源代码。 可扩展标记语言(英语:eXtensible Markup Language,简称:XML),是一种标记语言。标记指计算机所能理解的信息符号,通过此种标记,计算机之间可以处理包含各种信息的文章等。 XML被广泛用来作为跨平台之间交互数据的形式,主要针对数据的内容,通过不同的格式化描述手段(XSLT,CSS等)可以完成最终的形式表达(生成对应的HTML,PDF或者其他的文件格式)。 -An xml parser,write in c。
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
Expat_2.0.1
- 开源的xml解析库,最近的关于使用expat的文章可以在xml.com网站找到。-Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory ar
CatchPacket
- 在局域网的环境下,实现了对数据包的截取及对其进行分析,类似sniffer软件-It can be used in the lan network to catch the packets.And it can analyze the packets.
Automated_download_story_from_web_site
- 自动从小说网站抓取所有小说的源代码,包括html parser,ui。供从事相关工作的参考。c++写的。可以直接复用html parser的状态机。-Automatically crawl your site to all fiction novel, the source code, including html parser, ui. Engaged in related work for reference. c++ written. Can be directly reused html
c++_ParseXML
- These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
lzz_2_8_0_src
- LZZ使普通的C ++编程似乎低级别的。你有多少次忽视了更新后的头文件编辑源文件?这是一个愚蠢的错误,但我们做了一遍又一遍。 C ++迫使你输入和维护重复的代码。为什么不能让一个程序生成的吗? 罗勒,回溯LR(1)语法分析器生成解析器LZZ所产生的。-Lzz makes ordinary C++ programming seem low-level. How many times have you neglected to update a header file after editing
20140624-TinyXml_2_6_2
- TinyXML 这是一个XML的解析器 用C++语言实现 的 可以用来读取和保存XML文件-TinyXML This is an XML parser in C++ language can be used to read and save the XML file
sxmlc_4-2-1
- 这是用C语言写的一个轻量级的XML解析器。把绝大部分的功能都实现了,支持UNICODE编码和自定义Tags,适用于嵌入式系统的开发中。-Simple XML parser written in C, with limited XPath and Unicode support and customizable tags. Simple means that it does not implement all XML specifications, only the most widely u