CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LL 分析

搜索资源列表

  1. LL1

    0下载:
  2. 完成LL(1)语法分析器,包含FIRST集和FOLLOW集,预测分析表-LL (1) grammar analyzer, including FIRST and FOLLOW sets, forecast analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:136360
    • 提供者:王旺
  1. LL_fenxichengxu

    0下载:
  2. 自左向右的程序分析程序,初步找出语法错误。提高开发效率。-LL——chengxu fenxiqi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1652
    • 提供者:Abdulla
  1. BianYi_B5_LL1

    0下载:
  2. 本次实验使用windows 7的visual C++ 6.0软件,使用mfc编程。LL(1)文法是自上而下的分析方法,首先接受用户输入的一个文法,再分别构造文法中每个非终结符的FIRST、FOLLOW和SELECT集合,根据产生式的SELECT集合判断是否为LL(1)文法,如果是LL(1)文法,再根据SELECT集构造LL(1)分析表。-The experiment uses windows visual C++ 6.0 software 7, the use mfc programming.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:90907
    • 提供者:张龙
  1. yufafenxi

    0下载:
  2. 熟悉判断LL(1)文法的方法及对某一输入串的分析过程。,学会构造LL(1)语法分析表,完成语法分析器程序,并分析一段程序,输出分析过程 -Familiar judgment LL (1) grammar of a method and the input string analysis process. Structure LL (1) parsing table, complete parser program and a program to analyze the output ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4291
    • 提供者:赵雪
  1. analysis100

    0下载:
  2. 输入一个文法,可得到文法的FIRST集、FOLLOW集、SELECT集,可以判断文法是否为LL(1)文法,并可求出文法的预测分析表,以及串的自顶向下的分析过程。输出很清晰。-Enter a grammar, the grammar of the FIRST sets available, FOLLOW sets, SELECT set, you can determine whether the grammar LL (1) grammar, and can find the grammar o
  3. 所属分类:Applications

    • 发布日期:2017-04-14
    • 文件大小:3185
    • 提供者:ji08831
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1000241
    • 提供者:许大卫
  1. tcpdump-4.4.0.tar

    0下载:
  2. TcpDump可以将网络中传送的数据包完全截获下来提供分析。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、not等逻辑语句来帮助你去掉无用的信... -Web site of Tcpdump and Libpcap... In this page, you ll find the latest stable version of tcpdump and libpcap, as well as current development snapshots
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:915381
    • 提供者:a
  1. compile

    0下载:
  2. 输入文法进行分析,判断文法是否为LL(1)文法,五步判别,构造词法分析表-Lexical analysis, grammar is judged for LL (1) grammar
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1511
    • 提供者:eg13bic
  1. bianyikeshe

    0下载:
  2. LL文法词法分析,基于VC++6.0实现的功能,为编译原理课程设计。-LL grammar lexical analysis, based on VC++ 6.0 realize the function as a compiler theory of curriculum design.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:951510
    • 提供者:张伦
  1. compile

    0下载:
  2. 用Java实现的基于SNL语言的词法分析与LL(1)语法分析编译器(Java implementation using SNL language lexical analysis, and LL (1) syntax analysis compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:6172672
    • 提供者:哈哈aa
  1. iWebOffice2015.jsp.oracle

    0下载:
  2. 最新版的iweboffice2015插件,在线演示中将展示产品的部分常用功能和有特色的功能应用,您可以操作演示中提供的各项功能,体验实际的操作和应用效果。在线演示中所提供的功能均可以实现在您的项目或系统中。在线演示还可以作为您处理问题时的测试和分析工具,用于对比产品在不同集成环境中的功能效果差异,帮助您定位问题。(iweboffice2015 The online demo will show some of the features and features of the product,
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:8701952
    • 提供者:雨笙
  1. 语法分析器

    0下载:
  2. 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2194432
    • 提供者:寻常j
  1. grammar

    0下载:
  2. 预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-30
    • 文件大小:601088
    • 提供者:lwqcinder
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com