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

搜索资源列表

  1. bianyiyuanli

    0下载:
  2. 编译原理 语法分析与词法分析器 附赠文档-Parsing compiler theory lexical analyzer comes with documentation
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:253697
    • 提供者:weizhongmao
  1. FAScanner

    0下载:
  2. 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:27025
    • 提供者:朱东
  1. VCPP

    0下载:
  2. 实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。-Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:1167
    • 提供者:杨蕊
  1. lexer

    0下载:
  2. 递归下降分析器的基本构造方法是,对文法的每个非终结符号,都根据其产生式的各个候选式的结构,为其编写一个对应的子程序(或函数),该子程序完成相应的非终结符对应的语法成分的识别和分析任务。因此,递归下降分析器的语法分析子程序的功能是,对某个非终结符,用规则的右部符号串去匹配输入串。分析过程是按文法规则自上而下一级一级的调用有关子程序来完成。本系统采用的就是递归下降分析方法。-The recursive descent parser constructor to each nonterminal gr
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:600201
    • 提供者:杨蕊
  1. compile

    0下载:
  2. 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:226883
    • 提供者:时雨
  1. WindowsFormsApplication1

    0下载:
  2. C#实现的词法分析器 TINY计算机语言的编译程序的词法分析部分实现。 从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token)送给语法分析程序。 -C# implementation of lexical analyzer
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:68111
    • 提供者:刘忠堂
  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. 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. Compile_Lab3

    0下载:
  2. LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1) analysis process LL (1) par
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:176664
    • 提供者:春春
  1. SHIYAN3

    0下载:
  2. 设计一个C--语言的句法分析器。读入一个C语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,请给出错误信息。-Design a C- language parser. Read into a C language program to determine that the procedure was not a legitimate C- language program. If the program has a syntax and semantic errors
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:211488
    • 提供者:wangqiumei
  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. BianYiQi--By_java

    0下载:
  2. 一个界面非常棒的java编写的语法分析和此法分析器,功能比较完善,大家可以借鉴一下-A great interface written in java parsing and this method analyzer, function more perfect, we can learn about
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:76047
    • 提供者:csr0312
  1. test2

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

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

    0下载:
  2. 词法分析器,用来验证在编译代码的时候代码是不是符合此法规则的,在满足了词法规则的时候再检查他是不是满足语法规则,最主要的是适合于学生用来学习-wordAnalyzer.zip to test the words in the cpp fellow the standard of the exact of the language or not.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:18327
    • 提供者:徐李仙
  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 2 ... 37 38 39 40 41 4243 »
搜珍网 www.dssz.com