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

搜索资源列表

  1. 用Java语言实现NFA到DFA的等价变换

    0下载:
  2. 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
  3. 所属分类:编程文档

    • 发布日期:2015-06-08
    • 文件大小:31449
    • 提供者:李小刚
  1. nfa

    0下载:
  2. NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:105621
    • 提供者:chuhaiyun
  1. NFA到DFA

    1下载:
  2. 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2129
    • 提供者:李余
  1. 050420106wangmeijun

    0下载:
  2. 编译课程设计,有穷自动机的确定化与最小化,完成了DFA,NFA,RE之间的相互转化和DFA的最小化
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:213949
    • 提供者:junjun
  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. lex

    0下载:
  2. 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:15880
    • 提供者:0x7c00
  1. Automate

    0下载:
  2. graphic Automaton simulator,NFA to DFA conversion and minimisation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:692235
    • 提供者:darkzan
  1. NFA_to_DFA211465612008

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

    • 发布日期:2017-04-13
    • 文件大小:3094
    • 提供者:jitendra
  1. NFA2DFA

    0下载:
  2. nfa to dfa machines algorythm with c sharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:35538
    • 提供者:asd
  1. javafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page

    0下载:
  2. graphic simulation nfa to dfa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:692806
    • 提供者:bechir
  1. 22nfa2dfa

    0下载:
  2. nfa convert to dfa by java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:302964
    • 提供者:Zicker
  1. Compilers

    0下载:
  2. Here you can draw states and linkers to creat a NFA or DFA.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:46480
    • 提供者:Lau
  1. Convert_NFA_TO_DFA

    0下载:
  2. Converting nfa to dfa in java
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:27016
    • 提供者:Muna
  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. NFAtoDFA(CPP)

    0下载:
  2. 用c++编程求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 -C++ programming with regular expressions to find NFA (not sure of the finite automata), NFA to DFA and DFA (finite automata) of the minimum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2340
    • 提供者:dai
  1. NFA

    0下载:
  2. DFA NFA 文件生成转换 C++ 制作源码-DFA NFA file to generate source code conversion C++ production
  3. 所属分类:Energy industry

    • 发布日期:2017-04-03
    • 文件大小:1853
    • 提供者:cyl
  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. DFA、NFA的java代码实现

    0下载:
  2. DFA、NFA的java代码实现,代码简单易懂,并附有可以运行的脚本文件,以及程序的说明文档-DFA, NFA' s java code, easy-to-understand code, with a scr ipt file that can be run, as well as the program' s documentation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-10-31
    • 文件大小:4067
    • 提供者:付波澜
  1. DFA-NFA

    0下载:
  2. 使用VC++实现了DFA和NFA的大部分功能,希望有需要的拿去-Use VC++ implements most of the functionality of DFA and NFA, hope there is a need take
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3191
    • 提供者:zzx
  1. NFA to DFA.cpp

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

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:可以了
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com