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

搜索资源列表

  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:174545
    • 提供者:kangqingping
  1. DFA.rar

    0下载:
  2. 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。,Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:41235
    • 提供者:刘琳
  1. [NFA+TO+DFA]

    0下载:
  2. [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:149470
    • 提供者:三块一
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. Determinis1747915202004

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

  1. NFAtoDFA[J.S]

    0下载:
  2. 一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be properly solved.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1088326
    • 提供者:卓然
  1. Finite_Aut2127819222008

    0下载:
  2. A Program that can convert your Regular Expression to PostFix Post_Fix to NFA [Thomson s Construction] NFA to DFA [Subset Construction] DFA to minDFA [Table Filling Algorithm]
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:45452
    • 提供者:csp
  1. NFA_to_DFA211465612008

    0下载:
  2. this program convert the nfa into dfa
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3094
    • 提供者:jitendra
  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. nfa

    0下载:
  2. 这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:5057
    • 提供者:李华
  1. nfadfa

    0下载:
  2. This a c program that converts NFA to DFA-This is a c program that converts NFA to DFA
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:834
    • 提供者:Tina
  1. NFAtoDFA

    0下载:
  2. It s a program that convert NFA(Non deterministic Finite Automata) to DFA(Deterministic Finite Automata). This article used in scanners and parsers to detect some pattern of input characters similar to tokens.
  3. 所属分类:Other systems

  1. dfa-nfa

    0下载:
  2. AFN -> AFD The program convert an AFN (non-deterministic) to AFD (deterministic)
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:904
    • 提供者:Bruno
  1. nfa

    0下载:
  2. this program will convert ndfa to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:sumit
  1. AA

    0下载:
  2. c program to convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:830
    • 提供者:khan
  1. nfa

    0下载:
  2. java语言编程,编译原理中NFA转DFA程序。-java programming language, compiler theory NFA to DFA program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:20332
    • 提供者:郑浩明
  1. automata

    0下载:
  2. this is a program made in borland c for a conversion of nfa to dfa
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:jose carlos
  1. NFA-to-DFA-Conversion

    0下载:
  2. 分享一个NFA到对应的DFA的转换程序-Program to convert a given NFA to the corresponding DFA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:Remon
  1. NFA to DFA.cpp

    0下载:
  2. nfa转换为dfa,一个简单的程序cpp(nfa trans to dfa,a simple program. /.cpp)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:可以了
« 12 »
搜珍网 www.dssz.com