资源列表

« 1 2 ... .66 .67 .68 .69 .70 271.72 .73 .74 .75 .76 ... 1384 »

[编译器/词法分析byyl

说明:词法分析 vc++ 适用于简单的c源程序的词法分析-Lexical Analysis vc++ Applied to a simple c source of lexical analysis
<hdxklsc> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析yufafenxi

说明:语法分析器是函数绘图语言解释器的核心,因此语法分析器的构造是整个解释权构造的关键。语法分析器的构造分为两个重要步骤:规定语言的文法和根据文风编写程序。由于采用递归下降子程序方法,因此在文法的设计上要求是LL(1)文法。具体到此绘图语言,需要构造语法树的语言结构仅限于表达式,因为后继语义处理需要对表达式求值,而对语法树进行遍历即可得到表达式的值。 我们最终构造的是递归下降的语法分析器,要求文法是LL(1)文法,因此需要对二义文法进行
<qj> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析LL1

说明:LL(1)文法分析程序,输入一个写入了一个LL1文法的文件名,运行程序,根据提示执行-LL (1) grammar analysis program, enter a LL1 write a grammar file name, run the program, according to prompt the implementation of
<孙闲逸> 在 2024-10-09 上传 | 大小:3072 | 下载:0

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

说明:LR(1)分析器文法分析程序,输入一定的文法进行分析,系统会分析你所给文法的正确与否-LR (1) grammar analyzer analytical procedures, input a certain grammar analysis, the system will analyze your grammar is right or not to
<黄大开> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析gshtrjyekjeu

说明:编译原理的词法分析实验,包括测试代码和实验源代码以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and test source code as well as the descr iption of the procedures
<刘雷> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析97288380release

说明:译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序-Translation of the principle of large operations. C language compiler implementations. Attached to large
<zhx> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析cifa

说明:词法分析器-Lexical analyzer
<loop> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析suanfuyouxianfenxiqi

说明:【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输
<王东旭> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析SPI

说明:avr单片机中SPI(AT90S8535)很好用-avr MCU SPI (AT90S8535) with very good
<肖涛> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析yufa

说明:该语言的语法在《编译原理与实践》第九章附录中有详细的介绍-The syntax of the language in the Compiler Construction Principles and Practice, Chapter IX in the Appendix detail
<nihao> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析dddd

说明:(C语言)用两种方法(栈和队列)拓扑排序,由用户选择方法-(C language) of two ways (Stack and Queue) topological sort, by the user selection method
<王超> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[编译器/词法分析ObjectiveC2ansi

说明:Object C,antlr的grammar语言描述,用于学习词法分析,语法分析-Object C, antlr language to describe the grammar for learning lexical analysis, syntax analysis
<renteng> 在 2024-10-09 上传 | 大小:3072 | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 271.72 .73 .74 .75 .76 ... 1384 »

源码中国 www.ymcn.org