资源列表
NTD
- 在编译原理课程中的非确定有限自动机转换为确定有限自动机的源程序代码-The determinate finite automata converted to determinate finite automata
hufumancodeadecode
- 这是上课做的赫夫曼编码解码器的代码供大家学习和参考-this is the code about hufumancode&decode
linedatas
- power system simulation2
c-yacc
- C-词法分析,使用YACC生成,仅供参考
LinkTool
- 适合C#初学者,使用文本工具开发,使用此软件可快速开发控制开应用程序,操作简单,快捷-Suitable for C# beginners, using the text tool development, use this software to quickly develop applications that control the opening, operation is simple, quick
motor
- Motor Speed Control With PWM For Atmel AVR
logmapo
- logp的源程序,大家没事随便下载。这是MATLAB软件的,只是一小段程序。
cifafenxi
- 词法分析程序 编译原理作业 可以识别关键字整形字母分隔符 等-The lexical analyzer compiler theory operation can identify the keyword plastic letters separator
xiaochuzuodigui
- 实现编译原理消除左递归的c++程序源代码 实现编译原理消除左递归的c++程序源代码-Compiling principle to achieve the elimination of left recursive c++ Compile source code to achieve the principle of the elimination of left recursive c++ Source code
cifafenxiqi
- 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果
calculator
- 一个简单的计数器 提示用户输入10个数 计算10个数的平均数-a simple calculator
ll(1)fenxi
- 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。