搜索资源列表

  1. LR1

    0下载:
  2. 基于LR(1)的语法分析器,根据不同的文法规则,对C语言文件进行语法分析-Based on LR (1) parser, depending on the grammar rules, language files for parsing C
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:3836928
    • 提供者:刘艺
  1. Grammar-analysis

    0下载:
  2. LR分析法是给出一种能根据当前分析栈中的符号串(通常以状态表示)和向右顺序查看输入串的K个(K≥0))符号就可唯一地确定分析器的动作是移进还是归约和用哪个产生式归约,因而也就能唯一地确定句柄,所以LR分析过程是一种规范归约过程-LR analysis method is given a can according to the analysis of the string (usually in state said to the ri
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:980992
    • 提供者:元宝
  1. yffxq

    0下载:
  2. LR(0)语法分析器、对一段文法进行分析 判断是否为LR(0)文法-LR (0) parser for a grammar analysis to determine whether the LR (0) grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:6817792
    • 提供者:孙渺
  1. Binary_balance_sorttree

    0下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:914432
    • 提供者:牛小龙
  1. IF-ELSE_LR

    0下载:
  2. IF-else语句翻译 LR方法 三地址输出-IF-else translation, output three-address translation , LR method
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1469440
    • 提供者:吴泽伟
  1. semantic_analyse_program

    0下载:
  2. 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:5905408
    • 提供者:淼淼
  1. yacc

    0下载:
  2. 简单的语法分析。运用了词法分析的结果进行语法分析,基于LR(1)分析表-Syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1191936
    • 提供者:wutu
  1. LR

    0下载:
  2. LR语法分析器 编译原理去外皮额前巍峨彭清额前恶趣味-LR compile
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:796672
    • 提供者:吕扬
  1. LR0ALG

    0下载:
  2. 关键字:编译原理;算法;LR文法 描述:LR文法也具有一定得通用性,也是只要用一张万能表就可以判断字符串是否符合文法。-Compilation principle algorithm LR grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:604160
    • 提供者:qyp
  1. Copy-of-LR0ForWin

    0下载:
  2. LR(0)分析表构造,窗口化MFC。实现LR(0)分析表的构造。 构造一程序,实现LR(0)分析表构造算法,识别文法活前缀的DFA输出LR(0)分析表,可输出到指定文件中。-LR ( 0) analysis table structure, window MFC. Realization of LR ( 0) analysis table structure. Constructing a program, LR ( 0 ) analy
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:2268160
    • 提供者:时连标
  1. 5.7

    0下载:
  2. 关于编译原理的LR语法分析器的控制程序的c语言描述-C language descr iption of the the LR parser control procedures on compiler theory
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:郭影天
  1. LR

    0下载:
  2. LR词法分析器,用C++编写的简单的一个LR词法分析器-The LR lexical analyzer C++ written a simple LR lexical analyzer
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:王竹
  1. IF_ELSE

    0下载:
  2. 引入属性文法和语法制导翻译方法的基本思想,对控制结构“IF-ELSE”条件语句进行词法分析,并在词法分析的基础上进行LR语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-The basic idea of introducing the attribute grammar and syntax directed translation method, lexical analysis of
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1221632
    • 提供者:CourageK
  1. ZHH

    0下载:
  2. 编译原理的LR文法分析,系统的代码实现了LR所有的功能,实现LR文法的算法-LR grammar compiler theory analysis, system code implements all the features LR, LR grammar algorithm to achieve
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:990208
    • 提供者:张茂盛
  1. PacketRecv_CardAgent

    0下载:
  2. AS/400异步短连接接受工具。自带EBCDIC编码转换。使用共享内存作为LR与工具间通信方法。 上传原因:近期有一个神马的性能测试人员离职。这些代码原本是几年前神马一个性能测试团队中其他人编写的工具。项目结束后他留在了这个股份银行继续做外包。当行里人希望他将这个工作移交时,其以是公司资产为由拒绝了。但在他离职时,却没有将这部分代码移交给神马的其他同事。我气不过就利用技术手段恢复了他删除的数据,并公之于众。 不是
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:5480448
    • 提供者:wangliang
  1. LR(1)

    0下载:
  2. LR1文法,对一个输入串,能够判断是否符合所定义的文法-LR1 grammar for an input string, it can be determined whether the defined grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:8264704
    • 提供者:
  1. LR0

    0下载:
  2. LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成-Structure content LR (0) analysis table: Known grammar G, write a program to automatically generate analysis ta
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:5570560
    • 提供者:zyq
  1. 2

    0下载:
  2. 编译原理的lr(0)分析器,功能较小但很实用。-Compiler theory lr (0) analyzer, a small but very useful function.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:845824
    • 提供者:wade
  1. compiler

    0下载:
  2. 编译原理:词法分析器、LL(1)文法、LR(1)文法的实现。基于Qt实现了图形界面。-Compiler theory: lexical analyzer, LL (1) grammar, LR (1) grammar implementations. Qt-based graphical interface to achieve.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3609600
    • 提供者:xiongmao
  1. LR0

    0下载:
  2. LR0语法分析,要求:(1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。-LR0 parsing requirements: (1) direct input grammar based on the known structure of LR (0) Analysis Table. (2) E
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:2992128
    • 提供者:小飞
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »

源码中国 www.ymcn.org