-
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能...
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能
-Intermediate code into basic block (C++) Source code+ Curriculum design report on the achievement of the compiler code optimization principle in the function of
- 2022-03-22 07:31:24下载
- 积分:1
-
读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。...
读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。-BNF expressions and terminator read the file, and then generates the appropriate grammar First, Follow sets, grammar analysis table, as well as conflict table
- 2022-05-31 03:17:31下载
- 积分:1
-
P2P聊天服务器技术代码无孔技术服务器记录所有网络…
P2P服务器技术聊天代码 没有打洞技术 服务器记录了所有在线用户-P2P chat server technology code without holes technical server records all online users
- 2022-02-22 06:22:44下载
- 积分:1
-
本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便...
本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便-The Tool provide an IDE for Syntactic and phrase parser,also provide interfaces for other c comiler, which is very convenient
- 2022-06-18 18:58:15下载
- 积分:1
-
c语言的简化编译器
c语言的简化编译器-c language simplification compiler
- 2022-03-23 19:49:41下载
- 积分:1
-
environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic...
环境:windows98/2000/xp,Visula C++6.0下编译通过.毕业设计的题目,基本上按照编译原理的步骤实现的,有词法分析,检查,表成式生成等,我想大家应该都会喜欢的!-environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic, basically compiled in accordance with the principle of the steps, lexical analysis, inspection, as table-generation, I think we will be like!
- 2022-01-30 14:41:37下载
- 积分:1
-
简单的使用mfc开发的程序。
简单的使用mfc开发的程序。- Simple use mfc develops procedure.
- 2022-01-27 19:04:33下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运...
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in accordance with the cut into a series of words. Word is the language with the smallest unit of independent significance, including reserved words, identifiers, operators, and constants, such as punctuation.
- 2022-07-14 05:54:40下载
- 积分:1
-
可以换肤的窗体 简单分析
可以换肤的窗体 简单分析- May trade the skin the window simply to analyze
- 2023-03-12 21:25:03下载
- 积分:1