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

搜索资源列表

  1. cifafenxi

    0下载:
  2. 编译原理词法分析,自己写的,比较简单,功能上可能不是很完善。-Principles of lexical analysis compiled, wrote it myself, relatively simple functions may not be perfect.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:934062
    • 提供者:余信理
  1. xxbjq

    0下载:
  2. 目录 1. 课程设计目的及要求 1.1设计目的及问题描述 1.2设计要求 1.3软件、硬件环境 2. 课程设计步骤 3. 课程设计内容 3.1 简要分析 3.1.1 词法分析 3.1.2 语法分析 3.1.3语法分析方法及中间代码形式的描述 ①PL/0语言文法的扩充BNF表示②语法分析的中间代码形式的描述 ③语义分析的中间代码设计 3.1.4算法描述 3.1.4.1重要数据结构的声明 3.1.4.2词法分析 3.1.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1613015
    • 提供者:aden
  1. cifafenxi

    0下载:
  2. 单词的词法分析 完成对某一种常用高级语言(如Pascal、C语言、PL/0语言)的各类单词进行词法分析。-Word of a lexical analysis of the completion of a common high-level language (such as Pascal, C language, PL/0 language) word for all kinds of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3334
    • 提供者:甘云
  1. libolanshi

    1下载:
  2. 赋值语句的翻译 通过设计、编制、调试一个典型的语法成分的语法分析和语义分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析以及语义翻译工作,进一步掌握常用的语法分析方法和语义分析方法。 要求: 选择最有代表性的语法分析方法,如算符优先法(或简单优先法)、递归下降分析法、LL分析法和LR分析法之一进行语法分析。 选择对各种常见程序语言都通用的语法结构,如赋值语句(尤指表达式)作为分析对象,并且与所选语法分析方法要比较贴切。 选择最有代表性的语义分析方法,如语法制
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:甘云
  1. step1

    0下载:
  2. 词法分析程序,次程序实现了if else语句的标准输入-Lexical analysis program, sub-program if else statement of the standard input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1061
    • 提供者:小崔
  1. cifafenxi

    0下载:
  2. 词法分析程序,可以对源程序进行分析出一个个的单词。-Lexical analysis program can be a source for analysis of the word.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1387
    • 提供者:张衡
  1. 99273885CiFaFenXi

    0下载:
  2. 编译试验课上写的一个关于词法分析程序序,大家可以-cifafenxi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:70610
    • 提供者:lixiang
  1. Lexicalparsers

    0下载:
  2. 编译原理词法分析,将相关语句转化为相关词法!-Lexical parsers,you can use it to analysis Lexical!and to use the codes,you should install vc++6.0!
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2873
    • 提供者:cj
  1. bianyi

    0下载:
  2. 编译原理的词法分析,可以检测小段程序代码的各个词法属性归类!-yeah! it is really good!!
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1260912
    • 提供者:梁光
  1. cifa

    0下载:
  2. 词法分析,编译原理课程设计词法分析,四川大学软件学院编译原理课程设计-Lexical analysis, principles of curriculum design compiler lexical analysis, Sichuan University, School of Software Principles of Course Design Compiler
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:197320
    • 提供者:党孟光
  1. bianyiyuanli

    0下载:
  2. 编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:73970
    • 提供者:小八
  1. ano

    0下载:
  2. 小型pascal语音编译器,包含词法分析工具FLEX和语法分析工具Bison-compiler pascal
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:350537
    • 提供者:snc
  1. LL1

    0下载:
  2. 编译原理的,关于 标识符词法分析程序的设计-Compile principle, with regard to the design of the identifier lexical analysis programs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:614
    • 提供者:吾幽林
  1. cifafenxi

    0下载:
  2. 用C语言编写的一小段编译程序,可以做词法分析,只需在C盘根目录下建立一个文本文档,再将待分析的程序片段输入即可-A short written with C language compiler, lexical analysis can be done, just packing in the C directory to establish a text document, and then the procedure to be analyzed fragment input can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:王志刚
  1. LexicalAnalyzer

    0下载:
  2. 词法分析源代码,输入c++程序,输出name,type-Lexical analysis of source code, input c++ program, the output name, type
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1183
    • 提供者:罗丹
  1. s

    0下载:
  2. 此程序为词法分析,具有识别一般C语言的语句。-cifafenx
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:907
    • 提供者:
  1. hugewave2

    1下载:
  2. 编译原理课程设计 词法分析、语法分析、部分语义分析 界面用flash制作 课程设计报告-Compiler Principles of curriculum design, lexical analysis, syntax analysis, semantic analysis part of the interface with the flash production course design report
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2698410
    • 提供者:wangyucai
  1. Parser

    3下载:
  2. 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3821
    • 提供者:Rainy
  1. syntaxanalyzer

    0下载:
  2. 用vc编写的一个c语言语法分析器,主要功能:词法分析,语法分析,出错处理。-Written with a c vc language parser, the main function: lexical analysis, syntax analysis, error handling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:285194
    • 提供者:gongxinghao
  1. cifafenxi

    0下载:
  2. 编译器前端实现的词法分析的实现,可用C++运行-ci fa fen xi
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:419987
    • 提供者:leaf
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com