-
实现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
-
用C#做的《编译原理》PROJECT
用C#做的《编译原理》PROJECT--词法分析器
可识别的内容:C#的77个关键字,小数型和整数型数,各种运算符等-With C# To do the
- 2023-01-01 05:55:05下载
- 积分:1
-
aac解码器源程序在Visual C++下的实现,浮点的.速度快,效果好....
aac解码器源程序在Visual C++下的实现,浮点的.速度快,效果好.-aac decoder source code in Visual C++ under the realization of the floating-point. Fast and effective.
- 2023-07-04 15:50:03下载
- 积分:1
-
Lin bus configuration for pic microcontrollers.
written in CCS C
Lin bus configuration for pic microcontrollers.
written in CCS C-compiler
- 2022-08-18 19:59:48下载
- 积分:1
-
对一个文件可以分词的系统,挺有用的哦
对一个文件可以分词的系统,挺有用的哦-right can be a Word document system, quite the oh
- 2022-06-26 22:57:00下载
- 积分:1
-
编译器可以在词法分析的表达来实现的,语法分析…
该编译器对表达式可实现词法分析,语法分析,语义分析-The compiler can be realized on the expression of lexical analysis, syntax analysis, semantic analysis
- 2023-04-15 00:45:04下载
- 积分:1
-
这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白...
这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
- 2022-02-15 14:19:39下载
- 积分:1
-
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pa...
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lexical analyzer designs. Preparation including assignment if statements containing Addition and multiplication of expressions such as grammatical structure of the pascal subset of the language syntax analyzer. Function : procedures by the two modules constitute LEX and YACC, YACC LEX analysis using the formal word output streams
- 2022-01-26 03:38:11下载
- 积分:1
-
用于一个小型表达式输入的简易编译器,c语言版的
用于一个小型表达式输入的简易编译器,c语言版的-For a small input simple expression compiler, c language version of the
- 2022-03-07 05:54:45下载
- 积分: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