资源列表
src
- XML关于GUI的JAVA应用程序,可以实现对XML文件的读写操作等相关-XML on the GUI of the JAVA application, can achieve to read and write XML documents and other related operations
HYXMLParser
- 通过给gdataxml添加分类,解析xml,获取oc对象-analyzing xml to get obejct-C object
XML
- XML解析,包括源码,主要是解析XML文件,文件中只有文件,没有工程,如果感兴趣的朋友可以看看了(网络转载)-XML analysis, including source code, mainly to resolve XML documents, only documents, not works, if interested can look at the
XML_Test
- 有VC操作XML文件的示例-VC operation is an example XML document
Search_CNMARC_by_WebService_Client_Code
- 用C#编写的WebService客户端程序,用来获取以WebService形式发布的CNMARC数据。 -C# WebService prepared by the client program. WebService used to obtain a release form of CNMARC data.
googldemo
- Apache的Xerces C++是广大c/c++程序员非常喜欢使用的XML解析器之一,这是2.3版的源代码,详情请访问:http://xml.apache.org-Apache' s Xerces C++ are the vast numbers of c/c++ programmers like to use one of the XML parser, which is 2.3 version of the source code, more information, please
vc_xml
- VC中实现对XML文件的操作,读写以及含组成XML应用程序的每个文件的内容摘要-VC on the XML file to implement the operation, read and write XML applications, as well as with the composition of the contents of each file summary
XMLbasednetworkoftelevisionsystems
- 基于XML的网络电视播放系统,可直接加载至网页中使用-XML-based network of television systems, can be loaded directly to the page using the
qqmusic
- 本程序是采用XML核心技术与列表控件的应用所开发出来的,其原理是根据QQ号来获取空间音乐地址来进行播放,从此达到不必要到别人空间去试听,并且可以自己下载或转到自己的空间进行使用!目前还在开发下载功能,尽请期待-QQ MUSCI SEARCH
ImageEditor
- 类似画图板的小程序。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒-small program for draw
tinyxml_2_3_3
- 一个小巧的XML解析器,支持STL,非常好用。-a compact XML parser, support STL, very handy.
xml_ptr
- 生成XML树(通过std::map<> 实现XML解析树) 使用递归遍历打印,删除。