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

搜索资源列表

  1. 词法分析+语法分析+中间代码生成

    3下载:
  2. 词法分析+语法分析+中间代码生成
  3. 所属分类:编译器/词法分析

  1. 词法分析

    0下载:
  2. 编译原理词法分析程序
  3. 所属分类:源码下载

    • 发布日期:2011-11-19
    • 文件大小:1437
    • 提供者:xyxyxy
  1. 用VC++编制的一个递归下降分析程序

    1下载:
  2. 用VC++编制的一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。,With VC++ Prepared a recursive descent parser to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checker.
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:214516
    • 提供者:阿德
  1. analysis.rar

    0下载:
  2. 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。,Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all of c language lexical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2879
    • 提供者:齐旭蕾
  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. fenxi

    0下载:
  2. 设计并实现C语言的词法分析程序,要求如下: (1) 可以识别出用C语言编写的源程序中每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序的注释。 (3) 可以统计源程序中的预计行数,单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检察源程序中存在的错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在的错误,进行是党的恢复,使词法分析可以继续进行, 依次词法分析处理,可以检查并报告源程序中存在的所有错误。-CiFaFe
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:4341
    • 提供者:CC
  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2302
    • 提供者:lili
  1. COMPILE

    0下载:
  2. 一个简单的JAVA编译原理作业 词法分析 语法分析 语义分析 -JAVA compile a simple operating principle of lexical semantic analysis of grammatical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:32579
    • 提供者:520
  1. Compile_principle_experiment

    0下载:
  2. 编译原理实验+报告+流程图 词法分析实验 语法分析 语义分析 每个实验都附上详细的流程图与代码-Compile principle experiment+ report+ lexical analysis of experimental flow chart parsing semantic analysis For each experiment, with detailed flow chart and code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:687315
    • 提供者:harlant
  1. compiler

    3下载:
  2. 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:13823
    • 提供者:wang
  1. 递归下降分析(大作业)

    0下载:
  2. 递归下降词法分析,很不错的一个词法分析器-recursive drop lexical analysis, a very good lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:47720
    • 提供者:an
  1. compile

    0下载:
  2. 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:17872
    • 提供者:稻草人
  1. 词法分析3

    3下载:
  2. 一个很不错的可视化词法分析器 用C++写的,是编译老师布置的作业-a very good visual lexical analyzer written in C, compile teachers layout operations
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-04
    • 文件大小:54537
    • 提供者:楚楚
  1. compilerWithJava.tar

    0下载:
  2. 用java实现的编译器. 包括语法分析,词法分析,生成目标代码等,代码很简单,本人已经测试过,很完美.-this is the lightweight java compiler, it contains syntactical analysis,lexer analysis and the target generate. the codes is so simply,i works so perfect...i think you can do it..
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:20994
    • 提供者:wangshujing
  1. WordAnalysis

    0下载:
  2. 简单的词法分析器 词法分析的任务是:从左至右这个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的原程序改造成为单词符号穿的中间程序 该程序以类表的形式,对词语进行解析-Word Analysier
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:68377
    • 提供者:冯志远
  1. 词法分析

    0下载:
  2. 编译原理基础课程,词法分析编写,可识别符号,数字,关键字等
  3. 所属分类:编译器/词法分析

  1. c_compiler

    0下载:
  2. 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:225289
    • 提供者:站长
  1. c

    0下载:
  2. 简单的词法分析小例子- Simple lexical analysis small example
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:7845
    • 提供者:站长
  1. bianyiyuanli

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.- 1. Experimental goal: T
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:147868
    • 提供者:晨曦
  1. dll

    0下载:
  2. 词法分析- Lexical analysis
  3. 所属分类:Editor

    • 发布日期:2017-12-06
    • 文件大小:2037
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com