登录
首页 » c++ » LL(1)文法

LL(1)文法

于 2022-03-15 发布 文件大小:931.31 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

FIRST(α)的构造实现代码 FIRST(α)的构造算法 要构造FIRST(α),根据定义: α=X1?Xn 那么对于从前到后的Xi我们进行分类讨论: 如果Xi∈Vt,那么FIRST(α)=FIRST(Xi)={Xi} 如果Xi∈Vn,因为不存在左递归,所以Xi=a.......|?,那么FIRST(Xi)={a,?,FIRST(Xi+1)} 只要Xi?1不包含?,那么Xi不可能影响FIRST(α) 那么我们通过记录每个a∈V,然后进行深度优先记忆化搜索,将所有的状态填满,因为LL(1)文法使不会回溯的,所以能够保证在O(n)的时间完成,采取递归的形式实现

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 4
    说明:  MATLAB程序, 半参数线性回归模型的最小二乘核估计 半参数线性回归模型的最小二乘正交序列估计。(MATLAB program, semi-parametric linear regression model of least squares kernel estimation Semiparametric least squares linear regression model orthogonal sequence estimation.)
    2009-08-24 10:00:21下载
    积分:1
  • DS1302
    实时时钟芯片的应用程序,电路连接详情见电子协会开发板( i do not how to translate it and click it with no resbound ,so you know)
    2011-12-09 21:10:01下载
    积分:1
  • ML610Q495demo
    OKI的ML610Q495芯片例程demo(OKI ML610Q495 chip routines demo)
    2013-12-26 09:24:08下载
    积分:1
  • C#内存修改器源码
    说明:  内存修改,选择进程,可以修改和编辑内存数据等!!! 可以选择搜索内存的地址.(Memory modification, selection process, can modify and edit memory data and so on!!! You can choose the address of the search memory.)
    2019-01-09 15:45:28下载
    积分:1
  • ADC
    说明:  STM32F4的ADC的dma功能,支持定时触发采集(ADC DMA timing trigger acquisition based on stm32f4)
    2021-01-11 14:47:17下载
    积分:1
  • left-crusion
    消除左递归,包括自上而下的非递归分析和自上而下的分析(Eliminate left recursion, including non-recursive top-down analysis and top-down analysis)
    2013-11-15 19:47:57下载
    积分:1
  • OPCDA
    说明:  一个使用OPC通讯协议的demo,包含的OPCDA的大部分内容,程序基于C#开发,使用OPCDA.dll库。程序比较适合初学OPC的朋友使用。(A demo using OPC communication protocol contains most of the content of OPCDA. The program is developed based on C# and uses the OPCDA. DLL library. The program is more suitable for beginners of OPC friends to use.)
    2019-07-01 11:24:16下载
    积分:1
  • Digital Image Processing
    1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)
    2018-01-17 18:55:16下载
    积分:1
  • QtExcel
    实现Qt程序对excel表格数据的快速读写,适用于数百条以上的数据记录。(Realize Qt program fast reading and writing of excel table data, suitable for more than hundreds of data records.)
    2020-06-20 17:00:01下载
    积分:1
  • MOACMTA_SoftwareDevFundamentals98361
    software development fundamental
    2019-05-23 16:36:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载