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

搜索资源列表

  1. pascalbianyi

    0下载:
  2. 一个相当不错的词法和语法分析器,基于可视化的,很好用的-a pretty good morphology and syntax analyzer, based on the visualization of the good
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:75631
    • 提供者:李标
  1. CMMPLexicalPAnalyzer

    0下载:
  2. CMM词法语法分析器,编译原理的实践项目。武汉大学国际软件学院-CMM syntax analyzer, Wuhan University International School of Software
  3. 所属分类:Compiler program

    • 发布日期:2017-12-10
    • 文件大小:445225
    • 提供者:l
  1. compilerDemo

    0下载:
  2. 针对pascal语言的词法分析与语法分析器-Pascal language lexical analysis and parser
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:85592
    • 提供者:萧一
  1. non-recursive

    0下载:
  2. 建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。-提示:" s"以后的内容没有被翻译,单次翻译最多1000字 努力翻译中,请稍后… A grammar and LL (1) of the table that the data structure, design and implement the corresponding prediction
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:23165
    • 提供者:杜坤
  1. yufafenxi(LL1)

    0下载:
  2. 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:268819
    • 提供者:feng
  1. BIANYI

    0下载:
  2. 编译原理课程所用的词法语法分析器.其中ma为词法,sa为语法.-Compiler theory curriculum used lexical parser which is lexical ma, sa for the syntax.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:2335
    • 提供者:wxq
  1. Lexical

    0下载:
  2. java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:15360
    • 提供者:panchai
  1. cifafenxiq

    0下载:
  2. 词法分析器 词法分析器 词法分析器!-word analyzer word analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3809
    • 提供者:tx
  1. LA

    0下载:
  2. 是一个词法分析器 对于输入的程序段 能够准确的区分类型 是编译器的第一步 具体也记不清了 大二的时候写的-Is a lexical analyzer for the program blocks can accurately distinguish between types is the first step of the compiler can not remember specifically written sophomore
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1347585
    • 提供者:nene
  1. lexical.xcodeproj

    0下载:
  2. 词法分析,编译算法中的最基础的词法分析器-lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:15295
    • 提供者:shirley
  1. bianyiyuanli

    0下载:
  2. 一个简单编译器,分为词法分析器,语法分析器,中间代码生成。-A simple compiler, divided into lexical analyzer, parser, intermediate code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3154864
    • 提供者:马哈哈
  1. compile

    0下载:
  2. 编译实验:词法分析器+语法分析器+生成器,实现了实验要求的所有内容-Experimental compilation: lexical analyzer++ parser generator, achieved all test requirements of content
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1543868
    • 提供者:
  1. lex

    0下载:
  2. 编译器的词法分析器,简单的通过判断语句实现。并按照语法分析器的要求输出结果。-The implemention of lex, which realized with judgement simply.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:8489
    • 提供者:Lee
  1. Lexer

    0下载:
  2. 用C++语言实现词法分析器,包括了源代码,运行结果,界面截图-With C++ language lexical analyzer, including source code, operating results, screen shots, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:151189
    • 提供者:张兰
  1. source

    0下载:
  2. 编译原理二元式 构造一个简单程序设计语言的词法分析器 有预处理函数扫描函数拼接字符函数查基本字表函数-Compiler theory of binary construct a simple programming language lexical analyzer has the scanning function preprocessing functions mosaic character functions basic word search function table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:997
    • 提供者:雨婷
  1. yufa

    0下载:
  2. 词法分析器,从字符流的源程序中识别单词,它要从左至右的逐个扫描源程序-Lexical analyzer, the character stream to identify the source code, it left to right one by one scanning source
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:45208
    • 提供者:李林
  1. CGCompiler-master

    0下载:
  2. 一个编译器(仅词法分析、语法分析、部分语义分析,所以说是前端),拿来分享一下。 整个代码库具有如下功能: 提供编译器所需基础数据结构、计算流程框架类,可供继承使用; 提供基础数据结构的可视化控件; 提供类似YACC的词法分析器、语法分析器自动生成功能; 提供Win form程序,集成和扩展上述功能,方便研究和应用。-A compiler (only lexical analysis, syntax analysis, semantic analysis secti
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:846752
    • 提供者:arjian
  1. man_lex

    0下载:
  2. 用C语言实现最简单的词法分析器,输入为scala语言。(Use C to make a simple lexical analyzer.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:Arille
  1. ReFa.tar

    0下载:
  2. 正规文法到不确定自动机的转换,词法分析器的内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:王博文
  1. flex&yacc

    0下载:
  2. 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-09
    • 文件大小:29696
    • 提供者:ach_567
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com