资源列表
200621320392685
- 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。 -This is a true 32-bit compiler source code, can directly produce low-level machine code and x86 PE
MacroCCompiler
- 一个小型的c语言编译器,做的非常好,不过不是我做的.
The-compiler-morphology-analysis
- 编译原理中的词法分析实验 识别单词功能 适合初学者学习的实验-Compiling principle of lexical analysis to identify the word for beginners to learn of the function
qiduabyima
- 七段译码,硬件描述语句,完全正确,经过仿真验证的你,极其简单的,有助你快速学会使用。-The seven-segment decoder, hardware descr iption statement entirely correct after the simulation is extremely simple, will help you quickly learn to use.
106009
- 编译原理,用c语言实现,综合程序编译过程实现PL0扩展-Compiler theory, c language, a comprehensive program to achieve PL0 extend the compilation process
Project3
- 简单的编译器 将klein转换为MIPS语言-Simple compiler klein into MIPS language
VCbianyiqi
- 自制的vc环境下的编译器,词法语法,符合c的基本编译,特殊的可自己添加-Vc-made environment, compiler, lexical syntax, in line with the basic compilation c, special to add yourself
xiaosunjavafanyizhuanjia2
- 反编译专家,很好用的。支持右键,支持文件夹反编译-Decompile expert, well used. Support the right to support decompile folder
Complier
- 语法分析,词法分析,三地址码解析.外加说明文档。
grammatica-0[1].4.tar
- Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号-Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and
344556775444
- 跟踪问题本质上是一个混合系统的状态估计问题[38】,即利用传感器的离散 观测来估计所感兴趣区域内目标个数和状态的过程,其中目标状态包括运动分量 (位置、速度、加速度)和属性信息(信噪比、谱特征,身份信息等)。目标跟 踪问题根据跟踪环境的不同可以分为单机动目标跟踪和多机动目标跟踪。-Tracking is essentially a hybrid system of the state estimation problem [38】, namely the use of sensors
LexicalAnalyzer
- 对象为c语言子集的词法分析程序 个人的课程代码