搜索资源列表

  1. first+and+follow

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

    • 发布日期:2008-10-13
    • 文件大小:2239
    • 提供者:yiminhui
  1. dalu

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

    • 发布日期:2024-05-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小:30720
    • 提供者:fly
  1. LL1gongnengquan

    0下载:
  2. 功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whethe
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:202752
    • 提供者:chengning
  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-15
    • 文件大小:377856
    • 提供者:王义
  1. 040410202

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

    • 发布日期:2024-05-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小:5120
    • 提供者:shenchen
  1. Parser

    0下载:
  2. 本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:刘志兵
  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-15
    • 文件大小: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-15
    • 文件大小:4096
    • 提供者:果冻
  1. first+and+follow

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

    • 发布日期:2024-05-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小:215040
    • 提供者:啊啊啊啊
  1. ddvip_com_070824d8d098a3

    0下载:
  2. 使用MFC实现编译原理词法分析器,里面包括求first集和follow集-MFC to achieve the principle of the use of compiler lexical analyzer, which include seeking first set and follow set
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:338944
    • 提供者:橙子
  1. first

    0下载:
  2. First集合的码源,完全正确,要过编译原理实验的来下,代码老师给的,这个是实验报告-GOOD
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:153600
    • 提供者:sdfg
  1. FirAndFol

    0下载:
  2. 封装非终结符集合的类Vn,可以求出 FIRST集和FOLLOW集。-Package of non-terminal symbol set of classes Vn, you can find the FIRST sets and FOLLOW sets.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:伯伦
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org