搜索资源列表

  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparatio
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:萧飞
  1. 编译原理——词法分析

    0下载:
  2. 该程序是词法分析部分Lexical Analyse。 2)只支持无符号整数类型。不支持数组和指针等高级特性。 3)不支持函数。-that the procedure was lexical analysis Lexical Analyze. 2) only support unsigned integer type. Do not support pointer array and advanced features. 3) does
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:范志鸿
  1. 一个很不错的词法分析器

    0下载:
  2. 很不错,已经过调试,是一个经典的词法分析器源代码,值得-very good, it has been testing, is a classic lexical analyzer source code, it is worth a look at
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:386048
    • 提供者:刘畅
  1. 词法分析报告

    0下载:
  2. 这是一个编译原理中词法分析的实验报告,内容挺完整-it is a test report about accidence analyse of complier principle,its context is full
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:226304
    • 提供者:ddd
  1. 编译小程序-词法分析

    0下载:
  2. 这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈陪
  1. 小小的词法分析器

    0下载:
  2. 这是我们学习编译原理时做的一个程序. 是一个简单的词法分析程序.将一个文本文件时的推导规则进行.-This our compiler theory when learning to do a procedure. It is a simple lexical analysis procedure. A text file of the derivation rules.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:周裕涛
  1. 词法分析3

    0下载:
  2. 一个很不错的可视化词法分析器 用C++写的,是编译老师布置的作业-a very good visual lexical analyzer written in C, compile teachers layout operations
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1511424
    • 提供者:楚楚
  1. 词法语法分析器

    0下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:276480
    • 提供者:鲍婧
  1. 词法语法分析

    0下载:
  2. 一个经典的词法语法分析程序的源代码,从词法分析入口其词法分析出口为语法分析入口-a classic syntax analysis of a program's source code, imported from the lexical analysis of its lexical analysis exports syntax analysis entrance
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:230400
    • 提供者:鲍婧
  1. 词法语法分析器

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFen
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:317440
    • 提供者:习可伟
  1. 词法分析器6

    0下载:
  2. 这是一个词法分析的小程序,希望大家多多指教-This is a lexical analysis of small procedures, we hope the exhibitions
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:祝莉
  1. 编译实验词法分析报告

    0下载:
  2. 编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:51200
    • 提供者:郑章孝
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:139264
    • 提供者:谷穗
  1. Pascal语言的词法分析器

    0下载:
  2. Pascal语言的词法分析器源程序和开发文档,用LEX编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language lexical analyzer and source documentation, prepared with LEX, as compiler theory courses of study reference source documents compiled by
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:Amethyst
  1. C语言词法分析

    0下载:
  2. c语言词法分析,功能比较全,大家随便看看吧,有界面-The file is for accidence analysis fo C language and has lots of functions. It has the interface and please check it freely.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2659328
    • 提供者:田永震
  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 cl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:241664
    • 提供者:王莉
  1. 编译原理词法分析器c语言

    0下载:
  2. 编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:王立伟
  1. 词法分析设计

    0下载:
  2. 这是我做的词法分析器的 需求分析和系统设计 请大家指教!-I developed the requirement analysis and system design of grammar analyzer. Advices are welcome.
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:徐文虎
  1. 词法编译器C语言版

    0下载:
  2. 自己用纯C语言做的词法编译器,可能大家作业能用的上吧,-A semantics compiler in c programed by myself,maybe you can use it foe you homework
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:高约
  1. simple词法编译器

    0下载:
  2. 这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:孟庆洋
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org