ImageVerifierCode 换一换
格式:DOC , 页数:10 ,大小:86.04KB ,
资源ID:2682959      下载积分:4 金币
验证码下载
登录下载
邮箱/手机:
验证码: 获取验证码
温馨提示:
支付成功后,系统会自动生成账号(用户名为邮箱或者手机号,密码是验证码),方便下次登录下载和查询订单;
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

开通VIP
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.zixin.com.cn/docdown/2682959.html】到电脑端继续下载(重复下载【60天内】不扣币)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  
声明  |  会员权益     获赠5币     写作写作

1、填表:    下载求助     索取发票    退款申请
2、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
3、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
4、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
5、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【w****g】。
6、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
7、本文档遇到问题,请及时私信或留言给本站上传会员【w****g】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。

注意事项

本文(编译原理专业课程设计词法分析器附含源代码.doc)为本站上传会员【w****g】主动上传,咨信网仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知咨信网(发送邮件至1219186828@qq.com、拔打电话4008-655-100或【 微信客服】、【 QQ客服】),核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载【60天内】不扣币。 服务填表

编译原理专业课程设计词法分析器附含源代码.doc

1、编译原理-词法分析器设计 一 设计阐明及设计规定普通来说,编译程序整个过程可以划分为五个阶段:词法分析、语法分析、中间代码生成、优化和目的代码生成。本课程设计即为词法分析阶段。词法分析阶段是编译过程第一种阶段。这个阶段任务是从左到右一种字符一种字符地读入源程序,对构成源程序字符流进行扫描和分解,从而辨认出一种个单词(也称单词符号或符号)。如保存字(核心字或基本字)、标志符、常数、算符和界符等等。二 设计中有关核心字阐明1 基本字:也称核心字,如C语言中 if ,else ,while ,do ,for,case,break,return 等。2 标志符:用来表达各种名字,如常量名、变量名和过程

2、名等。3 常数:各种类型常数,如12,6.88,和“ABC”等。4 运算符:如 + ,- ,* ,/ ,%, ,= 等。5 界符,如逗点,冒号,分号,括号,# , , 等。三 、程序分析词法分析是编译第一种阶段,它重要任务是从左到右逐个字符地对源程序进行扫描,产生一种个单词序列,用以语法分析。词法分析工作可以是独立一遍,把字符流源程序变为单词序列,输出在一种中间文献上,这个文献做为语法分析程序输入而继续编译过程。然而,更普通状况,常将词法分析程序设计成一种子程序,每当语法分析程序需要一种单词时,则调用该子程序。词法分析程序每得到一次调用,便从源程序文献中读入某些字符,直到辨认出一种单词,或说直

3、到下一种单词第一种字符为止。四 、模块设计下面是程序流程图五、程序简介在程序当前目录里建立一种文本文档,取名为infile.txt,所有需要分析程序都写在此文本文档里,程序结尾必要以“”标志符结束。程序成果输出在同一种目录下,文献名为outfile.txt,此文献为自动生成。本程序所输出单词符号采用如下二元式表达:(单词种别,单词自身值)如程序输出成果 (57,#)(33,include)(52,)(33,iostream) 等。程序功能:(1) 能辨认C语言中所有核心字(共32个)(单词种别分别为1 32 ,详情见程序代码有关某些,下同)(2) 能辨认C语言中自定义标示符 (单词种别为 33

4、)(3) 能辨认C语言中常数 (单词种别为0)(4) 能辨认C语言中几乎所有运算符(单词种别分别为41 54)(5) 能辨认C语言中绝大多数界符 (单词种别分别为 55 66)六 、运营成果输入文献infile.txt运营成果(输出文献 outfile.txt)七、设计体会八、附录某些(程序代码)单词符号类别编码单词符号类别编码单词符号类别编码单词符号类别编码if3float21+31#62then4short22-32.63else5unsigned23*33,64while6continue24/34:65do7for25=39begin8signed2636=38end9void27=3

5、7=41long10default28:=51!=42switch11goto29(52%40case12sizeof30)53标记符1enum13volatile43;54常数2register14auto4455typedef15double4556char16int 4657extern17struct4758return18break4860const20“61提示:文献打开和读写函数:FILE *fp,*out; /定义文献指针fp=fopen(infile.txt,r)如果打开文献infile.txt失败,则函数返回NULL,即fp=NULL,第二个参数“r”表达以只读方式打开,如

6、果为”w”, 则以可写方式打开调用fgetc(fp)这个函数一次从fp所指向文献读取一种字符char ch=fgetc(fp);想文献写字符函数为fprintf(FILE * fp,写进内容)例如下面调用fprintf(outfile,abcdn)是把字符串“abcd”写到文献outfile末尾,并且在背面加上了一种换行标志文献读写完毕后要用函数fclose(fp)关闭。源代码#include stdio.h#include string.h#include ctype.hvoid analzid(FILE *output,char *p) int i=0; int count=0; if (

7、isalpha(p0)if (strcmp(p,if)=0) fprintf(output,(3,if)n);else if(strcmp(p,then)=0) fprintf(output,(4,then)n);else if(strcmp(p,else)=0) fprintf(output,(5,else)n);else if(strcmp(p,while)=0) fprintf(output,(6,while)n);else if(strcmp(p,do)=0) fprintf(output,(7,do)n);else if(strcmp(p,begin)=0) fprintf(outp

8、ut,(8,begin)n);else if(strcmp(p,end)=0) fprintf(output,(9,end)n);else if(strcmp(p,long)=0) fprintf(output,(10,long)n);else if(strcmp(p,switch)=0) fprintf(output,(11,switch)n);else if(strcmp(p,case)=0) fprintf(output,(12,case)n);else if(strcmp(p,enum)=0) fprintf(output,(13,enum)n);else if(strcmp(p,re

9、gister)=0) fprintf(output,(14,register)n);else if(strcmp(p,typedef)=0) fprintf(output,(15,typedef)n);else if(strcmp(p,char)=0) fprintf(output,(16,char)n);else if(strcmp(p,extern)=0) fprintf(output,(17,extern)n);else if(strcmp(p,return)=0) fprintf(output,(18,return)n);else if(strcmp(p,union)=0) fprin

10、tf(output,(19,union)n);else if(strcmp(p,const)=0) fprintf(output,(20,const)n);else if(strcmp(p,float)=0) fprintf(output,(21,float)n);else if(strcmp(p,short)=0) fprintf(output,(22,short)n);else if(strcmp(p,unsigned)=0) fprintf(output,(23,unsigned)n);else if(strcmp(p,continue)=0) fprintf(output,(24,co

11、ntinue)n);else if(strcmp(p,for)=0) fprintf(output,(25,for)n);else if(strcmp(p,signed)=0) fprintf(output,(26,signed)n);else if(strcmp(p,void)=0) fprintf(output,(27,void)n);else if(strcmp(p,default)=0) fprintf(output,(28,default)n);else if(strcmp(p,goto)=0) fprintf(output,(29,goto)n);else if(strcmp(p,

12、sizeof)=0) fprintf(output,(30,sizeof)n);else if(strcmp(p,volatile)=0) fprintf(output,(43,volatile)n);else if(strcmp(p,auto)=0) fprintf(output,(44,auto)n);else if(strcmp(p,double)=0) fprintf(output,(45,double)n);else if(strcmp(p,int)=0) fprintf(output,(46,int)n);else if(strcmp(p,struct)=0) fprintf(ou

13、tput,(47,struct)n);else if(strcmp(p,break)=0) fprintf(output,(48,break)n);else if(strcmp(p,static)=0) fprintf(output,(49,static)n);else fprintf(output,(1,%s)n,p); else for(;i(int)strlen(p);i+) if(isdigit(pi) count+; if (count=(int)strlen(p) fprintf(output,(2,%s)n,p); else if (p0=_&(isalpha(p1) fprin

14、tf(output,(1,%s)n,p); else fprintf(output,%s 未定义n,p); void analzsy(FILE *outfile,char *p) if (strcmp(p,=)=0) fprintf(outfile,(37,=)n); else if(strcmp(p,+)=0) fprintf(outfile,(31,+)n); else if(strcmp(p,-)=0) fprintf(outfile,(32,-)n); else if(strcmp(p,*)=0) fprintf(outfile,(33,*)n); else if(strcmp(p,/

15、)=0) fprintf(outfile,(34,/)n); else if(strcmp(p,()=0) fprintf(outfile,(52,()n); else if(strcmp(p,)=0) fprintf(outfile,(53,)n); else if(strcmp(p,)=0) fprintf(outfile,(55,)n); else if(strcmp(p,)=0) fprintf(outfile,(56,)n); else if(strcmp(p,)=0) fprintf(outfile,(57,)n); else if(strcmp(p,)=0) fprintf(ou

16、tfile,(58,)n); else if(strcmp(p,)=0) fprintf(outfile,(59,)=0) fprintf(outfile,(60,)n); else if(strcmp(p,)=0) fprintf(outfile,(61,)n); else if(strcmp(p,#)=0) fprintf(outfile,(62,#)n); else if(strcmp(p,.)=0) fprintf(outfile,(64,.)n); else if(strcmp(p,*)=0) fprintf(outfile,(33,*)n); else if(strcmp(p,/)

17、=0) fprintf(outfile,(34,/)n); else if(strcmp(p,%)=0) fprintf(outfile,(40,%)n); else if(strcmp(p,)=0) fprintf(outfile,(64,)n); else if(strcmp(p,:)=0) fprintf(outfile,(65,:)n); else if(strcmp(p,;)=0) fprintf(outfile,(54,;)n); else if(strcmp(p,)=0) fprintf(outfile,(36,)n); else if(strcmp(p,)=0) fprintf

18、(outfile,(35,=)=0) fprintf(outfile,(39,=)n); else if(strcmp(p,=)=0) fprintf(outfile,(38,=a&stri=A&stri=0&stri=9)|(stri=_) idstrx=stri;idstrx+1=0;x+;i+;EA=1; else x=0; if(strlen(idstr)!=0)&(EA) analzid(out,idstr); idstrx=0; if(stri9&striZ&striz) if(stri!=!&stri!=&stri!=) systry=stri;systry+1=0;analzs

19、y(out,systr);i+; else if(stri=!&stri+1=)|(stri=&stri+1=)| (stri=&stri+1=)|(stri=&stri+1=)| (stri=&stri+1=&stri+1=) systry=stri;systry+1=stri+1;systry+2=0; analzsy(out,systr);i+;i+; else systry=stri;systry+1=0;analzsy(out,systr);i+;printf(-所有成果已经存入outfile.txt文档-n);fprintf(out,-完毕-);fclose(fp);fclose(out);

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服