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

搜索资源列表

  1. huibian

    0下载:
  2. 系统地讲述了计算机语言的编译原理。如:编译器、词法分析、文法等-Systematically about the principles of computer language compiler. Such as: compiler, lexical analysis, grammar, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1349304
    • 提供者:超梅
  1. cmm

    0下载:
  2. C++编写的词法分析器,解释器构造作业。-C++ Prepared lexical analyzer, parser operating structure.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:129267
    • 提供者:wanfeng
  1. compiler

    0下载:
  2. Java语言写的词法分析,虽然很简单,还是大家分享吧-Java language written lexical analysis, although very simple, or to share it
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:6742
    • 提供者:岳永胜
  1. PLOc

    0下载:
  2. c写的plo源程序,包括词法分析,语法分析,语义分析,可以通过vc++6.0编译-c write plo source, including lexical analysis, syntax analysis, semantic analysis, can vc++ 6.0 compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:14674
    • 提供者:李好
  1. CSharp

    0下载:
  2. C# 语法全解:C#程序结构和数据类型1.doc,C#词法结构2.doc,C#基本概念3.doc等-C# Grammar-wide solution: C# Program structure and data types 1.doc, C# Lexical structure 2.doc, C# Basic concepts such as 3.doc
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:650450
    • 提供者:muyi
  1. Scan

    0下载:
  2. C语言的词法分析器,界面很好看,功能也还可以-C language, lexical analyzer, a good interface, the functions can also be
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3140
    • 提供者:liujunfeng
  1. complier

    0下载:
  2. 实现了编译算法的词法分析,不足之处请多多指教-Achieved a compiler algorithm for lexical analysis of the inadequacies of the exhibitions please
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:20608
    • 提供者:张明江
  1. test

    0下载:
  2. 关于plo的词法分析器,识别关键字,计入缓冲区-With regard to the lexical analyzer plo, identify keywords, included in the buffer zone
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2991
    • 提供者:smith
  1. wordAnalyse

    0下载:
  2. 实现一个扫描器(词法分析程序)输入——源程序文件或源程序字符串,输出——相应的Token序列,关键字表和界符表及符号表和常数表 -The realization of a scanner (lexical analysis program) input- source file or source code string, the output- the corresponding Token sequence, keyword table and sector address table
  3. 所属分类:Scanner

  1. cifafenxi

    0下载:
  2. 编译原理 的词法分析 用C语言编写 可运行-Compiler Construction Principles of lexical analysis using C language to run
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:82099
    • 提供者:ya
  1. cifafenxi

    0下载:
  2. 编译原理的词法分析程序的实现,用窗口显示-Compilation Principle of the realization of lexical analysis program, with window displays
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:54559
    • 提供者:王刚
  1. Wana

    0下载:
  2. 词法判断程序,通过LL(1)词法分析堆栈判断一串字符串是否可识别-Lexical procedures to determine, through the LL (1) lexical analysis of the stack to determine whether a string of string identifiable
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6221
    • 提供者:ldf
  1. biyiyuanli

    0下载:
  2. 词法分析的浏览单词程序,很不错的。支持哦!-Lexical Analysis of browsing word process, very good. In support of Oh!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:7021828
    • 提供者:李明
  1. bianyiyuanlicifafenxi

    0下载:
  2. 词法分析 1、通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 2、编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本关键字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示) 有实验报告-Lexical Analysis 1, through the design of t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:157719
    • 提供者:盼盼
  1. bianyiyuanliyufafenxi

    0下载:
  2. 语法分析的功能: 语法分析是编译过程的核心部分,它的主要任务是按照和程序语言的语法规则,从由词法分析输出的源程序符号串中识别出各类语法分析成分,同时进行语法检查,为语义分析和代码生成作准备。 有报告-Parsing functions: syntax analysis is the core of the compiler process, its main tasks and procedures in accordance with the grammatical rules of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:158468
    • 提供者:盼盼
  1. cifafenxiqi

    0下载:
  2. C语言的词法分析器,功能比较简单,可识别部分关键字,变量,常量,标识符。-C language lexical analyzer function is relatively simple to identify some keywords, variables, constants, identifiers.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1604
    • 提供者:秦始皇
  1. NCFFX

    0下载:
  2. 本人用VC自己做的词法分析器,-I use VC to do their own lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:36935
    • 提供者:黄亚川
  1. cifafenxi

    0下载:
  2. 上课时老师给的一个词法分析器,很好用。注意:使用时要在工程中建立exa.txt.-Class teachers to a lexical analyzer, a very good use. Note: when used in the project to establish exa.txt.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7226
    • 提供者:侯琳
  1. 0503056316

    0下载:
  2. 实现对文本文档里的程序进行词法分析,在另一文件里输出分析结果-The realization of a text document in the lexical analysis process, in another document the results of the analysis output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:11741
    • 提供者:maochong
  1. parser

    0下载:
  2. 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Proced
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:3522
    • 提供者:
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com