资源列表

« 1 2 ... .26 .27 .28 .29 .30 431.32 .33 .34 .35 .36 ... 1384 »

[编译器/词法分析cifafenxi

说明:此程序用来完成编译原理的PL/0的词法分析程序-This process used to complete the Compilation Principle of PL/0 of the lexical analysis program
<xingyudong> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析Accidence

说明:用java编写的词法分析程序,识别高级程序语言的词法分类。-Prepared using java lexical analysis procedures, identification of high-level programming language for lexical categories.
<lixin> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析bianyiyuanli

说明:词法分析器, 词法分析器, 词法分析器, -Lexical analyzer, lexical analyzer, lexical analyzer, lexical analyzer, lexical analyzer,
<guoshouzhong> 在 2024-10-13 上传 | 大小:7168 | 下载:0

[编译器/词法分析LL1ForWin

说明:通过VC 2008编译的LL1语法分析程序,支持任意文法判定是否为LL1,并构造分析表。MFC编写,有UI界面,使用简单,可构造语法树。-Through the VC 2008 compiler LL1 parser to support the arbitrary grammar to determine whether LL1, and structural analysis table. MFC prepared, there a
<李震> 在 2024-10-13 上传 | 大小:17330176 | 下载:0

[编译器/词法分析cifafenxiqi

说明:编译原理词法分析器,我的作业,可供参考,适合初学者-Compilation Principle lexical analyzer, my work, available for reference, suitable for beginners
<拾荒者> 在 2024-10-13 上传 | 大小:6144 | 下载:0

[编译器/词法分析fada

说明:编译原理自动机,我们做的第二个作业,初学者一定要看很有帮助-Compilation Principle automata, we do the second operation, beginners will certainly be helpful to look at
<拾荒者> 在 2024-10-13 上传 | 大小:16384 | 下载:0

[编译器/词法分析linmin

说明:自动机实现,好东西来的。是编译原理的一个实现过程-Automata to achieve, good things come. The principle is to compile an implementation of the process
<pm> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析arm-2.95.3.tar

说明:gcc编译器 arm-2.95.3.tar.gz-gcc compiler arm-2.95.3.tar.gz
<John> 在 2024-10-13 上传 | 大小:10256384 | 下载:0

[编译器/词法分析slr

说明:编译原理实验,slr方法进行语法分析,附带简单的示例语法。-Compiler Principle Experiment, slr parsing methods, with examples of simple grammar.
<王波> 在 2024-10-13 上传 | 大小:50176 | 下载:0

[编译器/词法分析zjdm

说明:逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。-Reverse Polish definition: The object EDITORIAL computing, and the operator symbols written on the back
<项阳> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析yffx

说明:语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断
<项阳> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析cffx

说明:词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。-Lexica
<项阳> 在 2024-10-13 上传 | 大小:2048 | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 431.32 .33 .34 .35 .36 ... 1384 »

源码中国 www.ymcn.org