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

搜索资源列表

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

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

    • 发布日期:2017-05-02
    • 文件大小:769282
    • 提供者:张丹
  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. 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. Determinis1747915202004

    0下载:
  2. Uploading, This program use to convert nfa to dfa.
  3. 所属分类:Other windows programs

  1. shiyan2

    0下载:
  2. 本程序主要是使用“子集法”实现NFA的确定化,使用“分割法”实现DFA的最小化,在本程序中用到的主要的数据结构是数组,这些数组是用来存放NFA的初始状态集,及确定化和最小化后的状态矩阵。-This procedure is mainly the use of " sub-set method" to achieve the determination of NFA, the use of " segmentation" to achieve a minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:400992
    • 提供者:lihaixia
  1. 2dfa

    0下载:
  2. 这是由RE转NFA再转DFA,最后识别的程序。参考了龙书和陈火旺的书,此程序最终完成的是下面网站要求的功能。http://info.ruc.edu.cn/wangqiuyue/comp_theory.htm-这是由RE转NFA再转DFA,最后识别的程序。参考了龙书和陈火旺的书,http://info.ruc.edu.cn/wangqiuyue/comp_theory.htm
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15998
    • 提供者:lixmin
  1. zuodigui

    0下载:
  2. 消除文法的左递归,实现文法的化简以及NFA与DFA的转换-Elimination of left recursive grammar to achieve grammatical simplification, as well as conversion of NFA and DFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:42738
    • 提供者:yao
  1. c++

    0下载:
  2. NFA to DFA (c++) with c++ langage.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:2336
    • 提供者:djongar
  1. fileloading

    0下载:
  2. convert nfa to dfa this program neveshte shode dar c++ builder
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:388743
    • 提供者:moein
  1. A_N_-_Quee18114710282004

    0下载:
  2. convert nfa to dfa this program neveshte shode dar c++ builder
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:1142
    • 提供者:moein
  1. 135

    0下载:
  2. user enter one dfa or nfa and program check this automat is nfa or dfa
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:495256
    • 提供者:barfoyakh
  1. compiler

    0下载:
  2. 编译原理的词法分析器。可以解析正则表达式。生成NFA及DFA-Compilation Principle of lexical analyzer. Regular expressions can be resolved. Build NFA and DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:212209
    • 提供者:陈晨
  1. Lexical_analyzer

    0下载:
  2. 词法分析器,NFA转DFA,程序自动建立存储结构-Lexical analyzer, NFA transfer DFA, program automatically creates the storage structure
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1349822
    • 提供者:李睿
  1. zhengze

    0下载:
  2. 正则表达式及nfa到dfa再到mfa的转化-Regular expressions and nfa to dfa conversion and then to mfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:8090
    • 提供者:李睿
  1. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:337795
    • 提供者:罗丹
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com