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

搜索资源列表

  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. 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. wa

    0下载:
  2. 一个词法分析程序- A lexical analyaer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2066
    • 提供者:瀚海
  1. bbbbba

    0下载:
  2. 一个小语言的词法分析程序原理及其实现2-a small language lexical analysis procedures and principles to achieve 2
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28093
    • 提供者:何刚
  1. word_analyse

    0下载:
  2. 这是pascal的词法分析程序- This is the pascal lexical analyaer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2440
    • 提供者:许磊
  1. 词法分析器 语法分析器

    1下载:
  2. 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50529
    • 提供者:王聃
  1. cifa

    0下载:
  2. 词法分析程序,很初级的,我们刚刚开编译原理- Lexical analyaer, very primary, we just opened the translation principle
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10845
    • 提供者:悠女
  1. lexicalanalysis

    0下载:
  2. 为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10697
    • 提供者:houny
  1. bianyicifa

    0下载:
  2. 自己编的词法分析程序,含有实验报告,有详细的数据结构和程序流程说明。-own addendum to the lexical analysis procedures, experimental report containing a detailed data structure and program flow note.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17946
    • 提供者:陈子
  1. lya

    0下载:
  2. 词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language framework of lexical analysis to deepen the understanding of the principles
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-13
    • 文件大小:3164
    • 提供者:luxin
  1. scanner111111111

    0下载:
  2. 一个用C#写的词法分析程序 扫描器的工作任务如下: (1) 识别出源程序中的各个基本语法单位 (也称为单词或语法符号); (2) 删除无用的空白字符、回车字符以及其它与输入介质相关的非实质性字符; (3) 删除注释; (4) 进行词法检查,报告所发现的错误。-a written using C# lexical analysis procedure of the scanners work tasks are as follows : (1) to identify the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7088
    • 提供者:watons
  1. gettoken

    0下载:
  2. 简单词法分析程序,文件输入文件输出,输出token序列.-simple lexical analysis procedures, the output document file input and output token sequence.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8664
    • 提供者:赵玉琼
  1. pTC-yuyanfenxi

    0下载:
  2. PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3551
    • 提供者:why
  1. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4373
    • 提供者:why
  1. 200561674165281

    0下载:
  2. 一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. -a small language lexical analysis procedure could try to beginners, and it is good oh ..
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4039
    • 提供者:why
  1. Cdefenxiqi

    0下载:
  2. 一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. 也可以帮你完成实验的哦!-a small language lexical analysis procedure to beginners can try hands, Oh, very good .. can help you complete the experiment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4039
    • 提供者:why
  1. 200561672100409

    0下载:
  2. 一个小语言的词法分析程序,很不错的哦.. 可以算是一个算法的小程序了! -a small language lexical analysis procedures, very good .. Oh algorithm can be considered as a small procedure!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2511
    • 提供者:why
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com