搜索资源列表
LCCsourcecode
- 可变目标c编译器设计与实现的源代码,写的非常不错,可以参考一下,写个自己的编译器-Variable objective c compiler design and implementation source code, written in very good for reference, write your own compiler
pl0
- 有用的编译原理课程设计,欢迎大家下载和参考,-Useful compiler theory of curriculum design, welcome to download and reference, thank you
bianyiyuanli_PL0
- 编译原理本科课程设计,调试正确,能运行,仅供参考-Compiler theory undergraduate curriculum design, debug properly and can run for reference purposes only
lex
- 自动生成编译过程的词法分析器,可以作为编译原理课程设计的参考程序。-Lexical analyzer compiler automatically generates the process can be used as a reference compiler theory curriculum design process.
yacc
- 自动生成编译过程的语法分析器,可以作为编译原理课程设计的参考程序。-Automatically generated parser compilation process can be used as a reference compiler theory curriculum design process.
Skyblue_Mine
- 用VC++6.0设计的扫雷小游戏,需要编写的可以用来参考。-VC++6.0 design of the mine game, you need to write can be used to reference.
a
- 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法