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

搜索资源列表

  1. dealwithXML

    0下载:
  2. xml解析,利用tinyxml来对文件进行解析,同时在linux中对该文件进行移植-tinyxml programming and design
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:205189
    • 提供者:hutuxiaojiang
  1. libxml64

    0下载:
  2. tinyxml 生成、解析 所需要的静态库-tinyxml Required to generate and parse static library
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:37142
    • 提供者:张学超
  1. TinyXml

    0下载:
  2. 开源的xml项目,编译通过并测试的软件。适用于Windows的系统,VS2008工程-Xml open source project, compile and test software
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:59952
    • 提供者:zhongguangpei
  1. tinyxml

    0下载:
  2. 1.简单易用且小巧玲珑,非常适合存储简单数据,配置文件,对象序列化等数据量不是很大的操作。 2.目前非常流行的一款基于DOM模型的XML解析器-1 easy to use and small size, ideal for simple data storage, configuration files, such as object serialization is not a great amount of data operations. 2. Currently very po
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:43000
    • 提供者:罗良文
  1. tinyxml

    0下载:
  2. c++编写的xml文件操作代码,可以创建xml文件,添加和删除xml内容,API函数使用简单,可以在linux下编译运行,结合其他应用程序将需要存取的东西放到xml中。-c++ code written in xml file operation, you can create xml file, add and delete xml content, API functions easy to use, can be compiled to run under linux, in conjun
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:40329
    • 提供者:zhangjh
  1. TinyXML--The-entry-_-tutorial

    0下载:
  2. ThinyXML读写方法入门教程,很实用,共大家参考-ThinyXML read and write methods tutorial, very practical, reference
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:39822
    • 提供者:name
  1. tinyxml_2_6_2.tar

    0下载:
  2. TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:210124
    • 提供者:Jinyul Kim
  1. readPluginsFile

    0下载:
  2. 插件读取机制,插件都是用xml来存取的,实际商队xml文件进行操作。TinyXML-Plug-reading mechanism .xml
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:843
    • 提供者:sun
  1. 20140624-TinyXml_2_6_2

    0下载:
  2. TinyXML 这是一个XML的解析器 用C++语言实现 的 可以用来读取和保存XML文件-TinyXML This is an XML parser in C++ language can be used to read and save the XML file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:555324
    • 提供者:fanghuoqiang
  1. tinyxml

    0下载:
  2. tiny xml解析源码,编译后直接可用,功能强大方便-tiny xml parsing source code, compiled directly available, convenient and powerful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:119314
    • 提供者:feng
  1. tinyxml

    0下载:
  2. c++解析XML的简介代码,能否方便的XML解析和存取。-parse XML
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:39144
    • 提供者:lee
  1. test

    0下载:
  2. 最近在将tinyxml项目编译入自己的动态链接库以后, 又想在另外一个小项目里面使用这份加了预编译头代码tinyxml代码, 于是想如何编译使用预编译头文件的win32控制台应用程序呢, 于是做了个小的测试程序.-Recently tinyxml project will compile into your own dynamic link library later, and want to use another small item inside this added precompile
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:enju
  1. tinyxml_2_6_2

    0下载:
  2. C++的xml库tinyxml,非常简便,容易使用,适合入门者学习使用-C++ the xml library tinyxml, very simple, easy to use, suitable for beginners learning to use
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:11246174
    • 提供者:houshenhua
  1. SCLParse

    3下载:
  2. 基于tinyxml解析IEC61850模型文件SCD的具体实现代码。-Tinyxml analytical model based on IEC61850 SCD file specific implementation code.
  3. 所属分类:Console

    • 发布日期:2015-12-25
    • 文件大小:49152
    • 提供者:yhb
  1. search-engine

    0下载:
  2. XAPIAN.TINYXML安装包,小学期作业搜索引擎-XAPIAN.TINYXML installation package, primary search engine of job
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4702
    • 提供者:wangliu
  1. xml_src

    0下载:
  2. TiXmlString is an emulation of a subset of the std::string template. Its purpose is to allow compiling TinyXML on compilers with no or poor STL support. Only the member functions relevant to the TinyXML project have been implemented. - TiX
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:35440
    • 提供者:lwj
  1. tinyxml

    0下载:
  2. xml praser xml praser-xml praser
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:96122
    • 提供者:loogon
  1. SlimXml-0.43

    0下载:
  2. SlimXml是一个开源的,小巧实用的c++ Xml解析器,比流行的TinyXml还要小很多。 主要特性 支持多种编码的XML文件:ansi, utf-8, utf-8 no mark, utf-16, utf-16 big endian -prase xml file
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:21486667
    • 提供者:gong
  1. XML-ReadAndWrite

    0下载:
  2. 基于跨平台读取XML功能类tinyxml二次封装的XML快速读写类-Read XML-based cross-platform functional class tinyxml secondary package fast read and write XML class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:53492
    • 提供者:星辰
  1. tinyxml_2_6_2

    0下载:
  2. tinyxml xml文件存储的东西,全是C++的,这是源码,可以进行使用,开源-good write xml
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:294160
    • 提供者:c++
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com