资源列表
[编译器/词法分析] 一个外国人写的C编译器源代码
说明:一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.<张志强> 在 2025-06-22 上传 | 大小:273kb | 下载:0
[编译器/词法分析] cifenqi
说明:词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reserva<黄枫> 在 2025-06-22 上传 | 大小:36kb | 下载:0
[编译器/词法分析] cifascanner
说明:这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!<何炜> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] JavaStruts中文文档
说明:JavaStruts 中文文档. 这是一本很好的struts的中文帮助文档, 在网上很难找到。-JavaStruts Chinese documents. This is a very good struts help the Chinese documents, the Internet is hard to find.<汪峰> 在 2025-06-22 上传 | 大小:1.3mb | 下载:0
[编译器/词法分析] 编译原理课程设计指导书
说明:此为一编译原理的课程设计大纲,在里面可以根据大纲的要求编写相应的代码-this as a compiler theory of curriculum design outline, the outline can be inside prepared at the request of the corresponding code<林肯> 在 2025-06-22 上传 | 大小:19kb | 下载:0
[编译器/词法分析] 新建 文本文档 (5)
说明:词法分析器的一个实验报告 附带的有一个词法分析器 新手可以随便看看!-lexical analyzer in a report experimental fringe of a lexical analyzer novice can easily see!<张一> 在 2025-06-22 上传 | 大小:2kb | 下载: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) is<张雷> 在 2025-06-22 上传 | 大小:108kb | 下载:0