CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - lexical analysis

搜索资源列表

  1. zyy

    0下载:
  2. 这是一个c++环境下的模拟文件系统的部分源代码,支持词法分析,其中用到头文件#Include \"lex.h\"-c This is a simulated environment of the file system source code, support for lexical analysis, which uses the first document # Include "lex.h"
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:830
    • 提供者:刘国众
  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. CMM

    0下载:
  2. 了解cmm语言的语法和词法分析,帮助理解cmm语法解释器的基本设计-Understood cmm language syntax and lexical analysis to help understand the basic design of the the cmm syntax interpreter
  3. 所属分类:Project Design

    • 发布日期:2017-11-09
    • 文件大小:128810
    • 提供者:xiaohan
  1. analyse

    0下载:
  2. 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:36343
    • 提供者:刘慧刚
  1. for

    0下载:
  2. for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1437354
    • 提供者:小崔
  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. lab1

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

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

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

    • 发布日期:2017-05-07
    • 文件大小:1190849
    • 提供者:羽翼
  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. 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. java-c-minus

    0下载:
  2. 采用java语言,对c减语法实现手工词法分析,分析的源文件路径是指定的。-The java language manual lexical analysis, analysis of c less syntax of the source file path is specified.
  3. 所属分类:软件工程

    • 发布日期:2017-03-29
    • 文件大小:7516
    • 提供者:余红全
  1. bianyiqi

    0下载:
  2. 关于编译器的词法分析过程,输入正则表达式输出NFA-Compiler, lexical analysis process, enter the regular expression output NFA
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:318653
    • 提供者:benben
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. flex-code

    0下载:
  2. flex词法分析代码,主要用于词法分析器的自动生成,包含所有代码-the flex lexical analysis code for lexical analyzer automatically generated, and contains all the code
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:267568
    • 提供者:尹红
  1. anysys

    0下载:
  2. 词法分析,识别运算符,并进行四则运算,输出运算结果-Lexical analysis, identify the operator and four, output calculations results
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:17682
    • 提供者:梁浩
  1. my_compile

    0下载:
  2. 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:80946
    • 提供者:will
  1. s

    0下载:
  2. 应用flex实现的pascal语言的简单的词法分析稀奇-Pascal language application flex simple lexical analysis surprising
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:828
    • 提供者:梁运韬
  1. CS143.Notes.Introduction.and.lexical.analysis

    0下载:
  2. CS143 Notes Introduction and lexical analysis
  3. 所属分类:software engineering

    • 发布日期:2017-12-17
    • 文件大小:308224
    • 提供者:Talebi
« 12 »
搜珍网 www.dssz.com