-
实现词法分析,用VB写的对结果进行分类显示
实现词法分析,用VB写的对结果进行分类显示-achieve lexical analysis using VB wrote to the classification results show
- 2022-01-23 10:12:35下载
- 积分:1
-
small c for dos/z80
small c for dos/z80
- 2022-02-03 09:37:15下载
- 积分:1
-
这个源为C编译器生成的386或
This the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of LONG on unix machines is so big
some of the code generated gets messed up.
- 2022-02-07 18:17:54下载
- 积分:1
-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分:1
-
用C++语言在VC6.0环境下编写的小型c语言编译器,功能已经验证。...
用C++语言在VC6.0环境下编写的小型c语言编译器,功能已经验证。-Using C++ language environment in the preparation of VC6.0 small c language compiler, the functions of authentication.
- 2022-10-12 12:45:03下载
- 积分:1
-
判断a^mba^n m,n=0的字符串
判断a^mba^n m,n=0的字符串- Judges a^mba^n m, the n=0 character string
- 2022-05-24 12:20:42下载
- 积分:1
-
Pascal语言的词法分析器源程序和开发文档,用LEX编写,可作为编译原理课程的学习参考,源文件已编译通过...
Pascal语言的词法分析器源程序和开发文档,用LEX编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language lexical analyzer and source documentation, prepared with LEX, as compiler theory courses of study reference source documents compiled by
- 2022-06-19 02:19:43下载
- 积分:1
-
The translation principle procedure, please much advises.
编译原理程序,请多指教。- The translation principle procedure, please much advises.
- 2022-08-26 09:51:32下载
- 积分:1
-
用java实现的简单编译器,希望对大家有用
用java实现的简单编译器,希望对大家有用-Achieved with a simple java compiler, and hope for all of us
- 2023-08-25 22:25:03下载
- 积分:1
-
Translation principle first experiment content
编译原理第一次实验内容- Translation principle first experiment content
- 2022-12-21 21:45:03下载
- 积分:1