搜索资源列表
clsReadUserFile
- 用于读取自由文本格式数据,并进行类似于解析的操作,适用于解析自定义格式文本
ini_operator
- 很多时候我们需要解析ini文件,这不是什么难事,但读入内存有什么用?还是不能使用,如果能解析时就直接存到我系统直接存取的数据结构或者类的对象就好了,想不想这么做,看我使怎么实现的吧!
c-star
- .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleE
PQDIF解析
- 基于C++编程,可解析PQDIF数据文件。 一个平台无关的电能质量交换格式文件的解析程序
XML_Testdemo
- 输入数据生成一个XML文件 然后对XML文件进行解析显示-Input data and then generate a XML document to parse XML documents show
parse
- 从报文总提取数据,并按照一定格式解析数据-Total extract from the packet data and parse the data according to a certain format
xml
- 从指定的xml文件中读取数据,并解析和显示到表格框内-From the specified xml file to read data, and parse and display the form box
readFile
- 在公司中,对不同年份的报表解析操作,给出2009年与2010年的数据,程序为MFC应用程序,操作友好。-Parsing and operation for reporter with different years.
read_NCS_BAR
- 爱立信基站设备中的NCS统计数据为二进制,该源代码将NCS统计数据解析为明文格式。-The NCS statistics Ericsson base station equipment for the binary and the source code will be resolved NCS statistics in plain text format.
pereader
- PE文件解析,读取pe文件头、数据目录表、块表-PE file parsing, read the PE file header, data table of contents and block
data_Parase
- 针对文本文件中的数据进行解析,生成定制的c文件,文件解析。-parase the txt type file, generate the c type file,...
429shujujiexi
- 解析429协议的数据,第一次选择要解析的数据,第二次选择解析后数据存储的文件名。-Analytical data 429 protocol, first data to be parsed, the parsed data a second time to the stored file name.
ucaskey_edit_tool
- 对卫星网上的解加密节目的biss key 和crypto key ,网上是存储key是 txt数据格式,通过解析转换为excel格式,然后再作编辑,也可以从excel格式转换为bin格式-Satellite Internet Solutions program biss key encryption and crypto key, key storage medium is a data format is txt, convert excel format by parsing, then e
xml_null
- 通过c/c++解析XML文件,根据特定的格式获取XML文件中的数据。-By c/c++ parse XML documents, access to the data in the XML file according to a specific format.
Delphi解析修改Json文件
- 说明:读取文件时如果json文件中包含中文格式,那么在读取时必须保证为获取字段为UTF8String类型。 jRet.O['WindSpeedLine'].A['coordinates'][0].AsArray().add(jo);//对与数组嵌套的json,可以通过这种方式添加。 读取或者声明的jo := SO();不能用clear()清空,否则add(jo)就会成为空数据。