LL(I)文法的预测分析

LL(I)文法的预测分析

ID:36441658

大小:88.50 KB

页数:17页

时间:2019-05-10

LL(I)文法的预测分析_第1页
LL(I)文法的预测分析_第2页
LL(I)文法的预测分析_第3页
LL(I)文法的预测分析_第4页
LL(I)文法的预测分析_第5页
资源描述:

《LL(I)文法的预测分析》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、LL(1)文法的预测分析2008-12-0522:27//edge.h#ifndefHEAD_EDGE#defineHEAD_EDGE#includeusingnamespacestd;externintSUM;externstringNODE,ENODE;classedge{public:edge();stringgetlf();stringgetrg();stringgetfirst();stringgetfollow();stringgetselect();stringge

2、tro();intgetrlen();voidnewfirst(stringw);voidnewfollow(stringw);voidnewselect(stringw);voiddelfirst();private:stringleft,right,first,follow,select;intrlen;};#endif///////////////////////////////////////////////////////////////////////////////edge.cpp

3、#include#include"edge.h"usingnamespacestd;edge::edge(){cin>>left>>right;rlen=right.length();if(NODE.find(left)>NODE.length())NODE+=left;}stringedge::getlf(){returnleft;}stringedge::getrg(){returnright;}stringedge::getfirst(){returnfirst;}st

4、ringedge::getfollow(){returnfollow;}stringedge::getselect(){returnselect;}stringedge::getro(){stringstr;str+=right[0];returnstr;}intedge::getrlen(){returnright.length();}voidedge::newfirst(stringw){inti;for(i=0;ifi

5、rst.length())first+=w[i];}voidedge::newfollow(stringw){inti;for(i=0;ifollow.length()&&w[i]!='*')follow+=w[i];}voidedge::newselect(stringw){inti;for(i=0;iselect.length()&&w[i]!=

6、'*')select+=w[i];}voidedge::delfirst(){inti=first.find('*');first.erase(i,1);}/////////////////////////////////////////////////////////////////////////////////LL1.cpp#include#include#include"edge.h"usingnamespacestd;intSUM;stringNOD

7、E,ENODE;//计算firstvoidfirst(edgeni,edge*n,intx){inti,j;for(j=0;j

8、llowvoidfollow(edgeni,edge*n,intx){inti,j,k,s;stringstr;for(i=0;i-1)//是非终结符if(i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。