搜索资源列表
cminus
- 简化C编译器的程序示例,该程序采取了最简单的实现方法,用lex&yacc工具的辅助,实现一个C编译器的框架,省略了中间代码生成部分和代码优化,直接生成汇编代码,实现了while语句、加法运算符等的翻译。-Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler f
MPLAB_C18_C
- 介绍MPLAB C18的使用,语法介绍、优化、示例程序等。-Introduction to the use of C18 MPLAB, syntax introduction, optimization, sample programs, etc.
程序设计语言编译原理
- 高级语言程序编译原理 内容包括词法分析、语法分析、属性文法与语法制导翻译、语义分析与中间代码产生、符号表与运行时存储空间组织、优化与目标代码生成、并行编译技术。(Compiler design principles)
pso_Trelea_vectorized
- 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)