搜索资源列表
parse.tar.Z
- 一个基于C++的语法分析类,可以用来定制自己的编译器
词法分析器-编译
- 基于c语言编写的关于编译中的词法分析算法的编程-based on the language compiler of lexical analysis algorithm programming
Ccomplier
- --- ---基于C语言的编译器的 简单实现
cifa
- 一个基于C语言体系下的词法分析器,能做简单的词法分析
基于C++开发的LL1
- 基于从C++开发的一个LL1文法分析器,内付源码,源码中还有一定的注释-from C-based development of a LL1 grammar analyzer, which paid source, there still is a certain source of the Notes
parse.tar.Z 基于C++的语法分析类
- 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
C-compiler
- 编译原理中的语法分析器,基于LL1文法,好东西啊好东西。-Compilation Principle in parser, based on the LL1 grammar, good things good things ah.
Lex
- 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
C-Compiler
- 基于VC++的C语言编译器的开发源程序 基于VC++的C语言编译器的开发源程序-The source program of C- Compiler base on VC++
16
- 单片机\16×16点阵显示屏左移.c基于c语言的编程-left move
C
- C++制作的基于算符优先分析方法的表达式语法分析器-C++ production method based on operator precedence expression parser
removeRBTee
- 在VC++6.0编译器环境下完成红黑树的删除,基于C++源码的编程 直接新建满足条件的红黑树,然后删除选定的结点-In VC++6.0 compiler environment to complete the removal of red-black tree, based on C++ source code directly to the new programming to meet the conditions of the red-black tree, and then delete
Markup112
- RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言
PL
- 基于C++的PL语言编译器(增加for、case、repeat等语句并扩充实数类型和函数功能)-Based on C++, PL language compiler (increase for, case, repeat and other statements and to expand the type and function of real functions)
Lexical
- 基于c的此法分析程序,用于学习编译原理,有详细注释-C of this method based on program for learning compiler theory, there are detailed notes
Syntax
- 基于c的语法分析程序,采用LL分析法,用于编译原理的学习,有详细注释-C-based parser, using LL analysis, compiler theory for the study, detailed comments
CPPcifafenxi
- 编译原理词法分析器基于C++手工构造的词法分析器-Lexer ci fa fen xi qi
C-MINUS
- 词法分析代码,是基于c++环境的词法分析,是需要输入文件,输出文件来进行的 -Lexical analysis code
lexer
- 这是编译原理中基于c语言的一个词法分析程序,分享的是一个c++的源代码. -This is a compilation c language based on the principle of a lexical analysis program, sharing is a c++ source code.
基于C-语言的词法分析及语法分析
- 学生在学习《编译原理》课程过程中,结合各章节的构造编译程序的基本理论,要求用C或C++语言描述及上机调试,实现一个 C-Minus 小编译程序(包括词法分析,语法分析等重要子程序),使学生将理论与实际应用结合起来,受到软件设计等开发过程的全面训练,从而提高学生软件开发的能力。
