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

搜索资源列表

  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. c_base

    0下载:
  2. C实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-C implementation of PL/0 compiler, the program achieve lexical analysis, grammar analysis and semantic analysis to quaternion type for the output, are a computer professional essential exper
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-07
    • 文件大小:199545
    • 提供者:朱伟涛
  1. Translate

    0下载:
  2. 编译原理实验,包含词法分析,语法分析(递归下降和LL1),语义分析-Compiler experiment, including lexical analysis, syntax analysis (recursive descent and LL1), semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:217476
    • 提供者:zhaochongbo
  1. Main

    0下载:
  2. java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2891
    • 提供者:gaoxiang
  1. Lexical_analysis

    0下载:
  2. 编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:7040
    • 提供者:凤清
  1. cifafenxi

    0下载:
  2. 词法分析实验 编译原理课程设计的词法分析实验全!-Lexical analysis of the experimental principles of curriculum design compiler lexical analysis of the experiment-wide!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:205238
    • 提供者:陈建辉
  1. c1

    0下载:
  2. 编译原理 中词法分析实验 文件打开方式-lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:181750
    • 提供者:chumeiyi
  1. Recursive_descent_parser

    0下载:
  2. 通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser, lexical analysis procedure t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:7544
    • 提供者:李方
  1. cifa

    0下载:
  2. 编译器的词法分析阶段的报告,包括源码与实验报告,是偷懒者的必备法宝!-Compiler lexical analysis phase of the report, including source code and experimental reports are a lazy person must have a magic weapon!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:64051
    • 提供者:huangwenlong
  1. cifafenxiqi

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28856
    • 提供者:何娜
  1. LexicalAnalysisExperiment

    0下载:
  2. 词法分析实验,doc文档报告,原代码和流程图.-Lexical analysis experiment, doc document reports, the original code, and flowcharts.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:266128
    • 提供者:wu
  1. compiler-test

    0下载:
  2. 编译原理实验词法分析部分指导书,其中定义了一个简单词法分析实验的过程,输入、输出、过程解释以及样例程序。-Complier test guide book.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:9325
    • 提供者:jeff
  1. myPL0

    0下载:
  2. 本次实验使用平台是Microsoft Visual C++6.0,编程语言是C语言,利用递归下降子程序法实现对一个PL/0源程序中的表达式、各种说明语句、赋值语句进行词法分析和语法分析,完成符号表的管理并能实现确定源码中标识符的类型与二维坐标位置,和赋值语句及表达式中间代码的生成,做的一大亮点是程序有着很严格的出错处理子程序,能确定错误类型和错误位置,能检测输入源程序的开头,数值类型的判断,运算错误检查,变量定义重复性的检查,数值类型的一致性检查,语法错误的检查等多达二十种错误类型。 程序的
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:209616
    • 提供者:马如龙
  1. asd

    0下载:
  2. 编译原理的词法分析实验,编译原理的词法分析实验。- 百度翻译 翻译结果(中 > 英)复制结果 Compiler tenets of lexical analysis, lexical analysis of the principle of compiler test
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1892333
    • 提供者:拉屎
  1. The-compiler-morphology-analysis

    0下载:
  2. 编译原理中的词法分析实验 识别单词功能 适合初学者学习的实验-Compiling principle of lexical analysis to identify the word for beginners to learn of the function
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:496543
    • 提供者:WangShuang
  1. fuhaobiao1-2

    0下载:
  2. 编译原理符号表和词法分析 实验 很不错的代码-Principle symbol tables and lexical analysis of experiments is very good code is compiled
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:301374
    • 提供者:刘华
  1. Complier_Exp1

    0下载:
  2. Compiler theory - lexical analysis experiment source code编译原理-词法分析实验源代码-Compiler theory- lexical analysis experiment source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:1225044
    • 提供者:寄生
  1. lex

    0下载:
  2. 基于C语言编写的词法分析实验,能够对短语进行分析并给出正确的标志符号。-Based on the C language lexical analysis of experiments, analysis and be able to give the correct phrase glyph.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:286427
    • 提供者:Toby
  1. 实验1

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

    • 发布日期:2018-01-08
    • 文件大小:278528
    • 提供者:麻斯亮
  1. flex&yacc

    0下载:
  2. 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-09
    • 文件大小:29696
    • 提供者:ach_567
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com