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

搜索资源列表

  1. PL0

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

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

    0下载:
  2. 编译原理课程实验第一部分 词法分析程序,实现第一部分功能-The first part of the experiment compiler theory courses lexical analysis procedures to implement the first part of the function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1270
    • 提供者:聂子晨
  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. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
  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. bianyiyuanli

    0下载:
  2. 编译原理(第二版)张素琴 吕映芝等著 实验:简单词法分析程序设计- Compiler theory (second edition) Lvying Zhi Qin Zhang wait Experiment: Simple lexical analysis program design
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:330037
    • 提供者:Allen 王
  1. compiler

    0下载:
  2. 一个小型编译器的实验,实现了词法分析,语法分析,语义分析,中间代码-a simple complier
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:273142
    • 提供者:田阡陌
  1. Compiler-theory-Lexical-analysis

    0下载:
  2. 编译原理词法分析在VC++6.0上的实现,含有源代码以及实验报告的完整版-Compiler theory lexical analysis implemented on VC++6.0 containing the source code and the full version of the test report
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:146491
    • 提供者:董迪
  1. st_1

    0下载:
  2. 本章实验为实验一,任务是编写一个程序对使用C  语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。-This chapter first experiment experiments, the task is to write a program to use C  source c
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:866176
    • 提供者:沈通
  1. cifafenxi

    0下载:
  2. 编译原理的实验,该部分为词法分析的源代码-Compiler theory experiments, the part of the lexical analysis of the source code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:3726915
    • 提供者:xieguohao
  1. analyse

    0下载:
  2. 来自课程实验,属于编译原理程序,能进行词法分析,结果比较清晰-From the course of experiments, belonging to the compiler principle, can carry out the lexical analysis, the results are clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:陆善荣
  1. CompilerCminus

    0下载:
  2. 这个文件是编译原理课程设计的实验代码,这段代码中包括了词法分析以及语义树的生成,工程的话用vs2013打开,如果版本低的话,直接把里面的头文件与源文件拷出来在相关的c语言开发环境里建个新的工程就行了,里面有一个例子,直接跑就行了。-This file is experimental code compiler theory of curriculum design, this code is included in the lexical analysis and semantic tree g
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1247282
    • 提供者:
  1. lab1

    0下载:
  2. 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18597
    • 提供者:沈大川
  1. lab2

    0下载:
  2. 任务是在词法分析和语法分析程序的基础上编写一个程序,对C 源代码进行语义分析和类型检查,并打印分析结果。与实验一不同的是,实验二不再借助已有的工具,所有的任务都必须手写代码来完成。另外,虽然语义分析在整个编译器的实现中并不是难度最大的任务,但却是最细致、琐碎的任务。因此需要用心地设计诸如符号表、变量类型等数据结构的实现细节,从而正确、高效地实现语义分析的各种功能。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:27936
    • 提供者:沈大川
  1. lexical-analysis

    0下载:
  2. 编译原理中的词法分析实现,是编译原理课中的实验代码-Compiler theory lexical analysis to achieve, is to compile the principle lesson of the experiment code
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:49789
    • 提供者:张雷雷
  1. Lexical

    0下载:
  2. 编译原理里的词法分析程序,完善按照c语言进行词法识别,下载后可直接运行,用于编译课程实验的学习-Compiler theory of lexical analysis procedures, to improve the C language for lexical recognition, download can be run directly, for the study of the course experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:211989
    • 提供者:李夫人
  1. 编译原理词法语法分析等代码

    2下载:
  2. 编译原理实验报告代码,包括代码,心得等等
  3. 所属分类:编译器/词法分析

  1. PL0

    0下载:
  2. 本次实验设计主要是在分析理解PL/0编译程序的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充,使其增加并且实现了更多的功能。-This experiment design is mainly on the analysis of the understanding of PL/0 compiler, on the basis of the lexical analysis program, the syntax analysis and semantic processin
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:836038
    • 提供者:马晓璐
« 1 2 ... 10 11 12 13 14 1516 »
搜珍网 www.dssz.com