资源列表
cifafenxi
- 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列-Compilation Principle- lexical analysis functions: Input: the grammar of the source code to the output string: Binary Group (syn, token or sum) constitute a sequence
ex_timer01
- Timer 1 C program source code
GETSYSM
- 编译原理实验,用java实现词法分析器,识别关键字、标示符等-Compile principle experiment, the lexical analyzer with java implementation, identify keywords, identifiers, etc.
bianyishiyanyiyufafenxiqi
- c++编写的编译语法分析器,功能一般,能分析基本的表达式,这是我们编译的第一个实验,真是难做啊-c prepared by the parser compiler, functional general, the basic analysis of the expression, and this is our first translation of an experiment is difficult ah
ParserGeneratorForCalculator
- 自动生成工具lex yacc构造的小计算器
suanshutobolan(VC)
- 编译原理中的语义分析中的由算术表达式到波兰式翻译
LexicalAnalyzer
- CMM词法分析器,用java实现!解释器构造中的词法分析部分。-CMM lexical analyzer, using java to achieve! Interpreter structure in lexical analysis part.
程序的词法分析
- 对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
PL0-lab-report-
- 编译原理PL0实验报告 内含完整的程序和分析报告-PL0 lab report compiler theory
IORO
- 可以直接运行的C语言开发的,编译原理的词法分析器!多的不说!能用是关键!为本人课程设计时做!-direct operation of the C-language development, Compiler Principle lexical analyzer! not many! can be used is the key! I courses for the design!
pmsm_chbpwm
- 永磁同步电机的闭环控制,使用的是自己编写的PMSM模型,袁登科一书上面的例子,电流滞环矢量控制-Closed-loop control, the use of permanent magnet synchronous motor is to write your own the PMSM model, the Yuan Dengke book above example, hysteresis current vector control
Symboltableafterlexer
- A simple program for scanning and parsing given grammer.