资源列表
12345
- 这是一个C语言编写的实现的是对输入语句进行建单的词法分析的法分析器的源程序,是我们的作业,可以运行
parser.c
- 简单的c语法分析器,实现c语言基本的语法分析功能-C simple parser to achieve the basic c language parsing capabilities
main
- 这个东东主要是说语法分析的,所以不会做编译原理的可以看看。-The main point is that parsing stuff, so do not do compiler theory can be see.
zzzzz
- 一个词法分析的小程序 用vc++6.0做的 比较简单 还能用-a lexical analysis procedure using a small 6.0 vc do still use relatively simple
cffx
- 简单的词法分析器 可以分析数字字符符号-Simple lexical analyzer can analyze the number of characters in symbols
Getsym
- 用java实现简单词法分析器,编译原理实验-Simple lexical analyzer using java, compiler theory test
analyse
- 词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }
cuneyt
- CF Converter Control Code
cifa
- 词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为4。 分隔符包括:,、 、{、}、(、)、【、】; 单词
mrac
- 自适应控制的简单程序,对于初学者有很大的帮助,大家共同学习,共同进步-In order to improve the adaptation property of the system by making the best of the direction of distribution of radar measurement errors, a optimum estimation algorithm for Kepler orbit is proposed, which yields a
crc_code_3
- this code is for checking the crc connection
symtbl
- Symbol table program for a compiler construction