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

搜索资源列表

  1. xmlTest

    0下载:
  2. 封装tinyxml,读取xml文件,一个配置文件对应一个单例,挺适合于应用的配置文件-Package tinyxml, read xml file, a configuration file corresponds to a single case, very suitable for the application configuration file
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:462717
    • 提供者:
  1. tinyxml

    0下载:
  2. 能进行XML解析和XML的生成 在linux也通用的-analyze XML and generate XML
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:121800
    • 提供者:陈远凤
  1. tinyxml

    0下载:
  2. 轻量级XML解析器,想写复杂的XML从此开始,代码格式优美。-Lightweight XML parser, code format is beautiful.
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:274679
    • 提供者:zhouzao
  1. TinyXmlTest

    0下载:
  2. VS2010借助tinyxml进行xml文件的解析与写xml文件-VS2010 tinyxml performed by means of analysis and write xml file xml file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-27
    • 文件大小:10008913
    • 提供者:zsq
  1. tinyxml

    0下载:
  2. Create a VdpDevice object for use with X11.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:29032
    • 提供者:pxgxgen
  1. HomeJoy_XmlUtil

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

    • 发布日期:2017-05-03
    • 文件大小:620457
    • 提供者: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. 所属分类:Other windows programs

    • 发布日期:2017-06-19
    • 文件大小:28169174
    • 提供者:赖胜
  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. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:274674
    • 提供者:
  1. xmlcpp

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

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

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

    • 发布日期:2017-05-04
    • 文件大小:205420
    • 提供者:缄默
  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

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:asdf
  1. ConsoleApplication4

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

    • 发布日期:2017-05-26
    • 文件大小:8750694
    • 提供者:zhengchunjia
  1. XmlTest

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

    • 发布日期:2017-12-16
    • 文件大小: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编程

    • 发布日期:2017-12-25
    • 文件大小: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 official tinyxml_2_6_2 librar
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:873472
    • 提供者:小光前辈
  1. ticpp.cpp

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

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:tibor
  1. ticpp.h

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

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:tibor
  1. tinyxml

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

    • 发布日期:2018-01-10
    • 文件大小:86016
    • 提供者:无限天空
  1. tinyxml

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

    • 发布日期:2018-04-22
    • 文件大小: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 been applied to commercial softwa
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:53248
    • 提供者:jacyx
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com