-
c language version morphology compiler
c语言版词法编译器-c language version morphology compiler
- 2022-08-17 08:14:41下载
- 积分:1
-
PL/0语法分析程序原代码(TURBOL PASCAL)
PL/0语法分析程序原代码(TURBOL PASCAL)-PL/0 grammar analysis program original code (TURBOL PASCAL)
- 2023-07-05 16:45:03下载
- 积分:1
-
一个基于算符优先分析程序,是我的课程设计程序,大家可以参考...
一个基于算符优先分析程序,是我的课程设计程序,大家可以参考-A priority based on operator analysis program, is my curriculum design process, everyone can refer to
- 2022-06-20 06:36:09下载
- 积分:1
-
C++版 词法分析、语法分析器
C++版 词法分析、语法分析器-C version of lexical analysis, grammar analyzer
- 2022-02-14 19:29:46下载
- 积分:1
-
专门用来包装virtools文件的另一款工具,很好用的
专门用来包装virtools文件的另一款工具,很好用的-Dedicated to packaging virtools file another tool, a very good use
- 2022-01-29 00:37:51下载
- 积分:1
-
和YACC一样,但是提供对继承属性的语义计算
和YACC一样,但是提供对继承属性的语义计算-Same as YACC, but it provide the semantic calculation for inherited property
- 2023-02-27 02:25:03下载
- 积分:1
-
C编译器源码是我到处找来的,看了之后很有收获
C编译器源码是我到处找来的,看了之后很有收获-C compiler source is found everywhere, and found the great harvest
- 2023-01-28 09:15:03下载
- 积分:1
-
LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子...
LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
- 2022-03-01 22:29:26下载
- 积分:1
-
很好的编辑软件 不需要注册 完全免费 可以编辑PHP ASP 等文件
很好的编辑软件 不需要注册 完全免费 可以编辑PHP ASP 等文件-good
- 2022-07-11 17:58:34下载
- 积分:1
-
实现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