资源列表

« 1 2 ... .79 .80 .81 .82 .83 484.85 .86 .87 .88 .89 ... 1384 »

[编译器/词法分析cifafenxi

说明:词法分析的一个实现方法,很简练,希望能够对大家有所帮助-Lexical Analysis of a method, it is concise and hope to be able to help everyone
<pp> 在 2024-11-18 上传 | 大小:2kb | 下载:0

[编译器/词法分析Scanner

说明:词法分析的另一种解释方法,希望能过家加强大家的裂解-Lexical Analysis of another interpretation, hoping to have everyone at home to strengthen the pyrolysis
<pp> 在 2024-11-18 上传 | 大小:3kb | 下载:0

[编译器/词法分析DFA

说明:DFA的一个例子,有点意思,希望对大家有所帮助,-An example of DFA, a bit mean, and they hope to be helpful to everyone,
<pp> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析judge

说明:文法类型的判断 编译原理实验 C语言模拟实现 判断正规文法、上下文无关文法、上下文有关文法-Grammar to determine the type of C language compilers simulation experiment to determine the realization of formal grammar, context-free grammar, context-relevant gramm
<单宇> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析crc

说明:matlab编程及simulink实现的m_s文件程序-matlab and simulink realization of programming m_s documentation procedures
<张行> 在 2024-11-18 上传 | 大小:3kb | 下载:0

[编译器/词法分析compiler

说明:c--解释器,输入源码,能够打印出结果,可支持注释,递归等-c interpreter, enter the source code that can print out the results could support the Notes, such as recursive
<冯晓> 在 2024-11-18 上传 | 大小:291kb | 下载:0

[编译器/词法分析fskdigital

说明:用matlab实现fsk的调制,已经调出波形-Using matlab modulation fsk realize, has been transferred out waveform
<伍晨君> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为
<xzy> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析diguixiajiang

说明:可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i-String can be identified with the following grammar: (1) E-
<xzy> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[编译器/词法分析SimPas-parser

说明:SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。-SimPas lexical analyzer. Flex compiler used to generate yy.lex.c, and then use the vc compiler generated. Exe files with pascal program code and
<飞鱼> 在 2024-11-18 上传 | 大小:37kb | 下载:0

[编译器/词法分析scriptx

说明:
<姚映旭> 在 2024-11-18 上传 | 大小:33kb | 下载:0

[编译器/词法分析lex_yacc

说明:lex与yacc.pdf,可以学习简单的编译原理,以及如何构造sql 的语法分析其-lex and yacc.pdf, the compiler can learn simple principle, as well as how to construct sql syntax analysis of its
<liuchao> 在 2024-11-18 上传 | 大小:5.28mb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 484.85 .86 .87 .88 .89 ... 1384 »

源码中国 www.ymcn.org