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

搜索资源列表

  1. wordcompile

    0下载:
  2. 词法分析程序实现,在VC6.0环境下编译通过,包括相应的上机实验报告-lexical analysis program, the compiler VC6.0 environment, including the corresponding report on the experimental plane
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:91907
    • 提供者:张焕人
  1. cparse

    0下载:
  2. 简易C语言词法分析程序。可以对C源文件进行分析。-simple C language lexical analysis procedure. Can the C source files for analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3442
    • 提供者:李济
  1. fi

    0下载:
  2. 简单的词法分析程序设计,用于存储单词及其种别码.-simple lexical analysis program designed for the storage of other types of words and code.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:10333
    • 提供者:李原
  1. panxisong_cifa

    0下载:
  2. 用VC++做的一个简单的编译原理的词法分析程序,有运行结果-VC do a simple compiler tenets of lexical analysis procedures, operating results
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:140849
    • 提供者:熊凌鹏
  1. expression1124

    0下载:
  2. 简单的表达式文法的词法分析程序,文法以文件形式输入-simple grammar of expressions of lexical analysis procedures, grammar in document form input
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:xujing
  1. CFFX-TUOBOC2.0

    0下载:
  2. 这个是在TC2.0下编译成功的! 一个简单的词法分析程序-WITH TC 2.0 compiler success! A simple lexical analysis procedure
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1832
    • 提供者:流言
  1. fengzzzz

    0下载:
  2. 这是一个编译原理的词法分析程序,输入一个C语言,输出一个词法分析的结果-This is a compiler tenets of lexical analysis procedures, a C-language input and output a lexical analysis of the results
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:csf
  1. WordScanner

    0下载:
  2. 词法分析程序设计 1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。 4、设计两个测试用例(尽可能完备),并给出测试结果 -lexical analysis procedures designed a given word symbols of the type of coding. 2, lexical analysis procedure should be able to de
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:13790
    • 提供者:崔国伟
  1. cffxcfff

    0下载:
  2. 一个用C++实现的词法分析程序, l 单词必须在同l 一行内写完,l 即一个单词不l 能分两行写。 l 源程序语句的书写采用自由格式,l 即一行可写多个语句,l 一个语句也可分多行写。 l 源程序中可以插入注释。关于注释有以下几点说明: 1. 注释由/*………*/括起,2. 但/*和*/必须在同3. 一行内。 4. 注释可以写多行,5. 但每行均必须由/*……..*/括起。 6. 注释中允许出现非字符集中的字符,7. 如#、¥、?等。 8. 注释只能出现在两个语句之间
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:3116
    • 提供者:小白
  1. zdf

    0下载:
  2. 很难得的词法分析程序,用VC++编写的可以直接使用。-hard to come by lexical analysis procedures, prepared by the VC can be used directly.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19811
    • 提供者:fly
  1. okfile

    0下载:
  2. 词法分析程序给那些迷茫在词法分析海洋的人们,加油吧程序员!-lexical analysis procedure for those lost in the lexical analysis of marine people, Keep up the good programmer!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:李萧墙
  1. Accidence_Analyser

    0下载:
  2. 词法分析程序,适合对c语言程序进行词法分析,不过还需对关键字等做进一步的补充。-lexical analysis procedures for the C language for lexical analysis procedures, however, it still needs to make a keyword further added.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2614
    • 提供者:zhou
  1. complie_2

    0下载:
  2. 根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。 -grammar, structure a basic lexical analysis procedure. Identify the language keywords, identifiers, and other integral some special symbols, the word is given of the types and values.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:17914
    • 提供者:聂仁博
  1. cifa3

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:264236
    • 提供者:刘鹏尧
  1. cifa4

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:12952
    • 提供者:刘鹏尧
  1. cifa5

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:33361
    • 提供者:刘鹏尧
  1. byyliInC

    0下载:
  2. 本人编写的再加上收集的几个编译原理的词法分析程序-prepared by the addition of several compiler collection tenets of lexical analysis procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7056
    • 提供者:吴延庆
  1. cifagouzhaoqi

    0下载:
  2. 词法分析器构造 通过对给定源语言词法分析程序的设计,加深对词法分析原理的理解,掌握源语言的接受、存贮、预处理和扫描分析,生成正确的 单词符号串二元式序列。 -lexical analyzer structure of a given source language lexical analysis procedures in the design, Lexical analysis to deepen the principle of understanding and masterin
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:11333
    • 提供者:duoduo
  1. yufafenxiqigouzhao

    0下载:
  2. 语法分析器构造 借助于词法分析程序提供的分析结果,编写一个算符优先语法分析程序,程序能进行语法结构分析和错误检查并产生相应的归约信息。同时给出出错信息和错误类型,从而加深对语法分析的理解。 -parser using lexical analysis procedure for the analysis of results prepare a priority operator syntax analysis procedures, procedures for structural
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:11939
    • 提供者:duoduo
  1. cifafenxi-bianyi

    0下载:
  2. 词法分析:这是一个词法分析程序,是由文件读入要分析的字符串-lexical analysis : This is a lexical analysis procedure is read from the document to analyze the string
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1782
    • 提供者:ma
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com