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

搜索资源列表

  1. exp3

    0下载:
  2. 1、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。 2、LL(1)分析过程应能发现输入串出错。 3、设计两个测试用例(尽可能完备,正确和出错),并给出测试结果。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2851
    • 提供者:yanglei
  1. exp4

    0下载:
  2. 1、构造该算符优先文法的优先关系矩阵或优先函数; 2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。 3、算符优先分析过程应能发现输入串出错。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8793
    • 提供者:yanglei
  1. cifafenxi

    0下载:
  2. token 词法分析 C++写成,就是一个词法分析的一个实验报告,比较方便需要的同事
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24878
    • 提供者:小李
  1. qweq

    0下载:
  2. 这个是编译原理的词法分析的实验报告!很不错,希望大家支持!-this principle is to compile the lexical analysis of the experimental report! Quite well, and hope that we support!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16419
    • 提供者:超杰
  1. csouce

    0下载:
  2. 这是一个vc++环境下运行的编译原理的词法分析源程序,可以在vc++环境下直接运行,其中有运行的截图,学校要求做实验报告,给和我一样要交报告的人。-This is a vc environment compiler running under the principle source of lexical analysis, the vc direct operating environment, which is running the screenshots, the school aske
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:286714
    • 提供者:张信龙
  1. WSBOOKC

    0下载:
  2. winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:177639
    • 提供者:名台
  1. ashfuafnasjf

    0下载:
  2. 简单的词法分析程序 1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-simple lexical analysis procedure 1) understanding through informal style, Finite Automata Theory, according to the following X-language statement pre
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:寻好
  1. bianyichengxuzuoyecifafenxi

    0下载:
  2. 这里是一个编译原理的实验,是关于词法分析的.程序比较长300多行,是我一天的心血,大家耐心看吗!我在这里谢谢了!-here is a compiler principle experiments on lexical analysis. Procedures more than 300 long trip, I was one of hard work and patience to see you! Here, I thank you!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者: 王栋
  1. kkkkk

    0下载:
  2. 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:lee
  1. VC实现的pl0编译器

    2下载:
  2. VC实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-p10_builder
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:73396
    • 提供者:张志强
  1. 递归下降分析器

    0下载:
  2. 目的】 使用递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握手工编写语法分析程序的方法。 【要求】 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到
  3. 所属分类:编译器/词法分析

  1. cifafenxi.rar

    0下载:
  2. 一个用C语言写的词法分析程序,输入所给文法的源程序字符串,输出二元组构成的序列。附有实验报告,Using C language to write a lexical analysis program, enter the source string to the grammar, the output sequence of binary units. With the experimental report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:30864
    • 提供者:雨涵
  1. Lex

    0下载:
  2. 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:191327
    • 提供者:Edward
  1. lexicalanalyzer

    0下载:
  2. cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2314
    • 提供者:
  1. 1223

    0下载:
  2. 这是陈火旺院士编的编译原理里面的实验,里面有词法分析,语法分析等实验的代码。-This is a compilation compiled by Academician Chen Huo-wang inside the experimental principle, which has lexical analysis, syntax analysis, experimental code.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2017-03-29
    • 文件大小:423452
    • 提供者:张辉
  1. Compiler

    1下载:
  2. 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68607
    • 提供者:童华兵
  1. analysis-and-code-generation-of-Tiny

    0下载:
  2. 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:316200
    • 提供者:Panda
  1. byl

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

    • 发布日期:2017-12-09
    • 文件大小:20178
    • 提供者:li
  1. 97129012cocorc

    0下载:
  2. 自己写的关于编译原理的实验报告的源代码,只要是词法和语法的分析用的,很适用的-Wrote it myself on the principle of the experiment report compiled source code, as long as it is lexical and syntax analysis, it is applicable
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:216315
    • 提供者:ddd
  1. cifafenxi

    0下载:
  2. 实验题目:词法分析器 一、实验目的: 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析原理的理解。-Experimental subjects: a lexical analyzer, experimental purposes: the design, preparation, debug a subroutine lexical analysis- to identify words, deepen understanding of the princ
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1487
    • 提供者:jkmshen
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com