搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
ggbdsyh
- 中间代码的公共表达式优化算法,是编译原理学习的一个好例子-intermediate code of public expression optimization algorithms, compiler theory is the study of a good example
nasm-0.98.36-win32
- 一个x86汇编器,能在一些算法优化上能其很大作用-an x86 assembler, in some algorithms can optimize their great role
123
- 标准粒子群优化算法,非常好的非常经典的一个优化算法,Matlab编写的
SeDuMi_1_1R3
- matlab中uwb波形优化算法经常会使用的工具包:SeDuMi_1_1R3.
yalmip
- matlab波形优化算法经常要用到的matlab toolbox工具箱:yalmip
我编写的编译原理实验的词法分析程序
- 词法分析程序,不用多说了,算法是我优化了n久的,给大家参考一下-lexical analysis procedure Needless to say, I optimization algorithm is a long n, for your reference
Compilation
- 编绎过程中的优化及算法的实现, SSA下对domination tree ,融合函数的插入, 及相关问题的一个完整的project. -Interpretation of the process of code optimization and algorithm implementation, SSA under the domination tree, insert the fusion function, and related issues a complete project.
Research-of-Visualization-of-C
- 分析C程序的函数调用机制,阐述函数调用可视化实现技术,并利用GNU编译器工具链跟踪函数,对函数调用进行可视化展示,从而有助于对复杂函数调用特别是递归调用中的算法设计、栈区使用、代码优化等内容的理解。- The thesis analyses the mechanism of function call in C program,explains the realization technology of Visualization of function call,and displays th