资源列表
rubycon
- console scr ipt compiler
accent
- 有用,非常得有用。- Useful, extremely usefully.
3090104129_hw2
- 浙江大学 编译系统设计作业2 4.31 5.30
Autorun
- Autorun Utility - Just for fun it creted by powerbuilder
UniVar
- 一个多线程,多流程的脚本编译解释平台,能够同时运行多份脚本代码,流程可以直接加载任意接口的动态库,执行数据库库访问,存储过程和sql语句,加载支持双接口的com,支持多机通讯,曾用于cti开发,-A multi-threaded, multi-process platform to explain the scr ipt compiler that can run multiple copies of the scr ipt code, the process can directly inte
判断是否为LL(1)文法 java编写
- 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用java编写。
rs274ngc_new
- 数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码-NC system for the interpretation of the source code, independent of the operation, directly in the environment explained dos G code
PY_4
- 编译原理词法分析器实现四,基本实现了词法分析器的基本功能。-Compiler to achieve the four principles of lexical analyzer, the basic realization of the lexical analyzer
bianyiyuanl000
- 编译原理语法&词法分析器(附带实验报告)希望对大家有用
Conversionsyntaxhighlighting
- 语法高亮转换 将一个c++源代码文件转换成静态的html文件,并在浏览器中浏览网页时将c++关键字以高亮语法表示显示。因此在设计和实现的过程中需要预处理,把在html中需要转码的代码先转码,再对关键字进行高亮化显示。-Conversion syntax highlighting
MyIIS100
- 功能: 创建站点/删除站点/修改站点/修改密码/创建池/修改池/删除池 环境要求: IIS6.0 + MsFTP有+ NTFS
LRAnalysis
- (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)