-
编译原理 关于NFA到dDFA转换的c程序
编译原理 关于NFA到dDFA转换的c程序-Compiler Construction Principles on the NFA to dDFA convert c program
- 2023-05-08 21:30:03下载
- 积分:1
-
一个免费的编译器的原代码,用于学习lex和
一个FREE编译器原码,用于学习LEX和YA- A FREE compiler original code, uses in to study LEX and
YA
- 2022-02-25 07:07:35下载
- 积分:1
-
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。...
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
- 2022-08-26 04:32:07下载
- 积分:1
-
operator priority experiments can be imported grammar, production operator prior...
算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are experimental report.
- 2022-02-12 01:29:25下载
- 积分:1
-
单片机测试程式,主要是IO扩展,测试线路,开路短路,LCD显示...
单片机测试程式,主要是IO扩展,测试线路,开路短路,LCD显示-Single-chip testing program is mainly IO expansion, testing lines, open-circuit short-circuit, LCD display
- 2023-04-10 18:30:03下载
- 积分:1
-
词法分析器的源码,能够通过各种各样的测试
词法分析器的源码,能够通过各种各样的测试-lexical analyzer source, through all kinds of tests
- 2022-10-10 07:40:02下载
- 积分:1
-
The translation principle
编译原理--词法扫描- The translation principle-- morphology scans
- 2022-02-15 19:23:32下载
- 积分:1
-
这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将...
这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单 词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成 具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含 了源程序中的所有常数和所有标识符。- Here starts the PASCAL language subset source program which
defines to take the lexical analyaer the data-in. In the lexical
analysis, starts from the article article to scan the source program
character, once discovered when conforms to "the word" the definition
source program character string, translates it the fixed length the
word interior to indicate, and looks up fills in the suitable
information table. After the lexical analysis, the source program
character string (source program exterior expression) is translated
has and so on the long information the word string (source program
internal expression), and produces two forms: The chart and the
identifier table, they have separately contained in source program all
constants and all identifiers.
- 2022-03-30 16:56:06下载
- 积分:1
-
Since the definition of simple types of C language syntax compiler, a statement...
自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
- 2022-04-12 10:05:41下载
- 积分:1
-
C编写自己的语义的编译器,你可以用它给你homew…
自己用纯C语言做的词法编译器,可能大家作业能用的上吧,-A semantics compiler in c programed by myself,maybe you can use it foe you homework
- 2022-01-25 14:43:05下载
- 积分:1