CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - xml 解析器

搜索资源列表

  1. JimiXml

    0下载:
  2. 基于tinyxml封装的xml解析器,功能简单易用、跨平台-xml parser based on tinyxml parser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:2017820
    • 提供者:jimi
  1. XML

    0下载:
  2. 一个简单的纯C的XML报文解析器,匹配相应字段,取值-XML Packet parser
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:42448
    • 提供者:boddthking
  1. RSSReader

    0下载:
  2. RSS无线新闻阅读器,xml 文件解析,极具参考价值-rss parser, xml parser
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:31665
    • 提供者:fly
  1. xmlpaser

    0下载:
  2. 封装好了的xml解析器,用起来非常方便,在源码中解决中文乱码问题-Packages presented the xml parser, using them is very convenient, in the source code to solve the garbage problem in Chinese
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:42964
    • 提供者:chengtl
  1. rapidxml-1.13

    0下载:
  2. 模板实现的最快的XML解析器库 ,很适合使用和阅读。-rapid xml lib ,it is worth reading again and again.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:41238
    • 提供者:zt1h
  1. SyExpat-11111

    0下载:
  2. 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。-This is the realization of the next symbian parsed XML source code. Includes parser and parsing code examples.
  3. 所属分类:Symbian

    • 发布日期:2017-03-25
    • 文件大小:524179
    • 提供者:bsj
  1. xloadtree

    0下载:
  2. XML扩展树解析,具体利用解析器来分析扩展的XML节点和属性,比较不错的-XML extension of the tree analysis, the specific use to analyze the expansion resolver XML nodes and attributes, compare well
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:49868
    • 提供者:睡莲
  1. XML_DOM_SAX

    0下载:
  2. 用C#编写的XML解析器,DOM和SAX都有实现-Using C# Prepared XML parser, DOM and SAX have to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12431
    • 提供者:李妍霏
  1. JAVAXML

    0下载:
  2. 介绍用JAV编写的XML解析器API,很好的,觉得可以的话大家顶一下-It is a valueable PDF file for java s xml
  3. 所属分类:Java Develop

    • 发布日期:2017-06-13
    • 文件大小:21032063
    • 提供者:dahai
  1. 113172208XML_Parser_Ctrl_demo

    0下载:
  2. 一个很好的xml解析器,很有用,很使用的
  3. 所属分类:Linux-Unix program

  1. libxml.tar

    0下载:
  2. c语言编写的xml解析器可以方便的遍历插入删除节点等操作的-c language xml parser can easily insert the delete node traversal operations, such as
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:293892
    • 提供者:wt
  1. googldemo

    0下载:
  2. 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
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-24
    • 文件大小:157804
    • 提供者:winj
  1. java

    0下载:
  2. 本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5 大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:85040
    • 提供者:xinyu
  1. xml_decoder

    0下载:
  2. 一个简易的源码级XML解析器库,使用时直接包含到工程中即可-A simple source-level XML parser library, can be directly included into the project
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:4739
    • 提供者:韩广辉
  1. tinyxml_2_5_3_fullsource

    0下载:
  2. 1.一款精致小巧但非常犀利的xml解析器,能够在windows和linux编译的使用。 2.源代码附带了测试程序,但并不能直接编译通过,笔者做了小徐改动,保证能够在VC6.0的环境下编译通过。 3.附带了详细xml中文指南。-1. A compact but very sharp xml parser can be compiled in windows and linux use. 2. The source code with the test procedure, but can
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:289422
    • 提供者:johncy
  1. tinyxml2.5.3

    0下载:
  2. 小巧精干的xml解析器。代码非常少,可以轻易集成到各类项目中。 -Small and lean xml parser. Code is very little that can be easily integrated into various types of projects.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:242306
    • 提供者:徐青青
  1. protobuf-2.3.0

    0下载:
  2. Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:2344808
    • 提供者:毛勇
  1. expat

    0下载:
  2. 小型XML解析器,不需要其它库支持,可以直接解析XML文件-A small XML parser, no other library support for parsing XML documents can be directly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:419257
    • 提供者:JOE Wang
  1. xmlParser

    0下载:
  2. 一个用c++实现的小型的xml解析器,经过测试,可以直接使用。-One with a small c++ implementation of the xml parser, after testing, can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4459
    • 提供者:黄亮
  1. KXML2

    0下载:
  2. j2me常用的XML解析器KXML的源码,直接放到工程里,可以解决找不到类的错误-j2me common source XML parser KXML directly into the project, the class not found error can be solved
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:60815
    • 提供者:myname
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com