-
一个小计算器的实现(编译原理),用Lex和bison
一个小计算器的实现(编译原理),用Lex和bison-Realize a small calculator (Principle compiler), with Lex and bison
- 2023-04-28 14:55:03下载
- 积分:1
-
词法分析器,用编译原理知识设计一个词法分析器。此程序运行并且通过。
vc运行...
词法分析器,用编译原理知识设计一个词法分析器。此程序运行并且通过。
vc运行-Lexical analyzer, using the principle of knowledge to design a compiler lexical analyzer. This program runs through. vc run
- 2022-03-11 02:05:37下载
- 积分: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
-
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教...
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
- 2022-02-03 02:13:05下载
- 积分: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
-
如果有人学习单片机,不如msp430,可以看看这些资料,对其学习很有用...
如果有人学习单片机,不如msp430,可以看看这些资料,对其学习很有用
-If someone learning single-chip, it is better to msp430, can look at such information useful to their learning
- 2022-02-03 19:56:15下载
- 积分:1
-
LEX词法分析器
LEX词法分析器-LEX morphology analyzer
- 2022-08-11 15:56:36下载
- 积分:1
-
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include<st...
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
输入 exit 退出程序。-C language lexical analyzer by wpc_LK
This is a simple lexical analyzer can t avoid that there re some errors here,please correct, thank you!
for exzample:
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
input exit quit the program.
- 2022-01-22 06:15:36下载
- 积分:1
-
查看asn1 ber编码方式的源文件,有多种查看方式
查看asn1 ber编码方式的源文件,有多种查看方式-Show asn1 ber encoding the source file, there are several ways to view
- 2022-06-18 11:07:57下载
- 积分:1
-
正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程
正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
- 2023-08-04 00:15:03下载
- 积分:1