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

搜索资源列表

  1. namab

    0下载:
  2. ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:天空
  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:天空
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax analysis and operator precedence s
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51842
    • 提供者:chuchao
  1. cifafenxi11

    0下载:
  2. 这是编译原理词法分析的实验报告,大家有兴趣请下载吧-This the compiler theory lexical analysis of experimental report, we are interested please download it
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:16240
    • 提供者:清风澈
  1. pTC-yuyanfenxi

    0下载:
  2. PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3551
    • 提供者:why
  1. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4373
    • 提供者:why
  1. Anylizer

    0下载:
  2. 编译原理中的词法分析,使用java编写,包括实验报告-compiler theory of lexical analysis, the use of java preparation, including experimental report
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:82561
    • 提供者:康永乐
  1. compiler

    1下载:
  2. 大三下学期编译原理三个完整的实验和报告(包括词法分析语法分析(LL1和预测分析-junior next semester compile three principles and integrity of the report (including lexical analysis syntax analysis (and pre-LL1 Measurement Analysis
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57125
    • 提供者:echo
  1. compileExperiment

    0下载:
  2. PLO 编译器 词法分析 语法分析 解释执行 编译原理 实验-PLO、 compiler、 lexical analyzer、 grammar analyzer、 compile and run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:62858
    • 提供者:王目宣
  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. PL0

    0下载:
  2. 编译原理实验课 实现编译器的源代码,主要是对于比较简单的PL0语言,包括了词法分析,语法分析,中间代码生成,目标代码生成以及优化的过程-Compiler principle experiment course to achieve compiler source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:230362
    • 提供者:李歪嘴
  1. Compiler-theory---

    0下载:
  2. 编译原理 实验源代码 词法分析与三地址代码生成程序 可直接运行 Compiler theory of lexical analysis and single address code generation -Compiler theory of lexical analysis and single address code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2359
    • 提供者:wangxiaochen
  1. BY

    0下载:
  2. 编译原理实验课件以及完整的实验代码,包含词法分析和语法分析的两个小实验代码。-Compiler theory and experiment courseware complete experimental code, including two small experimental code lexical analysis and parsing.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1768068
    • 提供者:公羽维
  1. lexical-analyzer

    1下载:
  2. 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
  3. 所属分类:Windows Kernel

    • 发布日期:2016-05-08
    • 文件大小:2717696
    • 提供者:alfred artorius
  1. syntactic-analyzer

    0下载:
  2. 编译原理实验报告 实验二:语法分析器 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understandin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:896773
    • 提供者:alfred artorius
  1. CompilerForXYL

    0下载:
  2. 编译原理实验。包括词法分析器、语法分析器、语义分析和中间代码生成。-Compile principle experiment. Including lexical analyzer, parser, semantic analysis and intermediate code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:70638
    • 提供者:肖腾
  1. Project3

    0下载:
  2. 编译原理实验三,词法分析 输入:(文本文件) PL/0 表达式, 用实验一的输出形式作为输入。 例如: 对于 PL/0 表达式, (a+15) *b 用如下二元组形式作为输入: (lparen,( ) (ident, a) (plus, + ) (number, 15) (rparen,) ) (times, * ) (ident, b ) 输出:(直接用屏幕显示) 对于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误
  3. 所属分类:assembly language

    • 发布日期:2017-12-16
    • 文件大小:4270080
    • 提供者:李莉莉
  1. 实验1

    0下载:
  2. 预先设置种别码,再将一串语句的词根据种别码进行识别并输出(Identify the words of a sentence.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:278528
    • 提供者:麻斯亮
  1. 实验2

    0下载:
  2. 将NFA转为DFA并最小化,从excel表中读入,并输出每一步的结果,(transform NFA to DFA)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:519168
    • 提供者:xxshen
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com