CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 编译原理 实验

搜索资源列表

  1. LL1

    0下载:
  2. 编译原理实验: 对下列文法,用LR(1)分析法对任意输入的符号串进行分析: (1)E- E+T (2)E- E—T (3)T- T*F (4)T- T/F (5)F- (E) (6)F- i -Compiler Principle Experiment: The following grammar, with LR (1) analysis method for arbitrary strings of symbols for analysis: (1) E-E
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1746
    • 提供者:
  1. lex-and-syntax-

    0下载:
  2. 用C语言编写的一个特定文法的词法分析器,内有文法描述PPT和实验指导书,电子科技大学的编译原理实验哦-Using C language of a particular grammar lexical analyzer, there grammar descr iption PPT and guide books, the University of Electronic Science and Technology Compiler Principle Experiment oh
  3. 所属分类:Shell api

    • 发布日期:2017-11-12
    • 文件大小:2514474
    • 提供者:许鑫鹏
  1. Lexer

    0下载:
  2. 编译原理实验,词法分析器,生成各种类型的token-Compiler principle experiment, the lexical analyzer to generate various types of token
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:9669
    • 提供者:文哥
  1. grammar

    0下载:
  2. 编译原理实验的语法分析器,实现语法分析器的基本要求-Parser compiler principle experiment, to achieve the basic requirements of the parser
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:207079
    • 提供者:xwz
  1. middle-code

    0下载:
  2. 编译原理实验的语法分析与中间代码生成,可生成四元式-Compiler Principle Experiment syntax analysis and intermediate code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:1051479
    • 提供者:xwz
  1. 24130150

    0下载:
  2. 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments
  3. 所属分类:ICQ Hack

    • 发布日期:2017-11-17
    • 文件大小:1776067
    • 提供者:小猫爱雏菊
  1. 100410508

    0下载:
  2. 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments
  3. 所属分类:Crack_Hack

    • 发布日期:2017-12-01
    • 文件大小:4206668
    • 提供者:小猫爱雏菊
  1. 100410517

    0下载:
  2. 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments Han Han Han
  3. 所属分类:Scanner

    • 发布日期:2017-11-29
    • 文件大小:2397253
    • 提供者:小猫爱雏菊
  1. byyl

    0下载:
  2. 编译原理实验词法分析器,可以顺利完成词法分析功能-Compiler Principle Experiment lexical analyzer lexical analysis functions can be successfully completed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2208
    • 提供者:汪峰
  1. NFA_TO_DFA

    0下载:
  2. 不确定有限状态自动机的确定化(NFA_TO_DFA) 编译原理实验-Uncertain finite state automaton and the determination of (NFA_TO_DFA) Compiler Principle Experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5505
    • 提供者:guochenggai
  1. compile

    0下载:
  2. 大学课本的编译原理实验代码,全部自己实现,无错,包括词法分析、语法分析和解释执行三部分,第二和第三部分在run一个文件内,Gun C编译即可执行,而且有可供编译的示例程序,供大家学习。-school compile test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:25013
    • 提供者:沉默的屋檐
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1698259
    • 提供者:jchen
  1. Untitled1

    0下载:
  2. 编译原理实验,把正规文法转化成正规式,C++算法-Boundary fill polygons algorithms, computer graphics, the c++ algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3050
    • 提供者:高兆远
  1. 4.2

    0下载:
  2. 上海大学编译原理实验作业 借助语法分析和词法分析 语义分析 输入:2+3*5=17-Compiler principle experiment jobs Shanghai University With parsing and lexical analysis Semantic Analysis Input: 2+3* 5 = 17
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:765429
    • 提供者:盛俊
  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. Decaf-Mind

    0下载:
  2. Decaf-Mind 实验总述。清华大学编译原理实验总述,非常好的文档,建议下载。-Overview of Decaf-Mind experiment. Tsinghua University compiled the principle experiment overview, a very good document, it is recommended to download.
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:298288
    • 提供者:王超
  1. 词法分析器设计

    1下载:
  2. 源语言JAVA,宿主语言C/C++,用C/C++程序实现JAVA测试程序的词法分析,输出属性字流
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-04-10
    • 文件大小:7562
    • 提供者:psunny68
  1. cifafenxiqi

    0下载:
  2. 编译原理实验一,词法分析器,c++语言,能简单识别运算法,123if等-Compiler principle experiment , the lexical analyzer , c++ language
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1529
    • 提供者:LittleFool
  1. shiyanyi

    0下载:
  2. 编译原理实验报告,词法分析,自己看一下吧,开发环境未知,亲。-Report compiler principle experiment, lexical analysis, look at it yourself, the development environment is unknown, pro.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:22056
    • 提供者:fanyan
  1. cifa

    0下载:
  2. 编译原理实验:词法分析,选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。规则:E->E+T| E-T|T T->T*F| T/F|F F->(E)|i -Compiler principle experiment: lexical analysis, the choice of a variety of common high-level
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:546417
    • 提供者:坎启娇
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 34 »
搜珍网 www.dssz.com