基本信息
源码名称:C#实现LL(1)文法判定使用实例
源码大小:0.15M
文件格式:.rar
开发语言:C#
更新时间:2023-07-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#实现LL(1)文法判定使用实例
 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。  SimpleLL1目录下为源程序  Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载)  ...


文件清单
└── codefans.net
    └── LL(1)文法判定使用
        ├── LL(1)文法判定.doc
        ├── Products1.txt
        ├── Products2.txt
        ├── Products3.txt
        ├── Products4.txt
        ├── readme.txt
        ├── SimpleLL1
        │   ├── App.ico
        │   ├── AssemblyInfo.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── AxInterop.SHDocVw.dll
        │   │       ├── html
        │   │       │   ├── images
        │   │       │   │   ├── mm_arrow.gif
        │   │       │   │   ├── mm_spacer.gif
        │   │       │   │   ├── mm_travel2.css
        │   │       │   │   └── mm_travel_photo.jpg
        │   │       │   ├── showtemplate.html
        │   │       │   └── temp.html
        │   │       ├── Interop.SHDocVw.dll
        │   │       └── SimpleLL1.pdb
        │   ├── frmMain.cs
        │   ├── frmMain.resx
        │   ├── Product.cs
        │   ├── SimpleLL1.csproj
        │   ├── SimpleLL1.csproj.user
        │   ├── SimpleLL1_Model.tgs
        │   ├── SimpleLL1.sln
        │   ├── SimpleLL1.suo
        │   ├── SymbolSet.cs
        │   └── Tools.cs
        └── Symbols.txt

7 directories, 28 files