CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - DFA

搜索资源列表

  1. Lex

    0下载:
  2. 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:268613
    • 提供者:secret
  1. thedesignofanalyzing

    0下载:
  2. 主要介绍了词法分析器的lex实现以及DFA和NFA构造状态表的方法-Mainly introduce the lexical analyzer lex implementation, as well as DFA and NFA state table structure of the Ways
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-25
    • 文件大小:231926
    • 提供者:horieyui
  1. NFA

    0下载:
  2. 实现NFA到DFA的转换EVMSG_INSTALLED 0x00000064L-convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2864
    • 提供者:chenhuiyu
  1. NFAtoDFA

    0下载:
  2. 实现DFA转化为NFA,功能比较简单,但程序结构比较合理-DFA implementation into NFA, feature relatively simple, but the program structure more reasonable
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:duoduo
  1. N2D

    0下载:
  2. 一个自己写的NFA转DFA的程序,编译的作业,很不错哦!-Write their own procedures for NFA to DFA, the compiler of the operation, is pretty good, oh!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:634001
    • 提供者:吴男
  1. scanner

    0下载:
  2. 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:251240
    • 提供者:房兴华
  1. nd

    0下载:
  2. 实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:ZWL
  1. dfa

    0下载:
  2. 一個自動機的程式 非常的方便 可以判斷輸入的字串是否符合-An automatic machine is very convenient program can determine whether the input string
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1463
    • 提供者:123
  1. zhengze

    0下载:
  2. 正则式到有穷自动机.VC++6.0环境下开发.-Is the type of the DFA. VC++6.0 development environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:12870
    • 提供者:Illinois
  1. ZHongjie

    0下载:
  2. 实现NFA到DFA的转换过程。文件中包含输入格式 见txt 文档-Turn NFA to DFA
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-02
    • 文件大小:769282
    • 提供者:张丹
  1. nfa

    0下载:
  2. 正规式转化为NFA,希望对需要的朋友有用-to NFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:148020
    • 提供者:黄飞
  1. tam

    0下载:
  2. 编译原理词法分析程序,编写简单语言的词法分析程序,掌握从正规式到有穷自动机,再到有穷自动机最小化,最后完成编成的流程及相关技术。-Principles of lexical analysis program to compile, prepare a simple lexical analysis of language to grasp from the formal ceremony to DFA, DFA to minimize the process of finalizing the
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:834
    • 提供者:xiaogang
  1. cifayufafenxi_C

    1下载:
  2. 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
  3. 所属分类:Editor

    • 发布日期:2016-03-15
    • 文件大小:61311
    • 提供者:李雪红
  1. java-scanner

    3下载:
  2. 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
  3. 所属分类:Compiler program

    • 发布日期:2016-03-15
    • 文件大小:4917
    • 提供者:kjs
  1. Regular2DFA

    0下载:
  2. 课程设计用到的正则表达式到最小DFA的转化-r->NFA->DFA->min DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5263
    • 提供者:星飞感受
  1. compile_work2

    0下载:
  2. 自动机的确定化,充分理解和掌握NFA、DFA以及NFA确定化过程的相关概念和知识,编程实现对输入NFA转换成DFA输出的功能。-Determination of automata, and fully understand and master the NFA, DFA and NFA to determine the relevance of the concept of process and knowledge of programming to convert NFA to DFA in
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:wushi86
  1. CEx_DFA

    0下载:
  2. 这个编译原理最基本的东西,有穷自动机,实现了编译的第一步-Compile the most basic principle of the thing, DFA, the first step towards the realization of the compiler
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1314850
    • 提供者:
  1. PL0

    0下载:
  2. 从NFA到DFA的转换过程是利用NFA的信息不断生成DFA的状态结点和边的过程,或者说是生成DFA自动机转换表元素的过程。求ε-闭包也就是把用ε边连接起来的状态合并起来的过程,被合并的状态集将形成DFA的一个状态,因此DFA的状态被表示为NFA的状态子集。 用SS(状态集)的形式表示DFA的状态。假设SS表示新产生的状态,则下一步的工作是:对每个符号a考虑其边和该边的指向状态。 -From the NFA to DFA conversion process is the use of i
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:210444
    • 提供者:董华鹏
  1. NFA_TO_DFA

    0下载:
  2. 完成从nfa向dfa的转换,即非确定性有限自动机向确定性有限自动机的转化-NFA to DFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:666852
    • 提供者:tianyi
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14703
    • 提供者:李方
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com