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

搜索资源列表

  1. 481296424.zip

    0下载:
  2. 词法分析程序
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:12732
    • 提供者:
  1. 一个小语言的词法分析程序.rar

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:7481
    • 提供者:
  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. 第三部分:GCC词法分析程序.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:13684
    • 提供者:
  1. 一个小语言的词法分析程序原理及其实现.zip

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:8198
    • 提供者:
  1. 1231233434

    1下载:
  2. 编译原理实验题 词法分析 使用直接分析法编制C语言子集的词法分析程序-compiler principle experiment inscr iption analysis using direct analysis method preparation of the C language subset of the lexical analysis procedure
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:唐治
  1. hfghj

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2209
    • 提供者:刘星
  1. BIANdsf1

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242393
    • 提供者:王莉
  1. 2005062515324127278

    0下载:
  2. 编译原理词法分析,感觉用得不错的哦!!!一个强大的词法分析程序-compiler theory lexical analysis, I feel good use! ! ! A powerful lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:21894
    • 提供者:萧影
  1. cscanner

    0下载:
  2. 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:104204
    • 提供者:陈凯
  1. SLNC

    0下载:
  2. 一个简单的词法分析程序。是编译原理的部分课程设计。因为时间有限。未能完成全部。如果有朋友改了代码或添加了功能使代码更加完善。请与我联系:ningmeng_studio@163.com谢谢. 做的不是很好,请多谅解。-a simple lexical analysis procedure. The principle is to compile part of the curriculum design. Because of the limited time available. Failu
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29351
    • 提供者:张立柱
  1. 编译原理课程设计原稿(陈强 20029440913)

    0下载:
  2. 一个编译原理的词法分析程序,用vc编写 编译通过。-a compiler tenets of lexical analysis procedures used to prepare vc compile.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:292178
    • 提供者:犯得上
  1. RegExDemo

    0下载:
  2. 一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了! 有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32828
    • 提供者:常震华
  1. 20051120

    0下载:
  2. 一简单小型类pascal语言编译器的词法分析程序,附详细的实验报告-a small category pascal simple language compiler of lexical analysis procedures, with details of the experimental report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23562
    • 提供者:王小波
  1. bysy2005

    0下载:
  2. 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small l
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5941
    • 提供者:刀尖
  1. bianyi2005

    0下载:
  2. c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数-lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5900
    • 提供者:朱磊
  1. essential-cpp-source-for-non-windows

    0下载:
  2. c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数 -lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:230631
    • 提供者:新亮
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83374
    • 提供者:宗宗
  1. 376788

    0下载:
  2. 很难得的词法分析程序,用VC++编写的可以直接使用,()
  3. 所属分类:其他小程序

    • 发布日期:2018-05-01
    • 文件大小:14336
    • 提供者:mkTFabiq
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com