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

搜索资源列表

  1. ll(1)

    0下载:
  2. 一个LL1分析器,可以输入产生式的条数,以及产生式,开始符号 结束符号 可以输出堆栈的运行情况-A LL1 parser, you can enter the production number of the article, as well as the production start symbol symbol can be the end of the operation of the output stack
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:16146
    • 提供者:刘以风
  1. toptodown

    0下载:
  2. 编译原理中的自顶向下的语法分析,基于LL1文法描述,很好用。-Compilation Principle in the top-down syntax analysis, based on LL1 grammar descr iption, very good use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:74358
    • 提供者:hzy
  1. C-compiler

    0下载:
  2. 编译原理中的语法分析器,基于LL1文法,好东西啊好东西。-Compilation Principle in parser, based on the LL1 grammar, good things good things ah.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:93066
    • 提供者:hzy
  1. CAL

    0下载:
  2. 用递归下降的LL1文法实现的可编程计算器-Using recursive grammar LL1 decline in the realization of a programmable calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:35358
    • 提供者:田伟
  1. ll1

    0下载:
  2. LL(1)语法分析源代码,实现了LL(1)语法分析,不同于其他语法分析程序-LL (1) syntax analysis of source code, the realization of the LL (1) syntax analysis, syntax analysis is different from other procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2045
    • 提供者:liuhongliruc
  1. LL1_grammar_analysis_code

    0下载:
  2. 功能基本实现,录入合法的LL1文法,将输出LL1预测分析表-Function of the basic implementation, input the valid LL1 grammar, you ll get the output-LL1 prediction analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:54022
    • 提供者:MrChen
  1. ll1

    0下载:
  2. LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:于翔
  1. LL1

    0下载:
  2. c++词法分析器。可以分析简单的输入字符串。希望对大家有帮助。-c++ lexical analyzer. Easy to analyze the input string. I hope there is help for everyone.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:970574
    • 提供者:木子
  1. PARSER

    0下载:
  2. a ll1 parser for windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2863
    • 提供者:avi
  1. ll

    0下载:
  2. ll1文法分析,(1)LL(1)分析程序,编制人:姓名,学号,班级 (2)输入一以#结束的符号串(包括+—*/()i#):在此位置输入符号串 (3)输出过程如下: 步骤 分析栈 剩余输入串 所用产生式 1 E i+i*i# E->TG (4)输入符号串为非法符号串(或者为合法符号串) 注:(1)在“所用产生式”一列中如果对应有推导则写出所用产生式;如果为匹配终结符则写明匹配的终结符;如分析异常出错则写为“分析出错”;若成功结束则写为“分析成功”
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:58368
    • 提供者:王艳
  1. LL1ForWin

    0下载:
  2. 一个LL1分析工程。还做成了对话框的形式,还能导入文法文件,超好的!!不骗你-Very good!!!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3351208
    • 提供者:韩傲
  1. LL11111

    0下载:
  2. 编译原理的LL1分析器,希望对大家有所帮助-LL1 parser compiler principles, I hope all of you to help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:33053
    • 提供者:jwjshitiancai
  1. LL1

    0下载:
  2. 一个用LL(1)文法的词法和语法分析器,-One with LL (1) grammar and syntax of the lexical analyzer,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:213759
    • 提供者:yyx
  1. LL(1)yucefenxi

    0下载:
  2. 编译原理LL1预测分析程序。编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-Forecast for Compilation Principle LL1 parser. Forecast for the development of a common analysis procedures, requires a certain degree of error-handling capabiliti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:99827
    • 提供者:David
  1. final

    0下载:
  2. 编译原理课程设计 while循环语句翻译 LL1,三地址-Principles of curriculum design compiler while the translation loop LL1, three address
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3364
    • 提供者:wori
  1. LL1

    0下载:
  2. 做编译实验时做的LL(1)文法,希望大家多多指正-Compiler to do experiments to do LL (1) grammar, a lot of hope that we can correct me
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:190259
    • 提供者:
  1. Lex_Yacc_Parser

    0下载:
  2. 编译原理的实验,用Lex和Yacc来实现对输入数据的LL1分析,和列出表格-It s a Compilation Principle experiment, using Lex and Yacc to achieve the right input data according to LL1 analysis, what s more, setting out tables
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:43094
    • 提供者:liangmin
  1. LL1

    0下载:
  2. It s aLL1 implementation of slr table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:841
    • 提供者:saumya
  1. LL1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:298638
    • 提供者:biao
  1. Analyze_Word

    0下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化,中间代码生成目标代码,目标代码的解释执行-This is the principle of compiling source code, the various principles involved in the compilation process: lexical analysis, LL1 parsing, semantic analysis, intermediate co
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2486
    • 提供者:mathide
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com