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

搜索资源列表

  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. libolanshi

    1下载:
  2. 赋值语句的翻译 通过设计、编制、调试一个典型的语法成分的语法分析和语义分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析以及语义翻译工作,进一步掌握常用的语法分析方法和语义分析方法。 要求: 选择最有代表性的语法分析方法,如算符优先法(或简单优先法)、递归下降分析法、LL分析法和LR分析法之一进行语法分析。 选择对各种常见程序语言都通用的语法结构,如赋值语句(尤指表达式)作为分析对象,并且与所选语法分析方法要比较贴切。 选择最有代表性的语义分析方法,如语法制
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:甘云
  1. 15883

    0下载:
  2. (1)、本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -(1), the parsing code of LL (1) analysis. (2), all of grammar enter a production, it is automatically generated by the procedures of the LL (1) Forec
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:22422
    • 提供者:whom
  1. LL1wenfapanding

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first show that L is top-down analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:284823
    • 提供者:小江
  1. complie

    0下载:
  2. 在文本中输入do while的代码 对它进行LL(1)分析-Enter in the text of the code do while it LL (1) Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者: 叶子
  1. 22

    0下载:
  2. 编译原理条件语句翻译的实现使用LL(1)文法-Translation of the principle of conditional statements to compile the realization of the use of LL (1) grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:86590
    • 提供者:周折
  1. 11

    0下载:
  2. if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式-if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:105832
    • 提供者:周折
  1. 33

    0下载:
  2. if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式-if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-type
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1033112
    • 提供者:周折
  1. Compiler

    0下载:
  2. if-else条件语句翻译,使用LL(1)文法-if-else conditional statements translation, the use of LL (1) grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1084135
    • 提供者:周折
  1. ccc

    0下载:
  2. DO—WHILE 语句的翻译程序(使用LL(1)文法输出四元式)-DO-WHILE statement translation process (the use of LL (1) grammar output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:460728
    • 提供者:陈杰
  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:441080
    • 提供者:余欢
  1. dowhilee

    0下载:
  2. 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the sta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:145874
    • 提供者:李伟霞
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. CIFA

    0下载:
  2. LL(1)分析过程模拟 -LL(1)分析过程模拟LL(1)分析过程模拟
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1072
    • 提供者:PUDN
  1. do_while

    0下载:
  2. 编译原理实验。DO—while循环语句翻译程序,LL(1)算法,输出三地址形式。可以嵌套循环。VS2008调试通过-Compiler experiment. DO-while loop translation procedures, LL (1) algorithm, the output form of the three addresses. Nested loops can be. VS2008 debugging through
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3072
    • 提供者:lyb
  1. Inside_Microsoft_Visual_Studio_.NET

    0下载:
  2. Learn how to put all the built-in power of Microsoft® Visual Studio® .NET 2003 to work with this comprehensive, in-depth programming guide. It drills down into the internal workings of Visual Studio .NET to help you get the most out of its fe
  3. 所属分类:.net

    • 发布日期:2017-05-19
    • 文件大小:5461741
    • 提供者:zexzex
  1. Languageanalysis

    0下载:
  2. LL分析while语句中间代码是三地码,中间结果都在txt文件就可以了-LL analysis of sentence while the three intermediate code is code, intermediate results are in txt file can be a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1691159
    • 提供者:wen
  1. 200906241019311925

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:191025
    • 提供者:chenpeng
  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. 19sh_200310

    0下载:
  2. Written for developers, researchers, technical assistants, librarians, and power users, Spidering Hacks provides expert tips on spidering and scraping methodologies. You ll begin with a crash course in spidering concepts, tools (Perl, LWP, out-of-the
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1438907
    • 提供者:dams arn
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com