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

搜索资源列表

  1. JavaCMMSyntacticAnalyzer

    0下载:
  2. 实验三:CMM语言解释器实验文档 二,实验结构与功能概述: 解释器在语法分析的基础上,对语法分析程序的输出,语法树遍历,完成语义检查并生成代码,代码以四元式的形式输出,cmm解释器解释执行四元式序列,完成对cmm语言的解释。 1.系统的输入:CMM源程序 系统的输出:1,单词(token)序列(词法分析) 2,语法树(语法分析) 3,四元式序列,cmm执行结果(语义分析) -Experiment III: CMM document langua
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6906041
    • 提供者:杀手47
  1. Cifa_Design

    0下载:
  2. 用java来实现的一个词法分析器,从input文件中读入程序,然后输出词法的分析结果。-Use java to implement a lexical analyzer, read from the input file into the program, and then output the results of lexical analysis.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:9451
    • 提供者:Michiel
  1. expression

    0下载:
  2. 编译原理中的语法分析程序(包含词法分析部分)-Compiler Principle parser (including lexical analysis)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:Sam
  1. Analysis2

    0下载:
  2. 词法分析,将一个java程序进行分析,判断对错-Lexical analysis
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:新标
  1. SeuLex

    0下载:
  2. 本源码为自行开发的兼容C文法格式的词法分析器LEX,能实现Mini C的简单词法分析功能,并作为语法分析程序的输入。开发环境为VS2008-The source code is a self-developed format compatible with C grammar, lexical analyzer LEX, Mini C to achieve a simple lexical analysis, and as the input parser. Development enviro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1958075
    • 提供者:sunfulin
  1. scan

    0下载:
  2. 编译原理词法分析的实现——扫描程序.输入端程序要求输出为(类型,记号值),并能显示错误信息-compiler theory scanner
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:924869
    • 提供者:Lisa
  1. yufa

    0下载:
  2. 语法分析器,编译原理,法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”-Parser, compiler theory, method analysis is a logical stage of the compilation process. The task of parsing the basis of analysis in the lexical word sequence will be combine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:566963
    • 提供者:lix
  1. cifa

    0下载:
  2. 通过设计、变形和调试词法分析器(又称扫描器),了解词法分析的组成 结果,不同种类单词的识别方法,掌握由单词的词法规则出发,然后再用程序实现词法分析器的设计方法。-By design, deformation and debugging the lexical analyzer (also known as scanner), to understand the composition of the results of lexical analysis, different types of w
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1676
    • 提供者:冯景航
  1. Main

    0下载:
  2. LALR(1)词法分析器 通过设计、变形和调试词法分析器(又称扫描器),了解词法分析的组成 结果,不同种类单词的识别方法,掌握由单词的词法规则出发,然后再用程序实现词法分析器的设计方法。-LALR (1) lexical analyzer through the design, deformation and debugging the lexical analyzer (also known as scanner), to understand the composition of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:9159
    • 提供者:冯景航
  1. Compile

    0下载:
  2. ? 分析并设计Tiny文法,包括加减乘除四则运算,比较运算符,if语句,repeat语句,read,write等,模块化设计并完成词法分析、语法分析、语义分析以及代码生成阶段,而且实现了错误处理,包括指出非法字符和语法错误,实现Tiny源程序到汇编语言目标程序的编译过程。-? Tiny grammar analysis and design, including the four arithmetic operations addition, subtraction, comparison op
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1013761
    • 提供者:Elaine
  1. asdfasdf

    0下载:
  2. 词法分析器 了解和掌握词法分析的方法;  编程实现给定源语言程序的词法分析器;  利用该分析器扫描源语言程序的字符串,按照给定的词法规则,识别出单词符号作为输出,发现其中的词法错误 -Lexer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3761718
    • 提供者:谢亚鑫
  1. yuyifenxi

    0下载:
  2. 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
  3. 所属分类:汇编语言

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:林青松
  1. 025800-01

    0下载:
  2. 内含语法分析,词法分析,文法分析还有安装的程序-Includes syntax analysis, lexical analysis, grammar analysis, and installation procedures
  3. 所属分类:软件工程

    • 发布日期:2017-05-07
    • 文件大小:1190849
    • 提供者:羽翼
  1. cifafenxi

    0下载:
  2. 又vc++开发的词法分析小程序,供初学编译原理的人学习-And vc++ lexical analysis of the development of small programs for beginners and learn from people compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:222198
    • 提供者:翁婷
  1. lab1

    0下载:
  2. 本程序是编译原理中的词法分析的一个例子程序。他主要实现整个程序中的所有关键字、变量名等的识别。-Principle of the program is to compile an example of lexical analysis program. His main achievement of the whole process all the keywords, variable names and other identification.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:152165
    • 提供者:chengguoqing
  1. PL--0-language-compiler

    0下载:
  2. 。通过跟踪PL/0 语言编译程序对一段示例程序进行处理的内部过程,对构成语言 编译技术的主要组成部分即词法分析、语法分析、中间代码生成、存储器分配、表格管理、错误处理等过程进行了重 点分析,详细叙述了其工作原理与实现机制以及相互之间的关系。-. By tracking the PL/0 language compiler for processing of a sample program of internal processes, language compiler technolo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:60018
    • 提供者:严周
  1. copy

    0下载:
  2. 这是学习编译原理时,为词法分析做准备,用C写的一个小程序,把一个文件中的空格去除掉,复制到另一个文件中保存。希望对初学者有用-This is the time to learn compiler theory, in preparation for the lexical analysis, using a small program written in C, the space of a file to remove, copy, save to another file. Want to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:179343
    • 提供者:楚明阳
  1. PL0_Compiler

    0下载:
  2. Pl/0.h文件:头文件主要定义了常量,另外还定义了比较重要的枚举值,还有两个重要的结构体类型,最后还对函数进行了声明,总的来说,头文件的主要工作就是声明或定义了.cpp文件中需要用到的变量。 Pl/0.cpp文件:按照程序从main()函数开始的原则,我们一一作分析。 首先,主函数提示输入要打开的pl/0文件,因为我们需要对一个pl/0语言进行分析。接着,程序提示是否列出token文件,然后提示是否列出目标代码,继续提示是否列出符号列表,最后将文件以只读的形式放在一个新的txt格式的f
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:235343
    • 提供者:郭红斌
  1. 726lexYacc

    0下载:
  2. lex编程实例,实现内容词法语法分析程序。-lex programming examples, lexical parser for content.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5742201
    • 提供者:李天龙
  1. cifafenxi

    0下载:
  2. 编译原理实验,词法分析小程序,简单且符合大学课程要求-Compile principle experiment, lexical analysis applet
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:25846
    • 提供者:linew
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com