资源列表
thegrammer
- 以前老师留的作业,语法分析器。有兴趣可以看看。-Teachers leave the job before the parser. Interested can look at.
编译原理词法分析
- 一个C语言编写词法分析程序
hdb3
- 在VHDL平台上实现HDB3编码的源程序已调试完
Cpp2
- 编译原理 语法分析 分析begin u:=0 end #
tinycompirer
- 史上最小编译器, 并提供两个该编译器下的文件。据说能看懂这个编译器代码的都是神仙鬼怪。-The history of the smallest compiler, and the compiler of the two documents. It is said that the compiler can read the code are immortal ghosts.
compiler
- 这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。
fuyanlidechengxu
- 很有问题的代码,千万不要看。。 。。 。。。
LexicalAnalysis
- 编译原理词法分析 实现的比较简单 是类Pascal的-Compiler theory of lexical analysis
client_udp
- C++ SOCKET UDP IMPLIMENTATION
diguixiajiangfenxiqi
- 递归下降分析法设计与实现,可以分析E--TG和T--FS-Recursive descent analysis Design and Implementation
b33
- 简单的汉明码编码和解码,简单实用,适合初学者使用-The hamming code
carInfo
- A program that stores car record using linkedlist. More like a small depot record program.