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

搜索资源列表

  1. 词法分析af

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2008-12-14
    • 文件大小:75766
    • 提供者:whhitsoft
  1. 词法分析

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2008-12-18
    • 文件大小:1269671
    • 提供者:lengyeling
  1. 词法分析,语法分析

    0下载:
  2. 很好的 ,直接就可以编译通过!  
  3. 所属分类:编译器/词法分析

  1. pl/0 词法分析源代码

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2009-01-07
    • 文件大小:1150344
    • 提供者:crazyboy
  1. 编译原理课程设计—一个小型类PASCAL语言编译器设计与实现

    5下载:
  2. 本课设只要采用SLR分析法。包括词法分析,语法分析,语义分析,输出显示语法分析的过程,以方便调试。注释详细,很容易看得懂。附带SLR分析表和产生DFA的项目集,以及课设报告一份。另附有LL1和LR分析发的语法分析程序,以方便研究。
  3. 所属分类:编译器/词法分析

  1. 词法分析

    0下载:
  2. 每个词之间要用空格隔开。这个bug还没解决,其他还可以
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-05-13
    • 文件大小:1504
    • 提供者:chaehom
  1. 递归下降分析器

    0下载:
  2. 目的】 使用递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握手工编写语法分析程序的方法。 【要求】 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到
  3. 所属分类:编译器/词法分析

  1. 编译原理实验 词法分析器 LL1 语法分析

    2下载:
  2. 编译原理实验 词法分析器 LL1 语法分析 ,Compiler lexical analyzer experiment LL1 parsing
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-24
    • 文件大小:54758
    • 提供者:yi
  1. CMINUS.rar

    0下载:
  2. 一个c-编译器的词法和语法分析部分,采用词法分析的手动部分使用表驱动实现,语法分析使用LL(1)实现。,a c minus compiler
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:315399
    • 提供者:章洪村
  1. SNLcompiler

    0下载:
  2. 一种SNL语言的编译器,包括词法分析,语法分析等-SNL compiler of a language, including lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:72907
    • 提供者:石子
  1. wordRecognizing

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。-Debugging through the design of the preparation of a specific lexical analysis program , to deepen understanding of the principles of lexical analysis . And control in the progr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:8070
    • 提供者:suhuhu
  1. flex++-2.3.8-7.tar.Z

    0下载:
  2. 生成C++的词法/语法分析的Flex语法分析器 ,Flex syntactic and phrase parser which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:341783
    • 提供者:
  1. cifafenxi.rar

    0下载:
  2. 一个用C语言写的词法分析程序,输入所给文法的源程序字符串,输出二元组构成的序列。附有实验报告,Using C language to write a lexical analysis program, enter the source string to the grammar, the output sequence of binary units. With the experimental report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:30864
    • 提供者:雨涵
  1. sangehuibian.rar

    1下载:
  2. C_minus语言词法分析器的设计 递归下降分析器的设计 算符优先分析法分析器的设计 三个实验包括实验报告,C_minus language lexical analyzer design recursive descent parser design analysis operator priority analyzer design three experiments including the experiment report
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-09
    • 文件大小:380384
    • 提供者:秋恬颂
  1. HMM21.rar

    0下载:
  2. 基于隐马尔科夫模型的分词,标注,词法分析的资料,Hidden Markov Model-based sub-word tagging information
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-10
    • 文件大小:1152844
    • 提供者:carry
  1. word.rar

    0下载:
  2. Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java language design and implementati
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2223014
    • 提供者:wangyonghui
  1. Lex

    0下载:
  2. 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:191327
    • 提供者:Edward
  1. PL0_Compiler_LR(1).rar

    0下载:
  2. 这是一个功能强大的编译器,有词法,语法,语义分析,并有着良好的人机交换界面。,This is a powerful compiler, there are lexical, syntax, semantic analysis, and have a good exchange of man-machine interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:167280
    • 提供者:haha
  1. compiler.rar

    0下载:
  2. 编译原理课程设计 if——THEN——ELSE LR语法分析 语义分析 词法分析,Principles of curriculum design compile if- THEN- ELSE LR parsing semantic analysis of lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1544582
    • 提供者:cultsharp
  1. bianyikcsj.rar

    1下载:
  2. 我的编译原理课程设计,有界面,包括词法分析、语法语义分析、目标代码生成,功能强大,My principles of curriculum design, compilation, there are interfaces, including lexical analysis, grammar, semantic analysis, target code generation, powerful
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-02
    • 文件大小:1001165
    • 提供者:李然
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com