资源列表
zhengguishizhuanNFAheDFAjizuixiaohua
- 用图实现的正规式转NFA转DFA,及对DFA的最小化实现。
resht
- 学习怎么自动刷新一个网址 tianhu83@126.com-learning how automatically update a web site tianhu83@126.com
syntax
- 用java进行编程,实现一个简单的语法分析的编译程序。-synax program
1
- 编译原理大新实验代码dfanfa转化实验要求等-Dah Sing Compilation Principle dfanfa transformation test experimental code requirements
votRajn
- program to count votes using 8051 microcontroller
414viterbi
- 2. 该程序可以将随机生成的0,1序列经过卷积编码器产生(4,1,4)卷积码,然后将卷积码经过4*8的删余矩阵,有三种速率(1/3,2/3,1/2)可供选择, 3. 在编码端利用维特比译码方法进行译码 -viterbi
soc080330
- 一个有关电子秤的汇编代码,和大学一起进步!-An electronic scale assembly code, and universities together with the progress!
a
- Is a code for demo thread
basic
- c++ 写的BASIC语法解析器,可以用于自动化开发-c++ parser written in BASIC can be used to automate the development
Csharp_compiler
- 这是一个实现词法分析的小程序,希望能与大家分享。-it is ok!
YuFaBY
- 这是一个功能比较完善的词法分析器,使用C语言编写,上传文件中已存在dsw文件及测试文件,下载无须配置环境即可运行。-This is a function of a relatively perfect lexical analyzer, the use of C language, Upload file has existed dsw documents and test documents, download configuration environment will not run.
3LL(1)
- 编译原理上机—语法分析1 目的:熟练掌握自上而下的语法分析方法,并能用C++程序实现。 要求: 1. 使用固定的文法 2. 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。 3. 要有一定的错误处理功能。即对错误能提示,并且能在一定程度上忽略尽量少的记号来进行接下来的分析。可以参考书上介绍的同步记号集合来处理。 可能的出错情况:idid*id, id**id, (id+id, +id*+id …… 4. 输入串以#结