CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 制导

搜索资源列表

  1. Lexical_analysis

    0下载:
  2. 词法分析的又一个例子 这个将词法分析做成了一个子程序便于后来与语法分析及语法制导连起来-lexical analysis of this yet another example of lexical analysis resulted in a subroutine and then to facilitate analysis of syntax and grammar guide link
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:李立纯
  1. drysea3

    1下载:
  2. 这是一个制导翻译的源代码,因为跟我们作业无关,我也不知道具体是什么,但可能有人有用吧,这东西我反正很少听说,也许很难找吧-This a guided translation of source code, because the operation has nothing to do with us, I do not know the specifics of what It might be useful to it, something I rarely heard anyway, it
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.4kb
    • 提供者:干海娟
  1. COMPLIER

    0下载:
  2. 为简单的函数绘图语言编写一个解释器语法制导部分 语法制导注意:必须严格按照下面步骤调试程序,否则运行不通的,切记、切记…… 点击VC的图标->文件->打开工作空间->COMPLIER.dsw->点 “打开” 打开后在点“工程”->设置->在右面标签上选调试(Debug)->在程序变量里改为“test.txt”->确定 最后就可以链接运行了。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24.66kb
    • 提供者:任爽
  1. Middle_Code

    0下载:
  2. 中间代码生成器设计(4学时) 1.实验目的 熟悉算术表达式的语法分析与中间代码生成原理。 2.实验类型 综合性。 3.实验基本要求 (1) 设计语法制导生成表达式的四元式的算法; (2) 编写代码并上机调试运行通过。 • 输入——算术表达式 • 输出—— 语法分析结果 相应的四元式序列
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8.25kb
    • 提供者:js
  1. yuyi

    0下载:
  2. 编译原理实验语义分析源程序,采用递归下降语法制导翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:胡苗
  1. 编绎

    0下载:
  2. 这是一个大学教学用的编绎程序,集语法分析和语法制导翻绎为一体,其中语法分析采用算符优先分析算法.-This is a university teaching series unravel the procedures set grammar and syntax analysis Multilingual guidance for the integration, analysis and syntax analysis algorithm operator priority.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15.97kb
    • 提供者:呀呀
  1. 递归子程序方法

    0下载:
  2. 这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式-This is a realization of the C syntax translation guided procedure, when an input expression can be translated into the corresponding four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.34kb
    • 提供者:王小闹
  1. 表达式转化编译器

    0下载:
  2. 基于语法制导的表达式转换编译器
  3. 所属分类:编译器/词法分析

    • 发布日期:2011-07-06
    • 文件大小:3.19kb
    • 提供者:Qsy521
  1. bianyiyuanli

    0下载:
  2. 建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术,而且能够使学生对该领域产生浓厚的兴趣和求知欲,为以后进一步从事软件工作打下良好的基础。主要内容涵盖了大学计算机系本科生所学内容,共十章,有编译概述,文法和语言,词法分析,语法分析,语法制导翻译,运行时刻环境的组织,中间代码生成,目标代码生成,代码优化,面向对象的语言的编译介绍。每章后附有习题,必做的习题给出了参考答案。最后讲解一个小的编译器的设计与实现,并给出了完整的用PASCAL书写的源代码。72学时,4学分。先修课程有计算
  3. 所属分类:Compiler program

    • 发布日期:2017-06-14
    • 文件大小:21.64mb
    • 提供者:wj
  1. 2

    0下载:
  2. 这是一个赋值语句的翻译程序设计,运用递归下降语法制导翻译法-This is a translation of assignment statements programming, decreased use of recursive grammar-translation method guidance
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:17.62kb
    • 提供者:萧天
  1. PL0

    0下载:
  2. VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:243.7kb
    • 提供者:封建性
  1. complier_MSIL

    0下载:
  2. 设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。 -Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:lavender
  1. nibolanshi

    0下载:
  2. 表达式的语法制导逆波兰式生成 c++编写-grama analys
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:9.42kb
    • 提供者:宋楷
  1. DoWhileRecursiveDescent

    0下载:
  2. 设计一个DO-WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择递归下降法,采用用语法制导翻译输出中间代码四元式。通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Design a DO-WHILE loop syntax and semantics of lexical analysis programs ﹑, recursive descent parsing options, use
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:朱良
  1. Principles_of_Syntax_Directed_Compiler_classic_tut

    0下载:
  2. 编译原理语法制导翻译经典教程Principles of Syntax Directed Compiler classic tutorial-Principles of Syntax Directed Compiler classic tutorial
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:243kb
    • 提供者:ikd
  1. zhidaofanyi

    0下载:
  2. 用C++写的编译原理作业中的语法制导翻译-Written using C++ compiler theory operating in the Syntax Translation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:17.56kb
    • 提供者:robert
  1. 854584LL1

    0下载:
  2. 中间代码生成 掌握语学制导下的中间代码生成技术,在第一、第二次实验的基础上完成中间代码生成程序-Learn to master language intermediate code generation under the guidance of the intermediate code generation technology, in the first and second test done on the basis of intermediate code generator
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13.38kb
    • 提供者:linlin
  1. 467651fds05LL1

    0下载:
  2. 中间代码生成掌握语学制导下的中间代码生成技术,在第一、第二次实验的基础上完成中间代码生成程序。-Learn to master language intermediate code generation under the guidance of the intermediate code generation technology, in the first and second test done on the basis of intermediate code generation pr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:8.73kb
    • 提供者:linlin
  1. ImplementationOfVM

    0下载:
  2. 根据给出的语法规则,在经过词法分析,语法分析得到的语法分析树的基础上,设计语法制导的定义翻译生成目标代码。并将生成的目标代码在附件给出的虚拟机中运行,得到运行结果。-According to the given grammar rules, after lexical analysis, syntax analysis parse tree obtained based on the definition of design Syntax generate object code transla
  3. 所属分类:Compiler program

    • 发布日期:2017-06-09
    • 文件大小:15.79mb
    • 提供者:tom
  1. compile

    0下载:
  2. 编译原理中语法制导翻译四元式生成的函数原代码 -Compiler Principle Syntax translation functions generated by four-style source code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:3.57kb
    • 提供者:娜娜
« 12 »
搜珍网 www.dssz.com