-
语法分析器,实现pascal语言的分析,对源程序从左到右进行扫描,对组成源程序的字符串拼接成为单词;并把其并把其转换成属性字输出,并管理符号表,处理词法错误。...
语法分析器,实现pascal语言的分析,对源程序从左到右进行扫描,对组成源程序的字符串拼接成为单词;并把其并把其转换成属性字输出,并管理符号表,处理词法错误。-Parser to realize pascal language analysis, source code is scanned from left to right, to the composition of a string of source code splicing into words and its properties and to convert it into a word output, and manage the symbol table, dealing with lexical错误.
- 2022-06-30 17:07:52下载
- 积分:1
-
编译原理的ll(1)的文法
挺好用的饿
编译原理的ll(1)的文法
挺好用的饿-Compiler Construction Principles of the ll (1) of the hungry with good grammar
- 2022-10-01 12:30:03下载
- 积分:1
-
编译器 用C语言对下述文法和单词表定义的语言设计编制一个编译器...
编译器 用C语言对下述文法和单词表定义的语言设计编制一个编译器-Compiler used in C language on the following definition of grammar and word list designed to prepare a language compiler
- 2022-04-11 12:43:03下载
- 积分:1
-
简单的词法分析小例子
简单的词法分析小例子- Simple lexical analysis small example
- 2022-07-28 03:18:57下载
- 积分:1
-
用来描述融合图像的熵值,标准偏差以及标准差的评价程序。...
用来描述融合图像的熵值,标准偏差以及标准差的评价程序。-Images used to describe the entropy of fusion values, standard deviation and standard deviation of the evaluation procedures.
- 2022-01-24 14:00:07下载
- 积分: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
-
一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不...
一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications : Words, Phrases and of the insertion, deletion, modification. The content of a document search to replace : word, the contents of the documents Copy, Paste. Do not use MFC
- 2022-04-23 09:16:27下载
- 积分:1
-
词法分析器
可以识别c++的源码,自动生成词法分析表,
在分析结束后会指出源代码中可能的错误
待分析的源代码要以 *源代码.txt的格式保存...
词法分析器
可以识别c++的源码,自动生成词法分析表,
在分析结束后会指出源代码中可能的错误
待分析的源代码要以 *源代码.txt的格式保存-Lexical analyzer can identify c++ The source, automatically generate lexical analysis table, after the end of the analysis will be pointed out that the source code may be an error to be analyzed the source code to source code*. Txt format save
- 2022-01-28 23:32:17下载
- 积分:1
-
编译原理练习题与答案主要是词法分析、语法分析、中间代码等相关习题与答案....
编译原理练习题与答案主要是词法分析、语法分析、中间代码等相关习题与答案.-compiler theory and practice that the answer is lexical analysis, parsing, intermediate code, and other related exercises with answers.
- 2022-03-18 17:23:57下载
- 积分: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