CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - predictive

搜索资源列表

  1. 语法分析器:递归下降子程序的编写

    0下载:
  2. 语法分析器:递归下降子程序的编写 通过本实验,了解递归下降预测分析的原理和过程以及可能存在的回溯问题,探讨解决方法,为预测分析表方法的学习奠定基础。分析递归下降子程序的优缺点。-Parser: recursive descent routines written by this study to understand the principle of recursive descent and the process of predictive analysis, and possibl
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:224211
    • 提供者:*飞
  1. LL(1)Analysis

    0下载:
  2. 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:6521
    • 提供者:liangye
  1. LL_1

    0下载:
  2. 预测分析文法的程序,使用c语言在VC++下编写,学习编译原理的重要试验-Predictive analysis grammar, the use of c language in VC++ Prepared to learn the importance of compiling principle test
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7667
    • 提供者:LINKUAN
  1. 945488dgxj

    0下载:
  2. 递归下降分析和预测分析,呵呵,希望大家喜欢-Recursive descent analysis and predictive analysis, huh, huh, I hope you like
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:9248
    • 提供者:发饿饭发
  1. fenxi

    0下载:
  2. 编译原理,非递归预测分析,分析一个句子是否是一个文法的句子-Compiler Construction Principles, non-recursive predictive analysis, analysis of whether a sentence is a grammatical sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1153
    • 提供者:wuxufen
  1. yucefenxi

    0下载:
  2. 编译原理的预测分析程序,输入的内容在11。TXT文件中。-Compiler Construction Principles of the predictive analysis process, input 11. TXT file.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1415
    • 提供者:David
  1. ll(1)fenxi

    0下载:
  2. 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1558
    • 提供者:WM
  1. 3

    0下载:
  2. 编译原理中用c++实现的用预测分析表实现语法分析器 -Principles of using c++ compiler implementation to achieve with predictive analysis table parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1737
    • 提供者:wen
  1. Parse2

    0下载:
  2. 设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析中预测分析方法。-Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:51009
    • 提供者:chenxi
  1. 55171-55171.ZIP

    0下载:
  2. predictive parser program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:kini
  1. Predictor

    0下载:
  2. LL(1)预测分析程序,语法是定的,不过可以稍加修改环境vs2005 语言 C#-LL (1) predictive analysis, grammar is fixed, but can be modified to environmental vs2005 Language C#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:18033
    • 提供者:高飞
  1. LL1parserVS2010

    0下载:
  2. LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:273028
    • 提供者:jianren2hao
  1. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:75985
    • 提供者:
  1. Predictive-Analysis

    0下载:
  2. 通过完成预测分析法的语法分析程序,了解预测分析法和递归子程序法的区别和联系。使了解语法分析的功能,掌握语法分析程序设计的原理和构造方法,训练掌握开发应用程序的基本方法。-Prediction Analysis by completing the parser to understand the analysis and prediction of difference between the recursive subprogram and contact. To understand the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:246522
    • 提供者:wangbluer
  1. yucefenxibiao

    0下载:
  2. 能够预测分析某条语句的文法正确与否,适合预测分析!-Analysis to predict the correct grammar of a statement or not, for predictive analysis!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1447
    • 提供者:佘立峰
  1. Parser

    0下载:
  2. 实现LL(1)文法,能对其实现自顶向下的语法分析并预测分析方法。-Achieve LL (1) grammar, to achieve its top-down method of syntax analysis and predictive analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:6017
    • 提供者:caoqingzhu
  1. yufa

    0下载:
  2. 编译原理,独立的语法分析器,有token串,预测分析法-Compiler theory, an independent parser, a token string, predictive analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:294752
    • 提供者:庄伟
  1. complier

    0下载:
  2. 一个小型编译器,包含词法分析和语法分析,还有预测分析表-A small compiler, including lexical analysis and syntax analysis, as well as predictive analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:555342
    • 提供者:王浩烽
  1. Parsing

    1下载:
  2. 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-12-20
    • 文件大小:422797
    • 提供者:Eric
  1. yufa

    0下载:
  2. 一个语法分析器,预测分析法实现的语法分析器-A parser, predictive analysis method to achieve the parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:89156
    • 提供者:刘斐
« 12 »
搜珍网 www.dssz.com