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

搜索资源列表

  1. ifelse

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

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

    0下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-A super-classic lexical and syntax analysis program (source code attached). The output from the lexical analysis of the transition to a grammatical analysis
  3. 所属分类:SQL Server

    • 发布日期:2017-04-24
    • 文件大小:48576
    • 提供者:江林
  1. IF-ELSEdiguixiajiangfasiyuanshi

    0下载:
  2. 1 )收件符合特定语法语法分析和属性文法。 ( 2 )完成的科目要求的中间代码的描述三个地址。 ( 3 )写的语法某一思想的分析,完成解析和语义分析节目。 ( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。 ( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容: 1系统描述(描述问题域) 2属性文法和语法的描述 3描述了语法分析和语法分析设计 4给出了说明的形式,中间代码和中间代码序列的结构设计
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:354773
    • 提供者:王福源
  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. yufa

    0下载:
  2. 一个pascal的语法分析程序,运行后输入相应的pascal语言程序,就会进行语法分析-it s program of yufa analysist
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1745
    • 提供者:
  1. LL(1)grammarsyntax

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

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:chenpeng
  1. bianyiyuanlikechengsheji

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259674
    • 提供者:jianqifan
  1. compile

    0下载:
  2. 编译原理的语法分析程序,可以用来参考参考-compile
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:194951
    • 提供者:junior
  1. digui

    0下载:
  2. 编译试验课上写的一个关于递归下降法的语法分析程序序,大家可以-yufafenxi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1908
    • 提供者:lixiang
  1. grammeranalysis

    0下载:
  2. 此为编译原理课设源码+试验报告 为语法分析程序s.txt为语法要求-This is the principle of classes to compile source code+ test report based syntax analysis program for syntax requirements for s.txt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:211684
    • 提供者:nick
  1. LL1

    0下载:
  2. 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:15337
    • 提供者:李方
  1. ParsingAnalyzer

    0下载:
  2. 通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序 列进行语法检查和结构分析,进一步掌握常用的语法分析方法。 -By designing, developing, debugging parsing a typical procedure, the realization of the lexical analysis program provided by the word sequence and structure analysis of the synt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:18349
    • 提供者:李方
  1. 1.Rar

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术. -When learning compiling principle of lexical and grammatical analysis program. Morphology and syntax analysis in a class of packaging CFenXi in Visual c++ 6.0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:257599
    • 提供者:李清
  1. syntaxanalysis

    0下载:
  2. 运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。-Decline in the use of recursive subroutine method, to achieve an integer 4 expression is the syntax analysis program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:110354
    • 提供者:谢琳琳
  1. PL0

    0下载:
  2. VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:249550
    • 提供者:封建性
  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1456
    • 提供者:WM
  1. RecursiveSubroutine

    0下载:
  2. 程序功能:PL/0语言语法分析程序,检测pl/0源程序的语法是否正确-A subroutine that calls itself. Such a self-referential call must occur as one branch of a conditional statement, otherwise there would be an infinite series of calls. As an example, a recursive subroutine to calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:13273
    • 提供者:kelly
  1. NUM

    0下载:
  2. 语法分析程序,正确返回SUCCESS,错误返回error-Parser correctly returns SUCCESS, the error return error
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2761
    • 提供者:包晶晶
  1. cifafenxiqi

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28856
    • 提供者:何娜
  1. cifa

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子-Includes a LR (1) syntax analysis procedure and an LL (1) Examples of the syntax analysis program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4107
    • 提供者:yy
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 39 »
搜珍网 www.dssz.com