-
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA...
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
- 2022-08-23 12:39:40下载
- 积分:1
-
词法分析程序.我自己编程的词法分析程序.很好用
词法分析程序.我自己编程的词法分析程序.很好用-Lexical analysis program
- 2022-04-06 10:55:10下载
- 积分:1
-
一个很好的LR(1)语法分析的源码实现
一个很好的LR(1)语法分析的源码实现-a good LR (1) syntax analysis of the source code to achieve
- 2022-08-06 00:46:10下载
- 积分:1
-
商店销售电脑,ASP.NET写的C代码#
shop sales computer, write asp.net code c#
- 2022-02-04 21:14:45下载
- 积分:1
-
词法分析器比较好,运行是输入要分析的程序路径.
词法分析器比较好,运行是输入要分析的程序路径.-lexical analyzer better, it is the operation of procedures to analyze the path.
- 2023-07-21 06:55:03下载
- 积分:1
-
为你的脚本语言编辑器添加智能感知效果,就像VS开发环境的自动提示一样....
为你的脚本语言编辑器添加智能感知效果,就像VS开发环境的自动提示一样.-For your scripting language editor to add intellisense effects, like the VS development environment, like the automatic prompts.
- 2022-12-26 09:50:03下载
- 积分:1
-
这是一个PLO的编译器,是编译原理课程设计的一个很好的内容
这是一个PLO的编译器,是编译原理课程设计的一个很好的内容-This is a compiler of the PLO, is to compile the curriculum design principle a good content
- 2023-01-16 23:25:03下载
- 积分:1
-
Simulation of serial communication serial port communication code M88 simulation...
模拟串口通信代码M88
模拟串口通信代码M-Simulation of serial communication serial port communication code M88 simulation code M
- 2022-02-07 15:40:13下载
- 积分:1
-
MyTC 5.4.1 原名TC for Windows,带编译、错误分析,还有TC学习、源码。免安装绿色版,不依赖于具体机器,适合复制到移动存储器(如U盘)上随...
MyTC 5.4.1 原名TC for Windows,带编译、错误分析,还有TC学习、源码。免安装绿色版,不依赖于具体机器,适合复制到移动存储器(如U盘)上随身携带!取消了注册限制-MyTC formerly TC 5.4.1 for Windows, with compiler, error analysis, TC learning source. Green-free version of the installation, is not dependent on specific machines, suitable for reproduction to mobile memory (such as USB drives), carry! Cancellation of registration restrictions
- 2022-02-18 16:21:58下载
- 积分:1
-
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教...
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
- 2022-02-03 02:13:05下载
- 积分:1