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

搜索资源列表

  1. Python

    0下载:
  2. python 2.5,antlr的grammar语言描述,用于学习词法分析,语法分析-python 2.5, antlr language to describe the grammar for learning lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5561
    • 提供者:renteng
  1. CPP_parser_v_3.2

    0下载:
  2. C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:173165
    • 提供者:renteng
  1. Chapter2

    0下载:
  2. 词法分析详细讲解slides,很全面,感兴趣的同学可以-Lexical Analysis elaborate on slides, very comprehensive and of interest to students
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:125385
    • 提供者:doris
  1. cifafenxi

    0下载:
  2. 词法分析,基于Visual C++ 的源代码,以及编译后的可执行文件等!-Lexical analysis, based on the Visual C++ s Source code, as well as the compiled executable file, etc.!
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:11368
    • 提供者:Jimmy
  1. cifafenxi

    0下载:
  2. 词法分析程序 共初学者阅览与参考 如有问题可联系我 进一步作探讨!-Lexical analysis program for beginners were viewed with reference to contact me if there are questions to explore further!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1731
    • 提供者:lisn
  1. 1

    0下载:
  2. 编译原理,包括词法分析,语 义分析 编译原理,包括词法分析,语法分析,语义分析 -Compilation Principle, including lexical analysis, semantic analysis of compiling principle, including lexical analysis, syntax analysis, semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:15958
    • 提供者:何小萍
  1. define

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

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

    0下载:
  2. 一个简单的语法分析器,赋值语句 词法分析 语法分析 语义分析 等号右侧可以是算数表达式 可以含数字和字符 变量以字母打头 -A simple parser, lexical analysis assignment parsing semantic analysis to equate the right side of expression can be arithmetic with numbers and characters can be variable with the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:11414
    • 提供者:benny
  1. C++

    0下载:
  2. 词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4142
    • 提供者:litiehui
  1. antlr

    0下载:
  2. ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:468234
    • 提供者:jason
  1. Tiny-C

    0下载:
  2. 这是一个小型语言tiny的编译器,包括词法分析、语法分析、语义分析、代码生成等功能-This is a tiny mini-language compiler, including lexical analysis, syntax analysis, semantic analysis, code generation and other functions
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:284535
    • 提供者:陈星
  1. cifafenxi

    0下载:
  2. 关于词法分析的源代码-Lexical Analysis on the source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5893
    • 提供者:zhangliang
  1. 15102856134

    0下载:
  2. 词法分析器,本程序是C语言的一个子集的词法分析程序,只能识别整型数字和部分关键字和部分符号。-Lexical analyzer, the C language program is a subset of the lexical analysis procedure to identify only integer numbers, and some parts of keywords and symbols.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:125089
    • 提供者:jervis
  1. 5656

    0下载:
  2. 它输入描述构词规则的一系列正规式,然后构建有穷自动机和这个有穷自动机的一个驱动程序,进而生成一个词法分析程序.-Enter the descr iption of its formation a series of formal rules of style, and then build a DFA and the DFA, a driver, and then generate a lexical analysis program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2373
    • 提供者:jervis
  1. ToylExp

    0下载:
  2. 一个词法分析,语法分析的小东西。有兴趣的朋友可以看看。-A lexical analysis, grammar analysis of the small things. Interested friends can see.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:10798
    • 提供者:李鹏
  1. gfck

    0下载:
  2. 通过设计、编制、调试一个算术表达式的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Through the design, preparation, testing an arithmetic expression syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis understanding of t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:14577
    • 提供者:阿卡
  1. Complier

    0下载:
  2. 本人自己写的编译器~包括语法分析和词法分析,请多多执教-I wrote it myself compiler ~ including grammar analysis and lexical analysis, please coach
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:9935
    • 提供者:张三
  1. windows_JNI_64bit

    0下载:
  2. Ictclas分词系统,文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System)-Ictclas segmentation system, the lexical analysis is the basis of Chinese information processing and key.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-18
    • 文件大小:4817355
    • 提供者:sunhaichao
  1. 1926211

    0下载:
  2. 实现了编译原理词法分析的部分,依照PL0语法进行词法分析,编译通过-Compilation Principle realized part of lexical analysis, carried out in accordance with the PL0 lexical grammar analysis, compiled through
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:44587
    • 提供者:全全
  1. cifa

    0下载:
  2. 编译原理词法分析程序,类似与Pascal语言,使用VC6.0编写。-Compilation Principle lexical analysis procedure, similar to Pascal language, using VC6.0 prepared.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:14187
    • 提供者:abcbc
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com