-
一个编译原理的教案,解说得很详细,相信对大家会有很大的帮助的...
一个编译原理的教案,解说得很详细,相信对大家会有很大的帮助的-a compiler principles of lesson plans, explained very clearly, I believe there will be very helpful to the
- 2023-02-26 00:15:04下载
- 积分:1
-
词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果
词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut
function CAjaxParserDlg::Route. The condition cut function solution
acts according to DFA to come to the input text to carry on the
analysis. In other words, if you make new DFA, can analyze the new
morphology. DFA initialization in CAjaxParserDlg::OnInitDialog.
- 2022-03-29 21:14:24下载
- 积分:1
-
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) a...
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) and GWBASIC (MS-DOS).
- 2022-01-26 06:17:10下载
- 积分:1
-
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序...
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序
- 2022-08-16 01:58:34下载
- 积分:1
-
语义分析的功能:
第一,审查每个语法结构的静态语义,即验证语法结构合法的程序是否真正有意义。有时把这个工作称为静态语义分析或静态审查。第二,如果静态语义正确...
语义分析的功能:
第一,审查每个语法结构的静态语义,即验证语法结构合法的程序是否真正有意义。有时把这个工作称为静态语义分析或静态审查。第二,如果静态语义正确,语义处理则要执行真正的翻译,即,或者将源程序翻译成程序的一种中间表示形式(中间代码),或者将源程序翻译成目标代码。
有报告-Semantic analysis of the functions: First, review each of the grammatical structure of the static semantics, that is, the grammatical structure to verify whether the procedures legally meaningful. Sometimes this is called static or static semantic analysis review. Secondly, if the correct static semantics, semantic processing should be the implementation of a genuine translation, that is, or will be translated into procedures source an intermediate representation (intermediate code), or source code translated into object code. There are reports
- 2023-04-30 09:55:03下载
- 积分:1
-
这个是我编译原理课程设计的 内容,呵呵 我遍的是词法分析,基本的功能都能够实现,如词法分析,词法查错,删除无实质意义的字符等,不懂编译的就不用看了,编译真的很难...
这个是我编译原理课程设计的 内容,呵呵 我遍的是词法分析,基本的功能都能够实现,如词法分析,词法查错,删除无实质意义的字符等,不懂编译的就不用看了,编译真的很难!!!不过好象没什么用-this my compiler theory of curriculum design, Oh my times of lexical analysis, the basic functions are to achieve, such as lexical analysis, lexical troubleshoot, remove no real significance of the characters, do not know the compiler would not have to read, compile it really hard! ! ! But it seems usele
- 2022-02-06 06:28:34下载
- 积分:1
-
自己写的一个simple语言scanner,也许有些错。可作参考。
自己写的一个simple语言scanner,也许有些错。可作参考。-a scanner of simple language writed by myself,maybe it has error.you can consult.
- 2023-03-01 20:00:03下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
- 2022-02-06 11:59:23下载
- 积分:1
-
新编译原理词法分析器
新编译原理词法分析器- New translation principle morphology analyzer
- 2022-08-16 10:38:54下载
- 积分:1
-
教师评估系统,可以对教师的教课质量进行细致的评估
教师评估系统,可以对教师的教课质量进行细致的评估-Teacher evaluation system that can teach teachers to carry out detailed assessment of the quality of
- 2022-03-13 12:50:28下载
- 积分:1