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

搜索资源列表

  1. Lexical_analysis

    0下载:
  2. 智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况-Lexical analysis of intelligence, can enter any regular expression can be obtained NFA, DFA, minDFA, and the final match of the situation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:441508
    • 提供者:
  1. NFA_DFA

    0下载:
  2. 正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2227072
    • 提供者:杨心海
  1. DFAshixian

    0下载:
  2. DFA的输入; DFA的存储与读写; DFA的语言集列表显示; DFA的规则字符串判定; -DFA input DFA storage with reading and writing DFA table shows the language of sets DFA to determine the rules of string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:jianghua
  1. MF-DFA

    2下载:
  2. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-04-10
    • 文件大小:5984
    • 提供者:cheng
  1. FA

    0下载:
  2. 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:263039
    • 提供者:王据林
  1. TYJ(1)

    0下载:
  2. 一个简单的DFA,能实现任何自动机的识别器,且可以有多个终态-A simple DFA, to achieve any recognition automata, and can have more than one final state
  3. 所属分类:Compiler program

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

    0下载:
  2. ayri fikon kelkon wa7ad wa7ad wenchala kelkon btenteko
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:518287
    • 提供者:ayr
  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. DFA

    0下载:
  2. Dfa using some incomings or like this
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:38485
    • 提供者:burtay
  1. DFA

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

    • 发布日期:2017-04-10
    • 文件大小:1474
    • 提供者:Nagaraj
  1. dfatool

    0下载:
  2. for the construction of a dfa tool
  3. 所属分类:Applications

    • 发布日期:2017-04-05
    • 文件大小:221727
    • 提供者:kmr
  1. DFAforanystring

    0下载:
  2. DFA的实现。 将文法作为输入,从而实现对任意文法的识别-DFA implementation. The grammar as input, in order to achieve recognition for any grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:此阁
  1. regToDFA

    0下载:
  2. 正则表达式到DFA 并能够输出检测结果。输入文件要求: (a|b)* 文件第一行 aaaa 文件第二行 a-Re to DFA
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3729
    • 提供者:Superman
  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 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com