搜索资源列表
5070106987
- LL(1)分析方法,实验报告加程序,基本能实现相应功能!-LL (1) analytical methods, experimental procedures for the report added, the basic function to achieve the corresponding!
DO-WHILE
- DO-WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)的课程设计报告-DO-WHILE loop statement, the translation of program design (LL (1) method, the output three-address indicated) curriculum design report
create-function
- 所谓的3x+1猜想就是:任取一个自然数,如果它是偶数,我们就把它除以2,如果它是奇数,我们就把它乘3再加上1。在这样一个变换下,我们就得到了一个新的自然数。如果反复使用这个变换,我们就会得到一串自然数,猜想就是:反复进行上述运算后,最后结果为1。 比如说我们先取5,首先我们得到3*5+1=16,然后是16/2=8,接下去是4,2和1,由1我们又得到4,于是我们就陷在4→2→1这个循环中了。 再举个例子,最开始的数取7,我们得到下面的序列:
LL(1)
- 编译原理 LL(1)分析法 实验报告 C 语言-Compiler principle LL (1) analysis of experimental report C language