资源列表

« 1 2 ... .73 .74 .75 .76 .77 1178.79 .80 .81 .82 .83 ... 1383 »

[编译器/词法分析4

说明:目的:熟练掌握自下而上的语法分析方法,并能用程序实现。 要求: 1. 使用如下文法: E E+T | T T T*F | F F (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id+(id+id)# 输出:移进 按 F->id归约 移进 error
<TOM> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析p172_1

说明:模式分类,课后题,中文版172页第1题,MATLAB源程序-Pattern classification, after-school question, the Chinese version of 172 No. 1 problem, MATLAB source code
<liuyuan> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Compilercifa

说明:C语言词法分析器,用于实现C语言的词法分析,编写语言为C。-C language lexical analyzer, used to implement the C language, lexical analysis, the preparation of language is C.
<ML> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析ls

说明:词法分析器,用文件输入,然后又以文件输出,能完成简单的词法分析。-failed to translate
<weifangfang> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Rs485_master_test

说明:Master RS485 - dspic30f4013
<dionisiov> 在 2025-06-17 上传 | 大小:2kb | 下载:1

[编译器/词法分析token

说明:简单词法分析 从文件中读取要编译的文件 输出结果到输出文件中,程序中的输入输出文件需要更改名后方可使用-token
<laoluo> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析lexer

说明:这是一个java写的java语言词法分析器,实现了简单的词法分析-This is a java written in java language lexical analyzer to achieve a simple lexical analysis
<cai> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cffxq

说明:哈工大(威海)编译原理实验一,词法分析器源代码,仅供大家参考-nlkhkhsad,nad,a,n,jlhadn,n
<zeronba> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifaxinxiqi

说明:编译器中的词法分析器 代码部分,c语言编写。-a word program of linker progarmed by c language!
<kevin> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析javaCifafenxi

说明:用java实现的java词法分析器。这个仅仅实现了词法分析-Implemented with java java lexer. This is only achieved the lexical analysis
<qe> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析fenxi

说明:编译原理:c语言的语法分析器(使用递归下降法,需从d盘读入分析文件)-Compiler theory: c language parser (recursive descent, be read from the d drive of files)
<sherry> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:识别类C语言的词法分析器,该分析器能识别十进制、八进制、十六进制数,还能识别c语言要求的标识符-Identification of class C language, lexical analyzer, the analyzer can identify the decimal, octal, hexadecimal number, but also identify the language requirements of the identifier c
<巩玉帅> 在 2025-06-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 1178.79 .80 .81 .82 .83 ... 1383 »

源码中国 www.ymcn.org