资源列表
[编译器/词法分析] ll1Analysis
说明:LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun<吴伟> 在 2008-10-13 上传 | 大小:1.56kb | 下载:0
[其它] palindrome
说明:A linked list can be operated as a stack and a queue since new items can be added to its beginning or to its end. In this tutorial, we will manipulate on linked lists such as reversing a list and comparing two lists.<jovi> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0
[其它] lxing
说明:编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Princ<刘星> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0