搜索资源列表
21874_XTable0.1-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
XMLLib
- 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
XTable0.1-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
tinyxml
- tinyxml,对其进行了修改,添加了构造xml数据到内存和从内存获取xml数据的接口。-tinyxml,add the interface of reading xml data from the memory and writing xml data to the memory
leading_manual
- 内存数据库eXtremeDB的资料,包括用户指南、程序设计参考以及XML附件-Memory Database eXtremeDB information, including user guides, process design and XML Annex
dom
- 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
c++_ParseXML
- 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
Cut
- 读取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!
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
AlanQuatermain-aqtoolkit-ad27dbf
- 一个很有用的iPhone文件处理代码库(低内存XMLParser,低内存下载文件等等,内详)-IPhone a very useful document processing code library (low memory XMLParser, low memory download files, etc., in detail)
xmlparser
- 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
java_2011_11_2xml
- xml文件的描述文件,记忆音频播放器文件的格式相关的介绍-xml file descr iptors, memory audio player file formats related to the introduction
struct
- 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
XmlString
- 基于内存流操作等三种方式,C#中对XML字串的操作测试。-Three ways based on the operation of the memory stream operation test, the C# XML string.
tinyXML2-vc6-ok
- 一个精简的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
TinyXml
- 一个非常好用的 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.)