文件名称:test1.3.1

  • 所属分类:
  • 文件操作
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2018-08-27
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 陈*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

设计文法类,实现对文法G[S]=(Vt, Vn, P, S)的文件读写
文法的文件表示形式以及内存表示形式可自定义
文法就是3个集合+1个符号,重点(难点)就是产生式集合
产生式具有结构,可用于推导,是要特别注意的地方
如约定只读写产生式集合,一个示例如下(文件内容):
S -> a
S -> aSb
也即首个非终结符S为开始符号,然后分析得到里面的终结符集={a, b},非终结符集={S},产生式集(略)。
文法的文本形式可根据自己需要自由定义
例如,直接自己给出3个集合。
(Design grammar class, to achieve grammar G [S] = (Vt, Vn, P, S) of document literacy grammar file representation and memory representation can be customized grammar is three set+1 symbols Key (difficulty) is a collection of production with a production structure, can be used to derive, is paying particular attention to areas such as reading and writing production agreement only set an example as follows (file contents): S-> a S-> aSb That is the first non-end symbol S is the start symbol, and then get inside the terminator analysis set = {a, b}, nonterminals set = {S}, production sets (omitted). Text grammar can be freely defined according to their needs, for example, direct yourself to give three sets.)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

test1.3.1.txt

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org