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

搜索资源列表

  1. 词法

    0下载:
  2. 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.66kb
    • 提供者:石青
  1. mubiaodaimashencheng

    0下载:
  2. 目标代码生成(C++)源代码+详细的课程设计报告 源程序的中间代码变换成依赖于具体机器的等价的目标代码-Target code generation (C++) Source code a detailed report of the curriculum design of the intermediate source code converted into machine dependent on the specific object code equivalent
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1.91kb
    • 提供者:michelle
  1. temp

    0下载:
  2. 本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器 内附详细设计文档、申优答辩PPT等很详细的资料-I according to their actual situation, combined with the principle of large operations compiler requirements, intended to build such a
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:576.48kb
    • 提供者:刘毅
  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. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:329.88kb
    • 提供者:罗丹
  1. lexandyacc

    0下载:
  2. G代码生成,解释,可以对机床进行控制,对各种参数进行设计-G code generation, interpretation, can be controlled machine tools, the design of various parameters
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5.3mb
    • 提供者:zhangliang
  1. Hxm_xuniji

    0下载:
  2. 该虚拟机是一个汇编级别的虚拟运行时系统,并为该虚拟机设计了一套汇编语言、一个汇编器(hsm)和一个连接器(link)。-The virtual machine is a virtual run-time compilation system level, and for the design of a virtual machine assembly language, an assembler, (hsm), and a connector (link).
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:455.07kb
    • 提供者:wanghuahua
  1. 2

    0下载:
  2. 这是我们组做的关于编译原理的课程设计,是一个自动机。-This is our group to do the course on compiler design principle, is an automatic machine.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:199.01kb
    • 提供者:李磊
  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. DFA

    0下载:
  2. 编译原理文法输入,并根据输入的文法设计有穷状态自动机,判断是否未确定的,若否,则确定化!-Input grammar compiler theory and design of the input grammar finite state machine to determine whether the undetermined, and if not, determine the technology!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1.26kb
    • 提供者:韩敏
  1. cifafenxi

    0下载:
  2. 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:225.7kb
    • 提供者:ppt
搜珍网 www.dssz.com