资源列表
bianyiyuanli2
- 编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
cifafenxi
- 词法分析程序 编译原理作业 可以识别关键字整形字母分隔符 等-The lexical analyzer compiler theory operation can identify the keyword plastic letters separator
Interactive-iPython
- 使用求解器求解问题的脚本语言,蛮好的可以学一学有助于求解编程-Solver to solve the problem of scr ipting languages, the fine can learn a science can help solve the programming
Main
- 哈弗满树编译器,好东西来的,哈弗满树编译器-Harvard Ilex compiler
VDiff_zxcc__src
- 外国牛人写的比较器,相当于beyongcompare-source code compare
AddChkSum2Bin
- 编译器调用打包工具,将编译得到bin文件加入识别码,以防止升级错误-Compiler invocation packaging tool will compile the bin file to the ID to prevent the upgrade error
MNss
- 完美应用,解决一切难题,让你的生活无忧无虑-Perfect application to solve all problems, make your life carefree
LRCompiler-1.0
- 从网上淘来的,挺好的代码,看看增加对编译技术的理解-From scouring the Internet to good code, take a look to increase the understanding of compiler technology
The-PL0-compiler-extensions
- C++ BUILDER编写的功能扩展后的PL0编译器,文件包含了完整的源代码和几个测试用例。-C++ BUILDER extensions written PL0 compiler, the file contains the complete source code and a few test cases.
cormack.f.tar
- A crude but working 1D scalar advection PDE solver using the MacCormack scheme.-A crude but working 1D scalar advection PDE solver using the MacCormack scheme.
Compiler
- 编译器 源码 词法分析 文法分析 目标语言-Compiler source lexical analysis of the grammatical analysis of the target language
complex
- Complex 类的运算符重载 (1) + :重载+,用来完成两个复数的加法; (2) - :重载 - ,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中 a 为实部,b 为虚 部。 -Complex 类的运算符重载 (1) + :重载+,用来完成两个复数的加法; (2) - :重载 - ,用来完成两个复数的减法