-
自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出...
自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出-To write a compiler, you can read from the binary files for some c procedures, identification and expression of c some simple statements, the last generation of ternary output
- 2023-06-12 09:50:03下载
- 积分:1
-
一个自己写的NFA转DFA的程序,编译的作业,很不错哦!
一个自己写的NFA转DFA的程序,编译的作业,很不错哦!-Write their own procedures for NFA to DFA, the compiler of the operation, is pretty good, oh!
- 2023-01-31 07:30:03下载
- 积分:1
-
small c for dos/z80
small c for dos/z80
- 2022-02-03 09:37:15下载
- 积分:1
-
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。...
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。
2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。
-1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory courses on the key processes (lexical analysis, grammar analysis, static semantic analysis, Code Generation) and the related purpose of the algorithm. 2. The passage of the experiment to understand and master the general compiler of the methods and procedures for organizations testing methods.
- 2023-03-02 11:40:04下载
- 积分:1
-
正则表达式
regex-spencer-3.8-lib.zip
- 2022-03-05 17:35:07下载
- 积分:1
-
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary .但很粗糙,处女做,以后有升级版。...
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary .但很粗糙,处女做,以后有升级版。- Similar vc6 integrated development environment source code,
editor, compiler, debugger, automatic code production technology,
complete, including CJlibrary But is very rough, the maiden does,
later will have the promotion version.
- 2022-08-17 13:31:06下载
- 积分:1
-
#包括<;fstream & gt;
#include
- 2022-02-03 06:24:20下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
一个Modula
一个Modula-2语言分析器-A Modula-2 language analyzer
- 2022-03-10 22:13:55下载
- 积分:1
-
Turbo Pascal BOOK. Very good for beginners!
Turbo Pascal BOOK. Very good for beginners!
- 2023-02-21 08:20:03下载
- 积分:1