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

搜索资源列表

  1. JAVA实现的词法分析

    0下载:
  2. JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
  3. 所属分类:其他小程序

  1. C语言词法分析小程序

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2008-12-17
    • 文件大小:3152
    • 提供者:canon314
  1. 词法分析程序

    0下载:
  2. 用C语言写的此法分析程序
  3. 所属分类:其他小程序

    • 发布日期:2011-06-20
    • 文件大小:19968
    • 提供者:qhit2028
  1. StarterFiles

    0下载:
  2. 基于lex和yacc实现的编译原理词法分析、语法分析。-Implemented based on lex and yacc compiler theory of lexical analysis, syntax analysis.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-30
    • 文件大小:453030
    • 提供者:Eastsun
  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:9551
    • 提供者:rachel
  1. ccfx

    0下载:
  2. 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:168782
    • 提供者:zhangjuan
  1. C_compiler

    0下载:
  2. 一个很C语言的编译器,相当的不错。有词法分析和程序语法分析!错误提示,正确定位程序的错误地方!-the compiler is very good!
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:254597
    • 提供者:李晓峰
  1. PL0

    1下载:
  2. PL0语言词法分析的程序,包括对保留字,自定义变量,常数,界符,分割符的判断处理-PL0 language lexical analysis procedures, including reserved words, custom variables, constants, community character, the judge handling separator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:ajaxhe
  1. lixminC

    1下载:
  2. 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1258936
    • 提供者:lixmin
  1. cifafenxi

    0下载:
  2. 编译原理实验一词法分析源程序及简单的测试数据-Principles of Experimental Analysis of the term compile source code and test data
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1199
    • 提供者:clq
  1. 词法分析

    0下载:
  2. 词法分析,词法分析阶段是编译过程的第一个阶段,是编译的基础。这个阶段的任务是从左到右一个字符一个字符地读入源程序,即对构成源程序的字符流进行扫描然后根据构词规则识别单词(也称单词符号或符号)。词法分析程序实现这个任务。词法分析程序可以使用Lex等工具自动生成-Lexical analysis, lexical analysis phase is to compile the first stage of the process is to compile the foundation. This
  3. 所属分类:其他小程序

    • 发布日期:2013-05-29
    • 文件大小:410080
    • 提供者:吴正波
  1. Compliers-Job

    0下载:
  2. 词法分析器 用语最简单的词法分析实验 要求没有注释-Lexer lexical analysis of the most simple terms the requirement of experiment no comment
  3. 所属分类:其他小程序

    • 发布日期:2017-04-16
    • 文件大小:375382
    • 提供者:gb
  1. wordAnalyse

    0下载:
  2. 简单词法分析,读取cmm文件输入,输出词法分析结果,包含jar文件(Simple lexical analyzer)
  3. 所属分类:其他

  1. 19215123胡玲

    0下载:
  2. pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:167936
    • 提供者:胡小力
  1. 词法分析

    0下载:
  2. C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。(The C++ source code scanner recognizes the C++ mark. The C++ language contains several types of notations: identifiers, keywords, numbers (including integers, flo
  3. 所属分类:其他

  1. 1

    0下载:
  2. 大学编译实验,支持发现词法错误,参考性强!输出二元式。(The University compiles the experiment, supports the discovery word error, the reference is strong! The output is two yuan.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:kkkkkkj
  1. 词法分析器

    6下载:
  2. 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Outp
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:33792
    • 提供者:cosU
  1. 词法分析

    0下载:
  2. 简单实现词法分析功能,编译原理作业所需要的实现功能。(achieve the Word analysis)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:黄猪猪
  1. lex词法分析_上交程序

    0下载:
  2. 相当完整lex词法分析_上交程序, Lex 快速入门(词法分析和语法分析)(Lex represents Lexical Analyzar, a.Lex file (the Lex file has an extension of.Lex) passed through the lex utility and generates the output files of C, which are later compiled into an executable version of the le
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:223232
    • 提供者:calacala
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com