资源列表
gouzaofenxibiao
- 实现编译原理构造分析表的c++程序源代码 实现编译原理构造分析表的c++程序源代码-The realization of the principle of structural analysis compiled table c++ Compile source code to achieve the principle of structural analysis table c++ Source code
LL(1)yufafenxi
- *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充: 程序存在问题: (1) follow集不能处理
Pascal-language-parser
- 编写包括if语句、赋值语句即含有加和乘运算的表达式等语法结构的Pascal子集语言的语法分析器-Preparation, including if statements, assignment statements that contain addition and multiplication expressions such as a subset of the grammatical structure of the Pascal language parser
yufa
- 对已给语言文法,利用递归子程序法,编制语法分析程序,要求将错误信息输出到语法错误文件中,建立符号表和输出语法树。
yufa
- 词法分析,语法分析,语义分析综合运用,很好的源码
CCoffFormat
- TI tms470 coff 格式文件解析
code
- 简单自顶向下的语法分析样例,可以供语法编译的初学者学习-Simple top-down parsing example, the syntax can be compiled for beginners
good
- 计算微粒的的运动时间,TIME/步,每一步长为25个单位。根据随机方向改变粒子的方位
yffx
- 经过学习了编译原理,实现一个语法编译器,翻译为中间代码的形式-After learning the compiler theory, the realization of a grammar compiler, translated into the form of intermediate code
SheBeiGuanLi
- 它是大一时用C语言编写的一个设备管理系统。实现的功能从注册新用户,登陆管理系统后有1:修改密码2:设备信息录入3:设备信息修改4:设备信息分类统计5:设备信息查询6:显示所有设备信息。
表达式解析器
- 设计一个表达式解析器,能处理5种操作符:+,-,*,/,(,) 从cmd输入一个表达式字符串,输出计算结果
compile
- 编译的词法语法分析器 下载直接运行使用 有详细注释