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

搜索资源列表

  1. 语法词法分析器

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242393
    • 提供者:王莉
  1. 09语义分析

    0下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression opt
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:28056
    • 提供者:数据库
  1. 简单的语义分析basic

    0下载:
  2. 简单易用 易看的编译器 带词法分析和语法分析 输出是二元式和四元式 使用读取文件的方式进行编译 功能基本完整-easy to use easy to see the compiler with lexical analysis and parsing the output of which is dual-and four yuan-use read the document compiled basic functional integrity
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:33165
    • 提供者:cly
  1. LL(1)分析的实现

    0下载:
  2. 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. 词法分析qi

    0下载:
  2. 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:37578
    • 提供者:李坤
  1. test3

    0下载:
  2. 编译原理语法分析,对下述文法和单词表定义的语言设计编制一个语法分析器。(Compiler theory syntax analysis.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:2485248
    • 提供者:冲田
  1. yufafenxi

    0下载:
  2. 使用的文法如下: E ? TE ¢ E ¢ ? + TE ¢ | e T ? FT ¢ T ¢ ? * FT ¢ | e F ? (E) | id 对于任意给定的输入串(词法记号流)进行语法分析,通过递归下降方法和非递归预测分析方法来实现(The syntax analysis of any given input string (lexical token stream) is implemented by recursive desc
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:slalago
  1. 15182613_词法分析

    0下载:
  2. 用来分析程序中词的属性,显示相应的类别码,以便为未来的语法分析做铺垫(The word attribute is used to analysis program, display the corresponding category code, in order to pave the way for future grammar analysis)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1133568
    • 提供者:彬彬iii
  1. ployufa

    0下载:
  2. 用c++语言编写,vs2015通过,对PLO的编译原理语法分析程序,(Syntax analysis program for PLO language compilation principle)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:875520
    • 提供者:小叶半曲
  1. 标注平台php源码

    0下载:
  2. 为手动标注语法分析提供一个在线标注平台,后台保存为conll格式(Provide an online annotation platform for manual annotation)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1575936
    • 提供者:liangs0324
  1. 2018COMPILERPRACTICE1

    0下载:
  2. decaf语言的flex生成语法分析文件的过程,以及源码(The process, and source code of the flex generated syntax analysis of the decaf language)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-09
    • 文件大小:242688
    • 提供者:RPeclipse
  1. yufa

    0下载:
  2. 词法分析输出的单词基础上进行语法分析,输出相应的语法分析结果和错误信息。(On the basis of the word analysis of the output words, the grammatical analysis is carried out, and the corresponding results of grammatical analysis and error information are output.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:君酌
  1. yufa

    0下载:
  2. 简单编译器语法分析部分,大概可以应付编译原理实验的作业(Grammatical analysis)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:barbas
  1. lex词法分析_上交程序

    0下载:
  2. 相当完整lex词法分析_上交程序, Lex 快速入门(词法分析和语法分析)(Lex represents Lexical Analyzar, a.Lex file (the Lex file has an extension of.Lex) passed through the lex utility and generates the output files of C, which are later compiled into an executable version of the le
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:223232
    • 提供者:calacala
  1. 语法分析器

    1下载:
  2. 根据编译原理课程,用C/C++编译出来的简易语法分析器。(According to the compiler principles course, compiled by C/C++ simple syntax analyzer.)
  3. 所属分类:编译器/解释器

    • 发布日期:2020-12-31
    • 文件大小:61440
    • 提供者:A_ice
  1. 编译原理

    1下载:
  2. 一个完整的编译器,包含词法分析,语法分析,符号表,以及代码优化(a complete compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2019-12-08
    • 文件大小:382976
    • 提供者:杨宝辉
  1. 语法分析实验

    2下载:
  2. 编译原理,语法分析器实验,为后续词法分析器,语义分析器的前提实验
  3. 所属分类:编译器/词法分析

  1. 编译原理语法分析算法

    0下载:
  2. 详细介绍了编译原理语法分析算法的存储、处理运行的步骤。
  3. 所属分类:编程文档

  1. 自顶向下的语法分析技术

    0下载:
  2. 自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术自顶向下的语法分析技术
  3. 所属分类:其它文档

  1. C编程 (3)

    1下载:
  2. 基于c语言的简单代码实现,实现语法分析的一个语法分析器(A parser for parsing based on simple code implementation of C language)
  3. 所属分类:Windows编程

    • 发布日期:2020-12-27
    • 文件大小:51200
    • 提供者:lsuper
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com