资源列表
[编译器/词法分析] 新建 文本文档 (5)
说明:词法分析器的一个实验报告 附带的有一个词法分析器 新手可以随便看看!-lexical analyzer in a report experimental fringe of a lexical analyzer novice can easily see!<张一> 在 2008-10-13 上传 | 大小:2.38kb | 下载:0
[编译器/词法分析] yacc_lex
说明:编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler - Compiler) i<张雷> 在 2008-10-13 上传 | 大小:107.81kb | 下载:0
[编译器/词法分析] 李广军-0201-20-词法分析
说明: 编制一个词法分析程序,从输入的源程序中,分析出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、界符五大类。并依次输出每类单词,错误时记下出错的行列,出错原因,然后跳过错误部分继续分析-compiled a lexical analysis procedures from the importation of the source, the analysis of the various independent significance of the word, that is to<苏亮> 在 2008-10-13 上传 | 大小:43.7kb | 下载:0
[编译器/词法分析] 刘琴-0206-44-自动机的应用
说明:本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u<苏亮> 在 2008-10-13 上传 | 大小:86.84kb | 下载:0
[编译器/词法分析] stephen的编译
说明:编译原理 小程序设计 用C语言实现一个简单的词法分析程序-small compiler theory C programming language used to implement a simple lexical analysis procedure<张土生> 在 2008-10-13 上传 | 大小:6.08kb | 下载:0
[编译器/词法分析] lr
说明:构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K)<坤> 在 2008-10-13 上传 | 大小:11.46kb | 下载:0