搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
xingshiyuyan
- 一个形式语言与自动机的PPT..希望有需要的朋友笑纳 -language with a form of automatic machine PPT. . Want to have a friend in need of heart
Compile
- ‧ 第1章 :编译程序概述 ‧ 第2章 :文法和语言的形式定义 ‧ 第3章 :有穷自动机 ‧ 第4章 :词法分析 ‧ 第5—7章 :语法分析 ‧ 第8章 :语义分析和中间代码生成 ‧ 第9章 :运行阶段的存储组织与分配 ‧ 第10章 :符号表 ‧ 第11章 :中间代码优化 ‧ 第12章 :目标代码生成
formal
- 形式语言与自动机讲义(考博必备)。形式语言是研究自然语言和人工语言的数学工具,以状态自动机为基础,建立抽象机器模型。
图灵机Java源码
- 本资源给出了Eclipse下图灵机的完整Java程序源码工程包,开发说明文档中给出了图灵机概要设计,功能实现程序结构剖析,明了易懂,源码导入Eclipse即可使用,无需编译,实用性极强。 功能简述:Java GUI(AWT)生成图灵机工作模型的图形化界面模拟展示,可用于语言的识别,函数的计算,某种语言的产生。具体实现了以下八种常用的图灵机模型如下: 1 二进制数加法 2 二进制计数器 3 二元回文 4 同等数量a和b的识别器&nbs
formalLanguageAndAutomata.rar
- 形式语言与自动机,重要的计算机理论基础教程. ,Formal Languages and Automata, the theoretical foundation of computer tutorials.
RLAnalyzer.publish
- 使用c#作为开发工具,实现形式语言与自动机理论中的RLA.-Use c# as the development tools, implementation forms of language and automata theory in the RLA.
FormalLanguages
- 描述形式语言与自动机理论,快速掌握其原理,为后续学习打下良好的基础-Described in the form of language and automata theory, to grasp the principle, for the follow-up to lay a solid foundation for learning
SimplifyProduction
- 实现了编译原理(或形式语言与自动机)中ε产生式的消除,有界面-Achieved the elimination of ε productions, there are interfaces
ZiDongJi
- 自动机的视频压缩文件第2章 形式语言与自动机理论基础.ppt-ZI DONG JI
121
- 形式语言与自动机的研究生课程 课件。讲的比较全的还是-the teaching
DFormalLanguae
- 描述形式语言与自动机理论,快速掌握其原理,为后续续学习打下良好的基础 ,经测试 -Descr iption of formal languages and automata theory, quick to grasp the principle, and lay a good foundation for the subsequent continuous learning, tested
DFA
- 形式语言与自动机中DFA(确定的有限自动机)的java实现-Formal Languages and Automata (DFA) to achieve the java
NFA
- 形式语言与自动机中NFA(不确定的有限自动机)的java实现-Formal Languages and automata NFA (uncertain Finite Automata) to achieve the java