资源列表
刘琴-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
RPN
- 编译原理,逆波兰式 编译原理,逆波兰式 -RPN
small_c_compiler
- 一个小的c语言的编译程序源代码,不需要密码直接解压。-a small c language compiler source code, not directly extracting passwords.
139123456789
- 编译原理的一部分,语义分析代码,请大家
PLSQL_First
- plsql的开发基础,里面大部分为总结出来的 lob、beiles、default、out参数、nocopy编译器...等等plsql中基本的操作和技术信息,还有一些小小的联系,对于初学者来说,是一个很好的学习资料-plsql development foundation, which summed lob, beiles, default, out parameters, nocopy compiler ... plsql in basic operations and technic
BYYL
- 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。
2004ChinaUndergraduateMathematicalContestinModelin
- 2004China Undergraduate Mathematical Contest in Modeling (CUMCM)是2004年全国数学建模大赛的题目(B题)。现将题目,建模过程及利用“多元线性回归和人工神经网络”解题的源代码上传给大家一起分享。
goodcompilerPL
- 很好的一个源码,你可以下载下来自己看一看,很受用的-a good source code
compilerPL
- 编译原理课程设计VC实现源码(可以运行)-Course Design Compiler Principle VC source (run)
NE555-as-temperature-regulator
- In this archive is included an example code in proton basic compiler how to implement NE555 as temperature regulator.Working principle is based on the change of resistance of variable resistor NTC. Changing its resistance changes and the frequency ge
lex.rar
- 这是我们的一个实验报告,是词法分析器的,希望对大家有帮助,This is our report on an experiment is the lexical analyzer, and I hope all of you help
LEX
- c语言实现的PL/0词法分析器,自己的第一个编译程序....还是不错的