资源列表
lex_calculater
- Lex文法写的计算器,对学习编译原理的同学是不错的选择,看看它的强大功能吧-Lex wrote the calculator grammar, compiler theory of learning students is a good choice, the power of it to see if it
cifafenxi
- 上课时老师给的一个词法分析器,很好用。注意:使用时要在工程中建立exa.txt.-Class teachers to a lexical analyzer, a very good use. Note: when used in the project to establish exa.txt.
cifafenxi
- 求n!的最小语言,编译器词法分析功能-For n! The minimum language, compiler lexical analysis function! !
85126407
- 此程序用C语言编写的词法分析,实现功能比较简单,但可以满足基本需要。
815
- 键盘扫描子程序.lcd1602液晶显示子程序.ad子程序
encode
- 光码器 编码器的使用方法其中是很总要的额 -Sensored Position Control of PMSM Using QEP
calculatore
- 小型计算器 实现简单的四则运算.功能不是很强大-small calculators to achieve four simple operation. Function is not very strong
compiler
- 该程序用VC实现了一个小型编译系统,在系统中实现了完整的词法扫描,语法分析,予以分析以及模拟代码生成等模块.
CheckVar
- 使用VC++对程序文件进行词法分析,找出程序中的有关变量相关的错误,如没有定义的变量,重复定义的变量等-Using VC++ on the program file for lexical analysis to identify process-related variables related errors, such as the absence of a definition of variables, definition of variables, such as duplicate
F040_ad
- 基于f040的ad
1
- 编译原理课程实验之一,PL/O语言的词法分析程序,请自行在资源文件中添加使用到的两个txt文件-Compiled one of the principle course experiment, the PL/O language lexical analysis program, please add the two txt files used in the resource file
lexical
- 该函数是词法分析程序的核心,它可以识别出源程序中的编写错误,以及找出关键字,变量等.具体请看源代码,注释很详细,但是肯定有不足的地方,请大家不吝赐教.