CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 词法

搜索资源列表

  1. newcf

    0下载:
  2. 另一个词法分析程序,较之前的词法分析程序有区别,实现起来较简单-Another lexical analysis program than before the distinction between lexical analysis process, to achieve a simpler
  3. 所属分类:software engineering

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

    0下载:
  2. 词法分析代码:词法分析的目的是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。-cifafenxi
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:1420
    • 提供者:xyz123456
  1. cifa

    0下载:
  2. C语言词法分析器 输入Pascal语句,输出token序列-c language lexical analyzer input a pascal statement, the output token sequence
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:23201
    • 提供者:李涛
  1. et

    0下载:
  2. 编译原理-词法-语义分析 编译原理实验 实现简单词组识别 语义分析 等功能-Compiler Construction Principles- lexical- semantic analysis to compile a simple phrase recognition principle experiment to achieve functions such as semantic analysis
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:sun
  1. lab1

    0下载:
  2. 用c++编写的词法分析,大家可以参考参考。-Written by c++ lexical analysis, we can refer to for reference.
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:904335
    • 提供者:wendongqin
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. shixun

    0下载:
  2. 编译原理实训,介绍了四个编译原理的实训课程,语义分析,语法分析,词法分析,词法识别-Compiler theory training, introduced the principle of the training course of four compilation, semantic analysis, syntax analysis, lexical analysis, lexical recognition
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:191158
    • 提供者:常余
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. bianyi

    0下载:
  2. 一篇完成的编译词法分析器的正式报告,对正式报告的书写有帮助-A complete official report compiled lexical analyzer, written in the formal report helpful
  3. 所属分类:文件格式

    • 发布日期:2017-04-17
    • 文件大小:124249
    • 提供者:qqbt
  1. bianyiyuanli

    0下载:
  2. 一、 实验目的与要求 目的:在分析理解一个教学型编译程序(如PL/0)的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充。达到进一步了解程序编译过程的基本原理和基本实现方法的目的。 要求:对PL/0作以下修改扩充 基本内容: 增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -First, the purpose an
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:31851
    • 提供者:王亚楠
  1. 025800-01

    0下载:
  2. 内含语法分析,词法分析,文法分析还有安装的程序-Includes syntax analysis, lexical analysis, grammar analysis, and installation procedures
  3. 所属分类:软件工程

    • 发布日期:2017-05-07
    • 文件大小:1190849
    • 提供者:羽翼
  1. imptor

    0下载:
  2. 一个词法分析器构造过程模拟器的设计与实现-Construct a lexical analyzer design and implementation process simulator
  3. 所属分类:软件工程

    • 发布日期:2017-05-06
    • 文件大小:1052498
    • 提供者:abcxyz88
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. 1123

    0下载:
  2. 通过手工构造词法分析器,理解词法分析的过程原理,从而更好的理解编译原理。 通过构造过程中代码的编写,锻炼自己动手解决问题的能力和编程能力。 -Lexical analyzer constructed by hand, understanding the process of lexical analysis principles in order to better understand the compiler theory. Through the process of prepar
  3. 所属分类:文档资料

    • 发布日期:2017-04-17
    • 文件大小:92890
    • 提供者:木木水吉
  1. 2008620_2636

    0下载:
  2. 编译原理课程设计使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
  3. 所属分类:软件工程

    • 发布日期:2017-04-17
    • 文件大小:9608
    • 提供者:yuanyuan
  1. cifafenxi

    0下载:
  2. 实验一个词法分析的程序,而且对于编译原理的了解很有帮助-A lexical analysis of the experimental procedures, and helpful for the understanding of compiler theory
  3. 所属分类:软件工程

    • 发布日期:2017-04-16
    • 文件大小:49927
    • 提供者:苏亚辉
  1. bainyishiyanbaogao

    0下载:
  2. 编译实验报告 包括语法分析器和词法分析器,是课程设计的必选啊-Compile test report includes a parser and lexical analyzer is a must-ah curriculum design
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:5355
    • 提供者:李胜杰
  1. Chinese-Lexical-Analysis

    0下载:
  2. 一种基于层叠隐马模型的汉语词法分析方法,旨在将汉语分词、词性标注、切分排歧和未登录词识别集成到一个完整的理论框架中.-An approach for Chinese 1exical analysis using cascaded hidden Markav model, which aims to incorporate segmentation, part-of-speech tagging, disambiguation and unknown words recognition int
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:768743
    • 提供者:王辉
  1. simple-words-analyse

    0下载:
  2. 对于如下文法定义的PASCAL语言子集,试编写并上机调试一个词法分析程序: <标识符>->字母|<标识符>字母|<标识符>数字 <无符号整数>->数字|<无符号整数>数字 <单界符>->+|-|*|/| | |:|( | )|?|>|<|=|! <双界符>-><叹号>= | <冒号>= <叹号>->! <冒
  3. 所属分类:软件工程

    • 发布日期:2017-04-06
    • 文件大小:4525
    • 提供者:yangyanmin
  1. cifa20092370

    0下载:
  2. 词法分析器课程设计报告,运用c++编写,适用大三,功能完备,可以做课程设计报告- Lexical analysis
  3. 所属分类:软件工程

    • 发布日期:2017-04-17
    • 文件大小:105825
    • 提供者:qq
« 1 2 34 5 6 »
搜珍网 www.dssz.com