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

搜索资源列表

  1. CPPCiFaFenXi-SourcePwendang

    0下载:
  2. 实现了编译原理中基本的词法分析,并附带有说明文档。-Compiler to achieve the principle of lexical analysis, together with a descr iption of the document.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:255246
    • 提供者:纳蓝
  1. lexlinuxsource

    0下载:
  2. 利用linux下的flex生成一个词法分析器,输入文法的正则表达式,加入相关处理函数。由main()调用yylex()入口函数执行词法分析 -Use under linux flex to generate a lexical analyzer input grammar regex adding handler function. Yylex () is called by the main () entry function to perform lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:48447
    • 提供者:
  1. cifas

    0下载:
  2. 词法分析对输入的字符串进行分析生成二元式,能标记错误指示-Lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:24941
    • 提供者:wuzhilei
  1. pl01

    0下载:
  2. 对指定的C语言程序进行词法分析,并输出词法分析结果-lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:1417
    • 提供者:xcm
  1. cifa

    0下载:
  2. 可以实现c和c++语言注释过滤,进行词法分析-The Language Note of c and c++ of filtering, lexical analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:52175
    • 提供者:吴帅
  1. 20120502_lxw

    0下载:
  2. 实现编译原理中词法分析,语法分析,语义分析,包括递归下降算法,LL1文法等-Compiler theory lexical analysis, parsing, semantic analysis, including recursive descent algorithm, LL1 grammar
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2155336
    • 提供者:刘晓曦
  1. cifafenxi

    0下载:
  2. 词法分析程序,使用类来做的,还有以下前去的是地方-Lexical analysis procedures, the use of class to do, there is less to go the local
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1504
    • 提供者:姐姐
  1. cifafenxi

    0下载:
  2. 是上大学时小学期的一个课题,叫词法分析实验,应该会有用的-Is one of the issues of the primary period of college, called lexical analysis experiments, should be used by
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:510728
    • 提供者:liuxiaochang
  1. suanfuwenfa

    0下载:
  2. 实验要求 要求实现语法分析程序的以下功能: 把表达式首先经过词法分析形成二元式记号提供给语法分析程序 如果符合语法要求,形成一个语法树 实验三 算符优先分析 如果出现错误,指出错误的位置和类型 把语法树按照树的前序遍历的形式把所有的结点打印输出 按照某种规则计算出表达式的值-Experimental requirements requirements the parser following features: the expression first formed
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:931242
    • 提供者:杨晨
  1. Analisis-words-about-identify

    0下载:
  2. 实验一词法分析1.实验目的:掌握简单识别程序的分析、设计与实现的基本技术与一般方法。 2.实验内容:假设某种语言标识符由下划线或字母开头的字母数串,编写它的识别程序。对它的其所有字符进行逐个判断,分别输出标识符和非标识符。 3.实验步骤: (1)分析: 程序输入一个字符串,对它的其所有字符进行逐个判断,分别输出标识符和非标识符。 -Analisis words about identify the chars1 experiment: analysis, design a
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:7716
    • 提供者:Cherry
  1. PL0compiler

    0下载:
  2. PL0编译器,包含词法分析,语法分析,分程序处理过程-PL0 compiler
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:846202
    • 提供者:吴晓光
  1. cifafenxi

    0下载:
  2. 编译原理词法分析实验,比较详细的进行词法分析的一系列程序。-Compiler theory lexical analysis experiment, a more detailed lexical analysis of a series of procedures.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1151
    • 提供者:袁广霞
  1. z_d_j_-cifafenxi

    0下载:
  2. 利用自动机的方法实现词法分析,而不是简单的词法分析源程序。-Automata method lexical analysis, rather than a simple source of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1200
    • 提供者:袁广霞
  1. 3100609022

    0下载:
  2. 编制C++语言子集的词法分析程序 根据具体情况,由同学们自己选取C语言的一个适当大小的子集(可取一类典型单词,也可以尽可能使各种类型的单词都兼顾到)-Preparation C++ language subset of lexical analysis procedures depending on the circumstances, by the students themselves select an appropriately sized C language subset (pr
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:504739
    • 提供者:Mr Cao
  1. clh

    0下载:
  2. 详细的词法分析器源程序,能实现基本的词法分析功能-Detailed lexical analyzer source to achieve the basic functions of lexical analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:6161
    • 提供者:jason
  1. Compiler

    0下载:
  2. c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:263848
    • 提供者:test
  1. SNL_Example

    0下载:
  2. 递归下降的SNL词法分析和语法分析程序,此法结果单独输出到一个文本中-The SNL recursive descent parser and lexical analysis, this method results in a single output to a text
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:694858
    • 提供者:陶克
  1. bianyi-homework

    0下载:
  2. 编译原理词法分析和语法分析代码. 实验作业. C语言编写.-Compiler theory lexical analysis and parsing code. Lab assignments. C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5249911
    • 提供者:duan
  1. byyl

    0下载:
  2. 编译原理实验词法分析器,可以顺利完成词法分析功能-Compiler Principle Experiment lexical analyzer lexical analysis functions can be successfully completed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2208
    • 提供者:汪峰
  1. test3

    0下载:
  2. 接收以CPL编写的程序,对其进行词法分析、语法分析、语法制导翻译等,然后能够正确的执行程序。 -Receive a program written in CPL, its lexical analysis, parsing, syntax-directed translation, and then be able to correctly execute the program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:305949
    • 提供者:Weipei Li
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com