资源列表
[编译器/词法分析] yufafenxi(LR)
说明:LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic expres<lzydwd> 在 2025-06-14 上传 | 大小:4kb | 下载:1
[编译器/词法分析] cifafenxi002
说明:本程序为编译原理 词法分析器实验 用VC编写 可以完美运行 功能比较完善-The principle of lexical analyzer program is compiled with VC experiment run perfectly function can write a more complete<yangbin> 在 2025-06-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] javaccgrammer
说明:使用javacc编写的语法分析器,针对C语言-Written using javacc parser for C language<xing> 在 2025-06-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] bianyicifafenxicpp
说明:编译原理实验:词法分析程序源码(C++)版.用C++编写的词法分析程序,在vc++6.0中运行通过。-Compile principle experiment: lexical analysis of program source code (C++) version. Written in C++ lexical analyzer, in vc++6.0 to run through.<tiger> 在 2025-06-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] NFA
说明:编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b<陈竑睿> 在 2025-06-14 上传 | 大小:4kb | 下载:1
[编译器/词法分析] DTMF_remote.c
说明:DTMF decoder using RomanBlack s triplet algorithm<DTMF_CALL> 在 2025-06-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] bianyiqi
说明:这是编译器,包含词法分析,语法分析,生成中间代码。其中语法分析里有3个关键函数---语句块函数、语句串函数、语句函数-This is a compiler, including lexical analysis, syntax analysis, intermediate code generation. The grammar analysis there are 3 key function- block function, statement, statement function str<朱茵茵> 在 2025-06-14 上传 | 大小:4kb | 下载:0