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

搜索资源列表

  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. 递归下降分析器

    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. 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. cifafenxi

    0下载:
  2. 编译原理实验的词法分析,包括测试代码和分析器源程序以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and source code analyzer, as well as descr iption of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2482
    • 提供者:刘雷
  1. bianyiyuanlishiyan

    0下载:
  2. 相当强悍,学编译原理的绝不能错过! ------------------------------------ 编译原理的几个实验: 1.词法分析 2.语法分析 3.表达式求值 4.四元式中间代码 有C和VC两个环境、-Very tough, learning to compile principle must not be missed!------------------------------------ Compilation Principle of sev
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:135238
    • 提供者:joesh
  1. define

    0下载:
  2. define 编译原理词法分析器 八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:2382
    • 提供者:03
  1. Lexicalanalysis

    0下载:
  2. 词法分析算法源代码,对输入的词法进行特定的分析。是编译原理课中做的实验-Lexical analysis algorithm source code, on the importation of specific lexical analysis. Classes are compiled in principle to do the experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2486
    • 提供者:zhaoyan
  1. ll1

    0下载:
  2. LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:于翔
  1. simple1

    0下载:
  2. 本文是关于编绎原理中词法分析的重要内容,严格实验所以要求.-Sounds of this article is about the principle for lexical analysis of the essential content, so the strict requirements of the experiment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:261058
    • 提供者:xj
  1. Lexan

    0下载:
  2. 编译器的第一个环节,词法分析,我们上的编译原理的第一次实验-Compiler of the first session, lexical analysis, we compiled on the principle of the first experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:52499
    • 提供者:小杭
  1. biyiyuanlishiyan

    0下载:
  2. 本次实验,掌握词法分析、语法分析和产生四元式的设计-just a simple complie
  3. 所属分类:Compiler program

    • 发布日期:2016-01-06
    • 文件大小:74515
    • 提供者:yd
  1. ReversePolish

    0下载:
  2. 编译原理实验进行语法和词法分析,分析结果是用逆波兰式的形式输出。-Experiment carried out to compile grammar and lexical analysis and the results are reverse Polish form of output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1792
    • 提供者:日新
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com