搜索资源列表
whale-0.3.2-src.zip
- Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output pars
XML_expat
- 一个用visual studio C++开发的XML文件解析和生成程序.-visual studio with a C development of the XML document parsing and generating procedures.
scew
- 运用expat解析XML文件接口C源代码
expat-2.0.1.tar
- XML解析源代码expat2.01版,lib目录能用于C++代码中
C-XMLDemo
- C写的XML解析器,方便好用。可以嵌入自己的项目
minixml
- 用C写的十分精巧的XML实现程序库,包括简单的示例程序
whale-0.3.2-src
- Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XM
parser
- 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Proced
btmn
- web asp.net, code c# and use xml.
xerces-c-3.0.1.tar
- 这个是在linux环境下解析xml文档的很好的工具,与大家分享-for-linux:xerces
xmlexpaln
- 解析XML的C语言代码本人用心写完可在嵌入式系统中运行-Parsing XML in C language code, I carefully finished, can be run in embedded systems
Markup112
- RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言
tinyxml
- 提供对xml进行解析的库文件,支持创建、编辑等操作-tinyxml for xml,in C/C++ environment.the latest version
Real-timeconversionmethod
- 为了融合图形化和文本语言2种编程方式的优点,提高教育机器人编程平台的直观性和通用性,结合编程平台要求,设计出流程图与类C语言双向实时转换方法.在进行流程图到类C语言转换时,实时根据各个模块间的父子关系遍历模块树,并根据功能模块封装的库函数和语句完成转换,在转换过程中实时进行类c语言规则检查.在进行类c语言到流程图转换时,首先通过词法分析、语法分析和语义分析生成XML代码,再进行统一解析生成流程图.在转换过程中实时进行错误检查,出现错误所在行会高亮显示以提示用户,并给出错误原因以便于用户修改程序.