资源列表
cifafenxi
- C语言写的简单的词法分析器 对C语言进行词法分析-C lexical analyzer
lexical-analyzer
- 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedure given by the lexical analyzer to recognize one word symbols, and binary type (other types of code word, the word symbols of attribute values) shows. And
bianyi
- 汇编原理课设:主要有词法分析,语法分析,语义分析- A program to perform Euclid s Algorithm to compute gcd.
tuxiang
- 是一个图像处理的文件 自己用这不是太好将就一下啦!-Is an image-processing documents themselves will use this not very good about it!
vc6_RegExSource
- 正则文法匹配检测器,输入正则式,然后在选择的文档中搜索匹配。-regular grammar matching detector, it is imported, and then the choice in the search for matching files.
shu
- 行编辑器数据结构实验 本人实验时坐的 比教简单
WordAnaly
- 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析. 高手编的-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis. Masters series
CPP
- 我们提供了两个不同的源代码发行版:一个 与Microsoft Visual Studio工程。NET编译器和其他 该工程使用GNU编译器。在这些源代码 两个版本大体上是相同的,虽然有一些 在后面的章节方案,就必须改变,以适应 在MS的嵌套处理的限制模板。-We provide two different source code distributions: One that works with Microsoft Visual Studio .Net compiler
词法分析器
- 词法分析器-lexical analyzer
myby
- 一个使用回填翻译布尔表达式的编译原理动态教学程序,用JAVA程序实现,是学习编译原理的重要辅助工具,值得学习编译原理朋友们下载一看.-a translation using Boolean expressions backfill compiler theory dynamic teaching procedures, with JAVA program. Compiling the study is an important principle aids, worth learning com
littleC
- 这是一个模拟的C语言编译器---Little C程序。可支持递归、if语句、do-while、return等语句。
zifucuan_saomiao
- 这是一个编译原理中的扫描字符串的程序!希望能与大家分享