搜索资源列表

  1. C++编写求FIRST、FOLLOW集

    0下载:
  2. C++、编译?FIRST、FOLLOW集
  3. 所属分类:输入法编程

    • 发布日期:2011-05-17
    • 文件大小:6085
    • 提供者:wuxiaoli
  1. dalu

    0下载:
  2. 是有关编译原理的,可以自动对输入的??分析,生成first集和follow集-The principle is the compiler can automatically entered?? Analysis, generated first set and follow set
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:echomails
  1. CFF1.5

    0下载:
  2. 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C++ languages, we hope to somewhat useful.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:141312
    • 提供者:吕进华
  1. 编译原理First集合和Follow集合的求解

    0下载:
  2. 相信计算机专业的学生在学《编译原理》时都做了有关求first和follow集的问题。此程序用VC++做,相信会给大家一定的帮助。-it s sure that the student of computer do first and follow when learning <<compiler>>. This program uses vc++,and i am sure it is useful for ev
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:338944
    • 提供者:如月
  1. 判断是否为ll(1)文法程序

    0下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:23552
    • 提供者:luo
  1. fifoexe

    0下载:
  2. 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:30720
    • 提供者:fly
  1. ll1yufafenxi

    0下载:
  2. ll1语法分析没有自动生成分析表和first follow集-ll1 syntax analysis is not automatically generate Table and first follow Set
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:学衔
  1. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:李爱春
  1. wenfaLL(1)

    0下载:
  2. 可以实现求First集、Follow集、Select集、分析表、分析栈-can achieve for First Set, Follow Set, Select collection, analysis table, analysis Stack
  3. 所属分类:.net编程

    • 发布日期:2024-05-13
    • 文件大小:377856
    • 提供者:王义
  1. bianyi

    0下载:
  2. ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically ge
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:33792
    • 提供者:zlhhlz
  1. yufafenxiqi

    0下载:
  2. 计算FIRST及FOLLOW集,生成ll(1)分析表-Calculation of FIRST and FOLLOW sets, generated ll (1) analysis table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:58368
    • 提供者:林攀
  1. 040410202

    0下载:
  2. LL1文法程序,输出有:first集follow集,select集,语法书树-LL1 grammar procedures, output there: first set follow set, select set, grammar tree
  3. 所属分类:其它资源

    • 发布日期:2024-05-13
    • 文件大小:279552
    • 提供者:狐狸
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:陈波
  1. yufafenxi

    0下载:
  2. 语法分析关于first集和follow集。可运行可使用。自己看吧。没问题的。 还有不知为什么不能归为源码一栏 那个谁谁有空看下-Grammar analysis of first set and follow sets. Can be used to run. Check it out themselves. No problem. I do not know why there should not fall into one col
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:shenchen
  1. sss

    0下载:
  2. 编译原理,很有用的源代码printf("所得first集为:") ShowCollect(first) printf("所得follow集为:") -Compiler theory, very useful source code printf (income for the first set:) ShowCollect (first) printf (obtained follow sets:)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:庄涛
  1. LL1Grammar

    0下载:
  2. 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析-Using java language LL (1) grammar analysis program, the output first set, follow the collection and analysis table, and prediction analysis of input strings
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:果冻
  1. first+and+follow

    0下载:
  2. first集 与 follow集 编译原理-first set and follow the principle set compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:yiminhui
  1. TCPIP

    0下载:
  2. 六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟-Sixth, limit the generation of automata and simplify the process of simulation of
  3. 所属分类:组合框控件

    • 发布日期:2024-05-13
    • 文件大小:159744
    • 提供者:啊啊啊啊
  1. Tetris0.9

    0下载:
  2. 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13 -7, First Set and Follow simulation algorithm to generate 10 sets of eight, LL (1)
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:215040
    • 提供者:啊啊啊啊
  1. bianyi

    0下载:
  2. 编译原理词法分析求first集、follow集,用Java语言实现-Principles of lexical analysis compiled for first set, follow set, using Java language
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:ymn
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org