搜索资源列表
tinyxml
- timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
xlrw
- 由于种种需要直接进行读取Excel文件数据,一般就通过ODBC或OLE方式进行读取,但这两种方法都具有局限性。本方讲述的是独立于MS Office系统,分析Excel文件格式并读取其数据。-Due to various needs directly read Excel file data, generally via ODBC or OLE way of reading, but both methods have limitations. The party is about indepen
CSVParser
- The CSVParser class is an abstract class that parses a file (or stream) of comma-separated values. Being abstract, it must be inherited by a programmer-developed class, which must, at a minimum, implement the abstract methods. Most of the methods in