资源列表
simple23456
- 用C++语言编写一个简单语言的编译器 能实现词法分析,语法分析,语义分析 四元式输出-C++ language using a simple language, the compiler can achieve lexical analysis, syntax analysis, semantic analysis quaternary-output
20356875545
- 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
Lexicalanalyzer
- 这是个一个词法分析器,我学编译原理做的一个课程设计-This is a lexical analyzer, the principle I have learned to do to compile a curriculum design
Exercise-T74_OperatorOverload
- Operator Overloader. Overloads certain operators such as +,=, ,<,>
DFA自动版
- 我的编译原理大作业,自动分析语法,判断语句是否符合规则。DFA即有穷自动机。因为这个工作量比较大,所以恕我不无帐号发放了。-I build large operating principle, automatic syntax analysis, judgment statement with the rules. DFA that the DFA. Because the workload is bigger, it is not without regret that I paid the
kill_self
- delphi自杀程序,执行为相关任务后,删除程序本身!-delphi suicide procedures, the implementation of relevant tasks, the deletion of the process itself!
简易语法分析程序
- 编译原理课程的试验中的语法分析部分,程序比较长,附带报告-compiler theory courses in grammar test analysis, long procedures, fringe report
KalmanAll.tar
- Kalman filter. Implemented in MATLAB.
ex4
- 编译原理实验四 递归下降语义分析 附加实验报告-Recursive descent compiler principle experiment four additional experiments reported semantic analysis
DFAjuti
- 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
20060221java_code001
- 词法分析器 实用的自己写的词法分析器 课程设计可用来参考-Practical lexer lexer to write their own curriculum design can be used to refer to
于 VC6 下编译 Lua 源码
- 教你于 VC6 下编译 Lua 源码,附 20 个测试的 Lua 范例及 VC6 完整的工程代码.