资源列表
[编译器/词法分析] LexicalAnalyzer
说明:手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr<罗丹> 在 2025-06-14 上传 | 大小:330kb | 下载:0
[编译器/词法分析] LRAnalysis
说明:(1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)<罗丹> 在 2025-06-14 上传 | 大小:148kb | 下载:0
[编译器/词法分析] IAR_Embedded_Workbench_3.1
说明:IAR Embedded Workbench 3.1最新版本编译器,带破译工具-IAR Embedded Workbench 3.1 lastest version compiler with craker tool.<whuasan> 在 2025-06-14 上传 | 大小:47.44mb | 下载:0
[编译器/词法分析] parsesrc
说明:TExprCalc is a Delphi component written around the original Parser.dll. The original parser has been modified and the Symbol table changed to a TList. This made it possible to create the parser for 16 and 32 bit. It is no longer a DLL but an<Zhou Qing> 在 2025-06-14 上传 | 大小:30kb | 下载:0
[编译器/词法分析] afparser
说明: TParser parses and evaluates mathematical expressions specified at runtime. Its performance is remarkable - only 40-80 slower than similar compiled expression - and it is by far the fastest parser on the freeware market.- TParser parses and<Zhou Qing> 在 2025-06-14 上传 | 大小:21kb | 下载:0
[编译器/词法分析] keilC51fullEssentialsTutorial
说明:keil+C51教程完整精华版:《Keil+Cx51+编译器中文教程PDF版》,C51教程完整版PDF,KEIL+PDF教程精选,KEIL精华宝典-keil+ C51 full Essentials Tutorial<liangliang> 在 2025-06-14 上传 | 大小:18.34mb | 下载:0
[编译器/词法分析] MC18librarycompiler
说明:MC18编译器函数库: 硬件外设函数 软件外设函数库 通用软件函数库 数学函数库-MC18 library compiler: hardware peripheral functions common software library software peripheral library math library<liangliang> 在 2025-06-14 上传 | 大小:833kb | 下载:0