CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 xml/soap/webservice 搜索资源 - memory

搜索资源列表

  1. 21874_XTable0.1-2

    0下载:
  2. 一个简单方便的表格控件 作者 孙志炎 特点: 支持单元合并 支持字体、颜色、对齐等格式设置 支持键盘及鼠标操作 结构简单,清晰的编码风格,代码可读性强 后续功能:内存动态分配 XML支持 编辑功能 控件支持-a simple and convenient form of control author Sun Yan features : support unit with support fonts, color, Alignment set format such as the keyboar
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:54.36kb
    • 提供者:newtong
  1. XMLLib

    0下载:
  2. XMLlib是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。-XMLlib is a revenue parsing XML for Analysis, can be used for C, in Windows or Linux compiler. The analytical model adopted for parsing XML documents
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:238.17kb
    • 提供者:东南
  1. XTable0.1-2

    0下载:
  2. 一个简单方便的表格控件 特点:支持单元合并,支持字体、颜色、对齐等格式设置,支持键盘及鼠标操作,结构简单,清晰的编码风格,代码可读性强,后续功能,内存动态分配 XML支持 编辑功能 控件支持-A simple form convenient control features: support for the combined unit to support the fonts, colors, alignment and other formatting, support for keyboar
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-11-09
    • 文件大小:49.2kb
    • 提供者:站长
  1. tinyxml

    0下载:
  2. tinyxml,对其进行了修改,添加了构造xml数据到内存和从内存获取xml数据的接口。-tinyxml,add the interface of reading xml data from the memory and writing xml data to the memory
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-27
    • 文件大小:845.96kb
    • 提供者:rootkit
  1. leading_manual

    0下载:
  2. 内存数据库eXtremeDB的资料,包括用户指南、程序设计参考以及XML附件-Memory Database eXtremeDB information, including user guides, process design and XML Annex
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:罗浩
  1. dom

    0下载:
  2. DOM的优势主要表现在:易用性强,使用DOM时,将把所有的XML文档信息都存于内存中,并且遍历简单,支持XPath,增强了易用性。 DOM的缺点主要表现在:效率低,解析速度慢,内存占用量过高,对于大文件来说几乎不可能使用-DOM advantage of the main problems: ease-of-use, and the use of DOM, the XML document will all the information are stored in memory, and ea
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-30
    • 文件大小:110.51kb
    • 提供者:小友
  1. c++_ParseXML

    0下载:
  2. These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-25
    • 文件大小:9.26kb
    • 提供者:Luis Cipher
  1. Cut

    0下载:
  2. 读取300M的大型XML文件并加载到TreeView树上,不耗内存,采用的方法思想是,将其分割然后加载!-Read a large XML file 300M and loaded into the TreeView tree, do not consume memory, thinking of the approach is to partition and then loaded!
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-21
    • 文件大小:5.88mb
    • 提供者:牟欣帅
  1. xerces-c-3.1.1.tar

    0下载:
  2. Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-17
    • 文件大小:4.82mb
    • 提供者:coldwater
  1. AlanQuatermain-aqtoolkit-ad27dbf

    0下载:
  2. 一个很有用的iPhone文件处理代码库(低内存XMLParser,低内存下载文件等等,内详)-IPhone a very useful document processing code library (low memory XMLParser, low memory download files, etc., in detail)
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:214.44kb
    • 提供者:cocoasdk
  1. xmlparser

    0下载:
  2. XML解析器在XML文件中载入一个满内存,它解析文件,它会产生一个树结构代表XML文件。当然,你也可以解析XML数据,你已经储存自己变成一个内存缓冲区中。此后,你可以很轻易地“探”树,让你的数据。你也可以使用“添加修改树”和“删除”功能和再生一个XML字符串从subtree格式化。-Here is how it works: The XML parser loads a full XML file in memory, it parses the file and it generates a
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:1.24kb
    • 提供者:李有
  1. java_2011_11_2xml

    0下载:
  2. xml文件的描述文件,记忆音频播放器文件的格式相关的介绍-xml file descr iptors, memory audio player file formats related to the introduction
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-03
    • 文件大小:973byte
    • 提供者:赵豪
  1. struct

    0下载:
  2. 1.一个跨平台的线程类 2.一个跨平台的Mutex 3.一组跨平台的容器(堆栈、单双链表、哈希表) 4.一个跨平台的socket 【OK】 5.一个简单高效的内存池 6.一个简单的XML解析器 7.一个安全高效的日志类 8.一个平台无关的File类和一个Dir类 9.一个时间日期类-(1) a cross-platform thread class. A cross-platform Mutex containe
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-12
    • 文件大小:2.55mb
    • 提供者:温祖槐
  1. XmlString

    0下载:
  2. 基于内存流操作等三种方式,C#中对XML字串的操作测试。-Three ways based on the operation of the memory stream operation test, the C# XML string.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:25.55kb
    • 提供者:myauger
  1. tinyXML2-vc6-ok

    0下载:
  2. 一个精简的xml解析库:tinyXML2, 官网只提供vc2010平台以上才能编译, 我花了很大功夫才移植到vc6.0下的, 测试完全通过, 没有任何内存泄漏(A streamlined XML parsing library: tinyXML2, the official website only provides more than vc2010 platform to compile, I spent a lot of effort to transplant to VC6.0, the
  3. 所属分类:xml/soap/webservice

    • 发布日期:2017-12-18
    • 文件大小:140kb
    • 提供者:havealook
  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

    • 发布日期:2018-05-02
    • 文件大小:11.76mb
    • 提供者:yxq1263
搜珍网 www.dssz.com