-
PL0_CPP C++版本的PL0 语言的编译器,实现了编译器的一般功能
PL0_CPP C++版本的PL0 语言的编译器,实现了编译器的一般功能-PL0_CPP PL0 version of the C language compiler, a compiler to achieve the general functions
- 2022-02-07 03:15:48下载
- 积分:1
-
Pascal language parser source code and documentation, prepared with Yacc, as com...
Pascal语言的语法分析器源程序和开发文档,用Yacc编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language parser source code and documentation, prepared with Yacc, as compiler theory courses of study reference source documents compiled by
- 2022-07-24 21:13:12下载
- 积分:1
-
一个简单词法分析,用Java写的,有界面的
一个简单词法分析,用Java写的,有界面的-this is written in Java
- 2022-12-19 20:45:03下载
- 积分:1
-
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程...
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程序应能发现输入串出错。
3、 设计两个测试用例(尽可能完备,正确和出错),并给出测试结果
-1, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2022-01-24 15:25:13下载
- 积分:1
-
一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译...
一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-new compiler, against vb and English. The procedures include detailed lexical analysis, grammar analysis, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
- 2022-02-12 13:50:48下载
- 积分:1
-
OH, a c variable target language compiler source code, the compiler can use vc.n...
lcc,一个可变目标c语言编译器的源码,可以用vc.net编译-OH, a c variable target language compiler source code, the compiler can use vc.net
- 2022-10-23 11:50:03下载
- 积分:1
-
BANYAN emulator driver support USB 2.0/USB1.1 support Win2000/WinXP support SDT...
BANYAN仿真器的驱动
支持USB 2.0/USB1.1
支持Win2000/WinXP
支持SDT 2.51, ADS 1.2, RVDS,Multi2000, CodeWarrior, IAR,GDB/Insight源代码级调试
支持ARM7/ARM9/XScale系列CPU 支持CPU内核类型自动检测 支持多ARM内核处理器
-BANYAN emulator driver support USB 2.0/USB1.1 support Win2000/WinXP support SDT 2.51, ADS 1.2, RVDS, Multi2000, CodeWarrior, IAR, GDB/Insight source-level debugging support ARM7/ARM9/XScale Series CPU core CPU support automatically detect the type of ARM to support multi-core processors
- 2023-06-14 01:45:08下载
- 积分:1
-
词法分析程序设计 1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的...
词法分析程序设计 1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的-Lexical analysis program design one, given the various types of code word symbols. 2, lexical analysis procedure should be able to detect errors in the input strings. 3, again as a separate lexical analysis prepared for morphological analysis of binary sequence composed of
- 2022-03-25 19:56:04下载
- 积分:1
-
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。...
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。- And the hands of the right programming language source for the scanning process of decomposition of various word lexical analysis methods.
- 2023-08-11 06:45:03下载
- 积分:1
-
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) a...
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) and GWBASIC (MS-DOS).
- 2022-01-26 06:17:10下载
- 积分:1