资源列表

« 1 2 ... .54 .55 .56 .57 .58 1059.60 .61 .62 .63 .64 ... 1383 »

[编译器/词法分析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

[编译器/词法分析compile

说明:编译原理中语法制导翻译四元式生成的函数原代码 -Compiler Principle Syntax translation functions generated by four-style source code
<娜娜> 在 2025-06-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析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

[编译器/词法分析2

说明:编译原理对LL1文法的判断和对first集和follow集地部分处理-LL1 grammar compiler theory of judgments and the first set to set and follow some process
<caoge> 在 2025-06-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析regx

说明:通过正则实现查询和替换功能,充分体现了正则的魅力-Regular replacement for query and
<fgq> 在 2025-06-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析javaccgrammer

说明:使用javacc编写的语法分析器,针对C语言-Written using javacc parser for C language
<xing> 在 2025-06-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析fuzhiyuju

说明:赋值语句的翻译程序,采用递归下降法对输入的表达式进行翻译。-Assignment of the translation process, using recursive descent translation of the input expression.
<tiger> 在 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

[编译器/词法分析LL(1)

说明:采用c++实现基本的词法分析,以加强对词法分析的理解-Using c++ implementation of basic lexical analysis to enhance understanding of the lexical analysis
<wrs> 在 2025-06-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析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
« 1 2 ... .54 .55 .56 .57 .58 1059.60 .61 .62 .63 .64 ... 1383 »

源码中国 www.ymcn.org