文件名称:ifelse

  • 所属分类:
  • 编译器/词法分析
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 73kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 李**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is a conditional statement to be translated and enter a conditional statement, for example: if B then C1 else C2, preceded by lexical analysis, lexical analysis of the main tasks are: characters one by one from left to right scan of the source code to create a In the words of the symbols, the source code as a string of symbols into strings of words among the procedures, lexical analysis is the basis of the compiler, lexical analysis of the function is to enter the source, the output word symbols (keywords, identifiers, constants, operator Fu, Fu-border), lexical analysis is complete, another LL (1) syntax analysis, semantic analysis, the final output quaternion type (syntax analysis, attribute grammar, style quaternion descr iption of knowledge and technology related to the following)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

0120410680303-王光亮

....................\IF-ELSE条件语句的翻译程序设计(LL(1)法、输出四元式)

....................\......................................................\change.h

....................\......................................................\input.txt

....................\......................................................\LEXoutput.txt

....................\......................................................\output.txt

....................\......................................................\新建 文本文档 (2).txt

....................\......................................................\新建 文本文档.txt

....................\......................................................\词法分析.h

....................\......................................................\课程设计.cpp

....................\报告

....................\....\if语句的翻译.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org