搜索资源列表

  1. HomeJoy_XmlUtil

    0下载:
  2. C++ 中使用 tinyxml 解析XML文件-parse xml file use tinyxml in C++
  3. 所属分类:文件操作

    • 发布日期:2024-05-21
    • 文件大小:620544
    • 提供者:lu.wang
  1. TinyXmlTest

    0下载:
  2. 本程序原密码利用TinyXml对XML文件进行解析,对XML初学者会有所帮助。-The program source code to use TinyXml XML file is parsed for XML beginners will help.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:28169216
    • 提供者:赖胜
  1. tinyxml

    0下载:
  2. 简单解析XML文件,帮助程序员可以快捷利用现成XML文件,增加编程效率-Easy to parse the XML files, help the programmer can use off-the-shelf XML file, increase the efficiency of programming
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:274432
    • 提供者:
  1. xmlcpp

    0下载:
  2. 递归读取xml文件并显示 使用官方标准tinyxml库,用户可网上自行下载-it is a simple program
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:5885952
    • 提供者:132165
  1. tinyXml

    0下载:
  2. 共三个版本: lib版本:只需要按动态库的方式,添加相应路径即可,不需要把 .h .cpp文件添加到工程中,支持的编码形式为 ANSI 空白工程和预编译头文件版本,没有生成lib文件,需要把.h .cpp添加到工程中,前者建工程时为空白工程,即没有stdafx.h 后者为建工程时,添加了预编译头文件,有stdafx.h,编码方式为 UNICODE-A total of three versions: lib versi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:205824
    • 提供者:缄默
  1. MyXML

    0下载:
  2. vc++写的xml文件生成,调用textXML()函数进行测试,类似tinyXML,但更简单。-vc++ write xml file is generated, call textXML () function to test similar tinyXML, but simpler.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:asdf
  1. ConsoleApplication4

    0下载:
  2. 一个读写XML文件的类tinyXML,挺不错的。可以学习下。-A class to read and write XML documents tinyXML, very good. You can learn under.
  3. 所属分类:文件操作

    • 发布日期:2024-05-21
    • 文件大小:8751104
    • 提供者:zhengchunjia
  1. XmlTest

    0下载:
  2. xml文件的读写。 TinyXml实现的是DOM访问模型,因此提供了一系列的类对应XML文件中的各个节点。主要类间的关系如下: TiXmlBase:其他类的基类,是个抽象类 TiXmlNode:表示一个节点,包含节点的一般方法,如访问子节点、兄弟节点、编辑自身、编辑子节点 TiXmlDocument:表示整个XML文档,不对应其中某个特定的节点。 TiXmlElement:表示元素节点,可以包含子节点和TiXmlAt
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2716672
    • 提供者:feixiang
  1. XMLTest

    0下载:
  2. 解析XML文件,文中有文档说明具体用法,vs2010工程例子,容易理解及使用(Parsing XML files, the document describes the specific use, VS2010 engineering example, easy to understand and use)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:290816
    • 提供者:西西0204
  1. tinyxml_2_6_2

    0下载:
  2. 下载了官方的 tinyxml_2_6_2 的库,只支持静态编译。自己修改了工程属性配置把静态库配置改为了生成动态库的工程。 文件包含了: tinyxml_2_6_2动态库.rar (修改版) 以及包含了工程文件以及编译好的DLL了。 tinyxml_2_6_2静态库.zip (原版) tinyxml.dll tinyxmlD.dll tinyxmlSTL.dll tinyxmlSTLD.dll(Download the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:873472
    • 提供者:小光前辈
  1. ticpp.cpp

    0下载:
  2. TinyXML wrapper c++ code
  3. 所属分类:

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:tibor
  1. ticpp.h

    0下载:
  2. TinyXML wrapper c++ code header file
  3. 所属分类:

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:tibor
  1. tinyxml

    0下载:
  2. xml 编解码库 可以方便的解析xml XML codec library(XML codec library can easily parse XML)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:86016
    • 提供者:无限天空
  1. tinyxml

    0下载:
  2. C++操作xml示例工程,含makefile(C++ operates the XML example project, containing makefile)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:41984
    • 提供者:derfdf
  1. usexml

    0下载:
  2. 对开源tinyxml的封装,更小的体积,更高的性能,更强的安全性,可根据需要修改业务接口,已应用于商用软件(The encapsulation of open source tinyxml, smaller volume, higher performance, stronger security, can modify the business interface according to the needs and have bee
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:jacyx
  1. TinyXml

    0下载:
  2. 一个非常好用的 Xml 解析工具 , 更快 , 并且使用更少的内存分配 , 现在是所有开发的重点 , 经过良好的测试 , 是您的最佳选择 ;(A very good Xml parsing tool, faster, and less memory allocation, is now the focus of all development, and it's your best choice after a good test.)
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-21
    • 文件大小:12335104
    • 提供者:yxq1263
« 1 2 ... 8 9 10 11 12 13»

源码中国 www.ymcn.org