-
一个由LEX编写的C
一个由LEX编写的C-词法分析程序。为锻炼使用者能力,未加载LEX已编译的代码。建立时最好建立控制台程序。-LEX written by a C-lexical analysis program. The user the ability to exercise without load LEX compiled code. Is best to establish procedures for the establishment of the console.
- 2022-03-24 22:33:27下载
- 积分:1
-
GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器
GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器- GCC and the PROGMEM Attribute.pdf , introduce gcc。
- 2023-03-16 02:30:02下载
- 积分:1
-
Jode Decompiler.安装方法:点击Eclipse的Help菜单
Jode Decompiler.安装方法:点击Eclipse的Help菜单 --> Software Updates --> Find and install...,然后选择:Search for new features to install,在弹出的对话框中点击"New Remote Site..."菜单。填入:Name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update点击"Finish"。之后可以在Window菜单的Preferences --> Java -->Jode Decompiler中配置插件的信息。-Jode Decompiler. Installation method: Click Eclipse
- 2022-03-23 09:04:53下载
- 积分:1
-
YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助....
YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助.-integrated development environment, now find it really is not easy, with its own collection of some examples, and I hope to be helpful.
- 2022-01-28 14:51:27下载
- 积分:1
-
这个程序为C++编写的词法分析器,能够简单的分析一段代码,供学习之用。...
这个程序为C++编写的词法分析器,能够简单的分析一段代码,供学习之用。-This procedure C++ Prepared lexical analyzer that can analyze a simple piece of code for learning purposes.
- 2022-02-02 00:09:32下载
- 积分:1
-
Yacc例子代码
Yacc例子代码-Yacc example code
- 2022-03-07 16:30:57下载
- 积分:1
-
在此提供给大家有关C语言的一些经典文档(英文)
在此提供给大家有关C语言的一些经典文档(英文)-In this available to everyone on the C language, some of the classic document (English)
- 2022-03-31 08:51:28下载
- 积分:1
-
1、构造该算符优先文法的优先关系矩阵或优先函数;
2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定
1、构造该算符优先文法的优先关系矩阵或优先函数;
2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
3、算符优先分析过程应能发现输入串出错。
-1, construction of the operator the priority of the priority relation matrix grammar or priority function 2, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2023-06-11 00:45:03下载
- 积分:1
-
用LL(1)法对布尔表达式的语法分析
用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar
- 2022-01-21 05:59:58下载
- 积分:1
-
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运...
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in accordance with the cut into a series of words. Word is the language with the smallest unit of independent significance, including reserved words, identifiers, operators, and constants, such as punctuation.
- 2022-07-14 05:54:40下载
- 积分:1