CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - lexical program

搜索资源列表

  1. lex

    0下载:
  2. 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:66440
    • 提供者:lst
  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2302
    • 提供者:lili
  1. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  1. compile

    0下载:
  2. 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:17872
    • 提供者:稻草人
  1. cmm-lex

    0下载:
  2. 参照清华大学《编译原理》写的cmm语言词法分析程序-Reference to Tsinghua University, Compiler Construction Principles written by cmm language lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:26375
    • 提供者:叶世权
  1. cifa

    0下载:
  2. 词法分析器,将程序中的单词\符号\数字等进行分析-Lexical analyzer, the program word \ symbols \ figures were analyzed
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-08
    • 文件大小:62398
    • 提供者:庄伟
  1. cifafenxi

    0下载:
  2. 通过本实验的编程实践,使学生了解词法分析的任务,掌握词法分析程序设计的原理和构造方法,使学生对编译的基本概念、原理和方法有完整的和清楚的理解,并能正确地、熟练地运用-Through the experimental programming practice, so that students understand the task of lexical analysis, to grasp the principle of lexical analysis program design and
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1177600
    • 提供者:孙辰
  1. Compiler1

    0下载:
  2. 使用C++编写的编译器,里面 包括了词法分析程序scanner.cpp,无符号数识别程序ucon.cpp,算符优先法语法语义处理程序SF.cpp,SLR1语法语义处理程序SLR1.cpp。比较强大。源程序输入有program.txt,输出包括窗口和compiled.txt-Using C++ to write compiler, which includes lexical analysis program scanner.cpp the number of symbols identifica
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:2956348
    • 提供者:宋雪羽
  1. GramAnlis

    0下载:
  2. 本节主要分析程序的代码结构和代码工程文件的划分。(程序由两个类组成: Scanner类和Parser类,分别为词法分析和语法分析类。-The division of this section of program code structure and code engineering documents. (Program consists of two classes: the Scanner class and Parser class, lexical analysis and parsi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1816
    • 提供者:
  1. P0

    0下载:
  2. P/0词法分析程序,用的是C++程序语言-P/0 lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-12-07
    • 文件大小:2439
    • 提供者:long
  1. lexical-analyzer

    0下载:
  2. 词法分析器(请在解压后使用)用于编译环节识别单词, 描述其属性和值 ,是编译环节的重要组成部分-This program is based on compiling principle to identify words in your witten program.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:305329
    • 提供者:刘恒伯
  1. lexical-analyzer

    0下载:
  2. 词法分析器,编译原理不可缺少的一部分一步,编写编译器的-a program about lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:1090
    • 提供者:张凡
  1. program

    0下载:
  2. 词法分析器,语法分析器等等可以用,编译原理课程设计-Lexical analyzer, parser, compiler theory curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:4041665
    • 提供者:lee
  1. Lexical

    0下载:
  2. java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:15360
    • 提供者:panchai
  1. lexical-analyzer

    0下载:
  2. 编译原理 词法分析器 编译原理课程实验环节中必不可少的程序代码-Compiler theory lexical analyzer compiler course experiment indispensable part of the program code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5639071
    • 提供者:张凡
  1. lexical-analysis

    0下载:
  2. program for lexical analysis on lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:nidhi
  1. lexical-analysis

    0下载:
  2. 编译原理词法分析,识别程序中的词法类别及种类-Compilation Principle lexical analysis, lexical categories and species identification in the program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:125177
    • 提供者:张锷
  1. a-lexical-analyzer

    0下载:
  2. 本程序的电子科技大学编译原理的课程设计,实现一个简单的此法分析器程序-The program at the university of electronic science and technology of compilation principle course design, the implementation of a simple parser program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:132526
    • 提供者:jack
  1. calc1

    0下载:
  2. lexical program for checking for ,while loop
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:684
    • 提供者:monika
  1. lexical-analyzer-master

    0下载:
  2. lexical analyzer program first phase of compiler construction download and use for fr-lexical analyzer program first phase of compiler construction download and use for free
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:69299
    • 提供者:emirdeed
« 12 3 4 »
搜珍网 www.dssz.com