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

搜索资源列表

  1. BIANYI

    0下载:
  2. 编译原理课程所用的词法语法分析器.其中ma为词法,sa为语法.-Compiler theory curriculum used lexical parser which is lexical ma, sa for the syntax.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:2335
    • 提供者:wxq
  1. Compile

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,词法分析器-LL1 parser input grammar expression can automatically output the prediction analysis table to determine whether the LL1 grammar, you can then enter any of a sentence, and then analyze them gives a detailed analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:42614
    • 提供者:搁浅时光
  1. cifafenxiqi

    0下载:
  2. 词法分析器。可以去掉// /**/注释,并分析简单的语法。-Lexical analyzer. Can be removed// /**/comment and analyze simple syntax.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:225505
    • 提供者:郭攀
  1. compiler

    1下载:
  2. 编译器实验报告。包括词法分析器,语法分析器,中间代码生成以及整个编译器。-Compiler experimental report. Including lexical analyzer and parser, intermediate code generation and the entire compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:788185
    • 提供者:徐瑞
  1. analyzer

    0下载:
  2. 编译原理语法分析器、词法分析器代码,运行程序时,需用文件保存要分析的程序代码,建议用pascal语言编写要分析的代码-Parser compiler theory, lexical analyzer code, run the program, use a file is saved to analyze the program code, we recommend using pascal language code to be analyzed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3623
    • 提供者:李晓路
  1. grammar.y

    0下载:
  2. 结合flex词法分析器,读取符合语法规则的文件并输出-Combined with flex lexical analyzer reads the file and comply with the rules of grammar output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3683
    • 提供者:cz
  1. cifa

    0下载:
  2. 编译原理课程设计实现词法语法分析器 lr(1)编译器相关代码和设计-Compiler theory of curriculum design and implementation syntax analyzer lr (1) related to the compiler code and design
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1208223
    • 提供者:刘洋
  1. lexical-analyzer

    0下载:
  2. 这是一个简单的词法分析器。 能对具有简单语法的编程语言进行词法分析。-This is a simple lexical analyzer. Able to have a simple programming language syntax for lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:379008
    • 提供者:刘洁
  1. Compile

    0下载:
  2. 语法、词法分析器,用于语法、词法分析(编译原理)-Grammar and lexical analysis (compiler theory)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6954
    • 提供者:朱开元
  1. FinalExperiment

    0下载:
  2. 编译原理综合实验,内容:词法分析器,语法分析器,语气分析器,综合大实验;内附完整代码+测试文件+实验报告。-Comprehensive experimental compiler theory, content: lexical analyzer, parser, tone analyzer, Comprehensive experiments test file containing the complete code++ test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:273476
    • 提供者:J_Dark
  1. test2

    0下载:
  2. 词法分析器,语法生成树,内含详细程序要求和说明以及环境配置-text tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:805614
    • 提供者:郑玉
  1. 3

    0下载:
  2. 将实验一“词法分析器”与实验二“语法分析器”之间的衔接方式由独立一遍改为独立子程序。   于语法正确的表达式,报告“语法正确”;   对于语法错误的表达式,报告“语法错误”, 指出错误原因。 -The Cohesion experiment " lexical analyzer" and Experiment II " parser" between independent again to separate subroutine. Grammat
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5415118
    • 提供者:盛俊
  1. 2

    0下载:
  2. 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”;    对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2489039
    • 提供者:盛俊
  1. cYUYANCIFAFENXI

    0下载:
  2. 用C语言编写一个PL/0词法分析器(约定所有字符均为小写,不包含大写字符),为语法语义分析提供单词,使之能把输入的字符串形 式的源程序分割成一个个单词符号传递给语法语义分析,并把分析结果(基本字,运算 符,标识符,常数以及界符)-Using C language to write a PL/0 lexical analyzer (agreed all characters are lowercase, uppercase characters not included), w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:15899
    • 提供者:sdf
  1. 2

    0下载:
  2. 通过词法分析器作为输入口 ,分析语法是否正确。输出响应的产生式。-By lexical analyzer as an input port, analyze syntax is correct. Production output response.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:896434
    • 提供者:杨先生
  1. cifa

    0下载:
  2. 编译原理 c语言词法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,-Lexical analyzer c language compiler theory By design, develop and debug a typical parser can be identified by plus+, multiplication*, parentheses (), composed of the operand arithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1569
    • 提供者:雷伊
  1. analyse

    0下载:
  2. 用c++编写的一个简单的语义、语法和词法分析器,通过测试,附带实验报告-Using c++ to write a simple semantics, syntax and lexical analyzer, through testing, with test report
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:2654915
    • 提供者:
  1. tiger

    0下载:
  2. tiger语言编译器,实现了词法分析、语法分析和语义分析。工具:Java 开发环境: Eclipse、词法分析器: JFlex、语法分析器: CUP-tiger language compiler, lexical analysis, parsing and semantic analysis. Tools: Java development environment: Eclipse, lexical analyzer: JFlex, parser: CUP
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:533954
    • 提供者:辛尚艺
  1. Parser

    0下载:
  2. 基于tiny修改而成的c-minus语言的语法分析器(包括了词法分析)-Based tiny modifications made parser c-minus languages ​ ​ (including lexical analysis)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:9754
    • 提供者:zheng
  1. grammer

    0下载:
  2. 语法分析器,用于将词法分析后的内容用语法分析程序判断程序书写合法性-Parser for lexical analysis to determine the content parser program written with legitimacy
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:zhang
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com