资源列表
pl0
- pl0编译器可以进行词法分析、语法分析、语义分析、目标代码结构和代码生成-the pl0 compiler can be lexical analysis, syntax analysis, semantic analysis, object code, and code generation
S_Scanner
- 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表
RS485
- RS-485 introductory information for beginners microcontroller students help! Welcome to download!
SomaVetorRecursivo
- recursive vector sum
translater
- 汇编语言的解释器,可以将指定的汇编语句翻译成指定的机器码
kode-siklik
- about kode siklik encoder and decoder a signal
Compiler-design
- 实现一个小编译程序(包括符号表的构造,词法分析,语法分析,中间代码产生)-A compiler (including the symbol table structure, lexical analysis, parsing, intermediate code generation)
sdfefefa
- 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve the
2
- 词法分析器状态图转换 识别标识符的状态转换图的理论知识和算法实现-Lexical analyzer state diagram conversion identifier to identify the state transition graph theory and algorithms to achieve
chifafenxiqi
- c—语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。程序要做成命令行程序,带两个参数,分别表示输入和输出文件名。
pl0vc
- 用vc编写的基本pl/0语言,简单易懂.
11
- 三个关于编译原理的课程设计,很实用的,也许对你由帮助