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

搜索资源列表

  1. bianyishiyan

    0下载:
  2. 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2158602
    • 提供者:jing
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. 1_scanner

    0下载:
  2. 编译原理实验,一个词法分析器,输入需要分析的单词输出Tokens串。编写比较简单有一定的代表性。-Compiler experiment, a lexical analyzer, enter the word need to analyze the output string Tokens. Relatively simple to prepare a certain level of representativeness.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10041
    • 提供者:李子超
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

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

    0下载:
  2. 一个小型的编译程序,用于学习实验。 文件中包含有 词法分析 语法分析 编译程序等 -Compile a small program for learning experiment. File contains lexical analysis parser compiler, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:800569
    • 提供者:肖正东
  1. compile

    0下载:
  2. 编译原理实验一源文件的输入输出、 二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:26429
    • 提供者:傅昱宸
  1. zhonghccSLex

    0下载:
  2. 编译原理实验进行词法分析的小工具slex,方便好用。-Compiler Construction Principles experiment lexical analysis of the gadget slex, easy to use.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3104
    • 提供者:姜宽
  1. fx

    0下载:
  2. 词法分析程序,编译原理实验。。。 词法分析程序,编译原理实验-Lexical analysis program, the compiler of-principle experiment. . . Lexical analysis program, the compiler of-principle experiment. . .
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1677
    • 提供者:crazing
  1. LR0

    0下载:
  2. 实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。-It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:2305300
    • 提供者:叶风
  1. PA1

    0下载:
  2. 清华大学计算机科学与技术系编译原理课大实验PA1,词法分析-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA1, lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:416694
    • 提供者:lzx
  1. cifafenxi

    0下载:
  2. 编译原理的词法分析,并附上实验报告。希望对大家有帮助-Compiler theory of lexical analysis, together with the experimental report. Hope to help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:29363
    • 提供者:林健
  1. cifafenxiqi

    0下载:
  2. 编译原理实验报告,包括词法分析,以及详细报告-Compiler theory test reports, including lexical analysis, and detailed reports
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:43304
    • 提供者:梁传
  1. bianyi

    0下载:
  2. 包括表达式求值,词法分析,四元化中间代码,语法分析的实验-Including expression evaluation, lexical analysis, Quaternary of the middle code, parsing the experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:977538
    • 提供者:sammie
  1. bianyizonghe

    0下载:
  2. c语言编写的编译原理综合性实验,实现部分c语言代码段的词法、语法、语义分析,最后输出四元式。 没什么突出的,但是保证是最详细的。-c language compiler principles of comprehensive experiment, c language code to achieve some of the lexical, syntax, semantic analysis, the final output quaternion type. Nothing outsta
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:273722
    • 提供者:陈剑磊
  1. lexicalanalysis

    0下载:
  2. 编译实验词法分析报告郑章孝 参考南大翻译的龙书-Experimental lexical analysis compiled Zheng Zhang Xiao-Long book reference South translation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:51389
    • 提供者:sunshine
  1. bianyi

    0下载:
  2. 简单的编译实验,实现对代码进行词法分析,语法分析,以及语义分析等。希望对各位有用。-Simple compilation test, the code to achieve lexical analysis, syntax analysis, and semantic analysis. You want to be useful.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:659915
    • 提供者:杨晓华
  1. 87

    0下载:
  2. 词法分析 编译原理实验 c++ 词法分析 编译原理实验 c-Lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1163
    • 提供者:we
  1. yuyifenxicx

    0下载:
  2. 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
  3. 所属分类:汇编语言

    • 发布日期:2017-04-08
    • 文件大小:10832
    • 提供者:xuanyuan
  1. bianyi

    0下载:
  2. 编译原理实验,有关词法分析的,已经验收过,可以运行的,希望可以帮到需要帮助的人-Compile principle experiment, the lexical analysis, have been accepted before, you can run, and the desire to help people in need of help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:888217
    • 提供者:rita
  1. tiny

    2下载:
  2. tiny语言编译器 词法分析部分 实验报告与代码-tiny compiler
  3. 所属分类:Compiler program

    • 发布日期:2016-05-08
    • 文件大小:1019904
    • 提供者:xiaoyang
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com