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

搜索资源列表

  1. dfa

    0下载:
  2. Dfa minimization from nfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3930
    • 提供者:Jeff
  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. NFA

    0下载:
  2. perl code implement NDFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:Nagaraj
  1. retonfa

    0下载:
  2. performs re to nfa conversion
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1180
    • 提供者:icefiremoi
  1. Automate

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

    • 发布日期:2017-03-31
    • 文件大小:692235
    • 提供者:darkzan
  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. DFA

    0下载:
  2. NFA的确定化算法 C++实现注释清楚详细 代码简单-NFA determination algorithm C++ code is easy to achieve clear and detailed comments
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:8028
    • 提供者:pengjun
  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. nfatodfa

    0下载:
  2. other tool nfa convert to dfa by java language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2054
    • 提供者:Zicker
  1. nfatodfa

    0下载:
  2. NFA转化成DFA的C程序代码,编译原理实验题目-NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:1956
    • 提供者:云遥
  1. main1

    0下载:
  2. nfa to dfa conversion
  3. 所属分类:Windows Develop

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

    0下载:
  2. enter user a nfa and convert nfa to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1212494
    • 提供者:barfoyakh
  1. Convert_NFA_TO_DFA

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

    • 发布日期:2017-04-01
    • 文件大小:27016
    • 提供者:Muna
  1. NFA_FA

    0下载:
  2. Compiler program about NFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:Pintu
  1. nfa

    0下载:
  2. nfa CONVERSION program in C.... for compiler design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1311
    • 提供者:manasa
  1. NFA2RegularExpression

    0下载:
  2. regular expression转换为NFA NFA转换到regular expression 包含设计说明文档、可执行程序、源代码等;清晰明了; 用java编写;-regular expression into NFA NFA transition to regular expression Includes design documentation, executable programs, source code, etc. clarity Writ
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:919842
    • 提供者:liu p
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com