搜索资源列表
编译原理详细解说
- 一个编译原理的教案,解说得很详细,相信对大家会有很大的帮助的-a compiler principles of lesson plans, explained very clearly, I believe there will be very helpful to the
cifa
- 词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面-lexical analysis, this is a lexical analysis procedure is compiled in principle prepared from the lesson, after several revisions. Also to analyze 10 9e of the word. More comprehensive
WHILE
- 编译原理课设 有语法分析 词法分析 3地址输出 可惜的是不是四元式输出-Compilation Principle lesson lexical analysis with parsing 3 address output It is a pity that instead of quaternion output
bianyi2
- 编译原理课设,包括词法语法和最后的运行结果。-Compilation Principle lesson set, including the lexical grammar, and the final results.
Compile
- 此课设是if else 条件语句的翻译程序. 功能说明如下: 1.整体词法分析; 2.if else语法分析,递归下降法. 3.三地址形式代码格式输出; 4.变量符号表的实现,即先定义变量才可以使用; 5.出错提示,具体行数出错提示; 6.作用域初步设计.-This lesson is that if else conditional statements of the translation process. Functions as follows:
PA1
- 清华大学计算机科学与技术系编译原理课大实验PA1,词法分析-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA1, lexical analysis
PA2
- 清华大学计算机科学与技术系编译原理课大实验PA2-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA2
PA3
- 清华大学计算机科学与技术系编译原理课大实验PA3-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA3
PA4
- 清华大学计算机科学与技术系编译原理课大实验PA4-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA4
compiler3
- 编译原理(丁文魁)包括编译原理教案、习题、考试提-Compiler theory (Ding Wenkui) including compiler theory lesson plans, exercises, tests mentioned
compiler4
- 编译原理备课笔记南京大学计算机系分布式实验室-Compiler theory lesson preparation notes Distributed Laboratory Computer Science Department of Nanjing University
DFA
- 正则表达式转化成DFA,运用的是递归算法,编译原理课的实验作业,希望能给大家帮助-Regular expressions into the DFA, the use of a recursive algorithm, and compile the experimental operation of the principle lesson, I hope to give you help
lesson-19(about-Dll)Code
- 深入详解教学:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Detailed teaching in-depth: the procedures for the preparation of the dynamic link library. The diff