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

搜索资源列表

  1. 编译原理标识符

    0下载:
  2. 编译原理的一个实验报告: 内容为标识符的识别: 1. 以文本文件为程序输入,文本文件中是一个表达式。 2. 通过构造的程序读出表达式中的标识符。 3. 标识符以一个新的文本文件输出。-compiler of a principle experiment : identifier for the content of identification : 1. A text document procedures for the importation, the text document is an
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23829
    • 提供者:陈明
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. 编译原理预测分析实验

    0下载:
  2. 在编译原理中,预测分析法是非常重要的词法分析方法,此实验针对预测分析法。
  3. 所属分类:系统编程

    • 发布日期:2009-04-19
    • 文件大小:47616
    • 提供者:haiwuyangongzhu
  1. 编译原理实验1 DFA的编程实现

    0下载:
  2. 实验一(二)DFA的编程实现 一.实验分析 1.首先把“字符集”、“状态集”、“开始状态”、“接受状态集”、“状态转换表弄清楚写出来。 2.然后编写读取文件的函数,判断字符串是否正确的函数,以及搜索小于等于N的能够接受的字符串的函数
  3. 所属分类:源码下载

    • 发布日期:2011-04-22
    • 文件大小:1632
    • 提供者:pikaqiuweixiao
  1. 编译原理消除注释实验报告

    0下载:
  2. 编译原理消除注释实验报告,附有源代码及运行截图
  3. 所属分类:编程文档

  1. 编译原理课程设计实验报告 cminus语言编译器

    0下载:
  2. 编译原理课程设计实验报告 cminus语言编译器,Principles of curriculum design experiments to compile the report cminus Language Compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:26434
    • 提供者:gengchen
  1. LL1.rar

    0下载:
  2. LL1分析法,做编译原理试验用的,pdf格式,LL1 analysis, so the compiler used the principle of the pilot, pdf format
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:53350
    • 提供者:hit
  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. code

    0下载:
  2. 编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1656
    • 提供者:qinying
  1. compile

    0下载:
  2. 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:17872
    • 提供者:稻草人
  1. PL0

    2下载:
  2. 编译原理课程设计 PL0 (报告实验和课程设计报告,已经设计方法,步骤) 1. 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的<语句序列> 2. 选做内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1448443
    • 提供者:caicai
  1. byl

    0下载:
  2. 编译原理上机实验 Turbo环境 词法分析-build on the principles of experimental aircraft Turbo environment lexical analysis
  3. 所属分类:

    • 发布日期:2017-12-09
    • 文件大小:20178
    • 提供者:li
  1. SLR(1)Analyzer

    0下载:
  2. 计算机编译原理相关实验3:一个用SLR(1)文法自底向上的语义分析器-Compilation Principle of computer-related experiment 3: a used SLR (1) Bottom-up grammar semantic analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:169637
    • 提供者:shulin
  1. cifafenxi

    0下载:
  2. 本程序是简单的编译原理的实验,目的是编写一个类c语言的编译器,只能检查出词法错误。-This procedure is a simple principle of the experimental compiler, the purpose of the preparation of a class c language compiler can only detect lexical errors.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:193314
    • 提供者:jiang
  1. express

    0下载:
  2. 简单赋值语句翻译成四元式 (编译原理实验)-Translated into a simple assignment statements quaternion type (Compiler Principle Experiment)
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1103761
    • 提供者:大头飞
  1. cffxq

    0下载:
  2. 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:19337
    • 提供者:Michael
  1. bianyiyuanlishiyan

    0下载:
  2. 《编译原理》第二版 胡伦浚著 。书后实验上机源代码及实验报告。-" Compiler Construction Principles" of the second edition of HU Lun-jun. After the experiment on board the report of the source code and experiment.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1596710
    • 提供者:一生戏
  1. cifafenxi

    0下载:
  2. 编译原理实验一词法分析源程序及简单的测试数据-Principles of Experimental Analysis of the term compile source code and test data
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1199
    • 提供者:clq
  1. 1

    0下载:
  2. 编译原理课程设计报告,slr1完整的实验报告-Principles of curriculum design, compile reports, slr1 complete experimental report
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:165824
    • 提供者:魔飞
« 1 2 3 45 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com