-
编译原理实用教程PPT,中国水利水电出版社,作者杨德芳
编译原理实用教程PPT,中国水利水电出版社,作者杨德芳-failed to translate
- 2022-02-21 20:00:10下载
- 积分:1
-
编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度....
编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度.-compiler, lexical analysis and parsing, to use inside the hash table to expedite the search speed character tables.
- 2022-01-31 23:12:32下载
- 积分:1
-
input is a regular expression, you can use : lowercase letters or numbers, said...
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
- 2022-06-14 20:06:53下载
- 积分:1
-
without extracting passwords, it is a principle of experimental compiler source...
无解压密码,这是一个编译原理的实验源码,已经编译成功能实现读无符号数了.-without extracting passwords, it is a principle of experimental compiler source code, compiler can achieve success without reading a few symbols.
- 2022-01-27 11:30:29下载
- 积分:1
-
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程...
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile.txt, all need to analyze the procedures are written in the article of this document, at the end of procedures to "@" signs Fu end. Running lexical analysis procedure, the results of the proceedings output to a file called outfile.txt document, this document is generated automatically.
- 2022-08-03 02:59:50下载
- 积分:1
-
编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形...
编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
- 2022-01-26 05:44:59下载
- 积分:1
-
Phase
相位测量仪的几种方案设计,可供参考,如有需要,就快快下吧-Phase-measuring instrument designed several programs available for reference, if necessary, as soon as possible, are you on
- 2022-03-06 01:38:08下载
- 积分:1
-
ll1语法分析的c语言实现代码 需要输入词法分析的txt结果文件
ll1语法分析的c语言实现代码 需要输入词法分析的txt结果文件-ll1 the grammar analysis c language realization code needs to
input the lexical analysis the txt result document
- 2023-03-31 09:25:03下载
- 积分:1
-
编译原理―LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。...
编译原理―LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。-compiler theory-LL (1) grammar analyzer (1.0) for LL (1) grammar FOLLOW Set tools : software read an LL (1) grammar, generating its FOLLOW pool.
- 2022-01-26 06:18:06下载
- 积分:1
-
二进制运算符重载
binary operator overloading in c-binary operator overloading in c++
- 2023-07-28 11:05:03下载
- 积分:1