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

搜索资源列表

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

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

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

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

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

    0下载:
  2. NFA的确定化是指对给定的NFA都能相应地构造出一个与之等价的DFA,使它们能够识别相同的语言。NFA的确定化使状态转移的复杂度仅为O(1),为状态的转移提供了帮助。-Make the NFA refers to the NFA accordingly given to construct a and the equivalent DFA, enables them to identify the same language. Make the NFA to divert the complex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1193088
    • 提供者:智利蒋
  1. nfa_dfaconversion_dfasimulation

    0下载:
  2. NFA toDFA conversion and then take string as input and check whether String is acceptable by DFA or not
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3352
    • 提供者:juhimodi
  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(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-to-DFA

    0下载:
  2. 编译原理 NFA 确定化 使用set 有注释,感觉已经很多了-Compiler theory of NFA to determine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:陈图嘉
  1. main

    0下载:
  2. 编译原理课程实验,NFA到DFA转换及化简的C++语言实现。-Compiler theory course experiment, NFA to DFA Conversion and Reduction of C++ language.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:10864
    • 提供者:shirley
  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. nfa

    1下载:
  2. 把NFA确定化为DFA 的算法,实现将给定的NFA M,确定化为DFA M’,然后将DFA M状态最少化,将给定的DFA M的有限状态集S划分成若干互不相交的子集,使得:任何不同的两个子集中的状态都是可区别的,而同一子集中的任何两个状态都是等价的(要利用Ia函数,但并不需要构造ε-CLOSURE函数,因这是DFA)。输出化简后的DFA M’。 -NFA into a DFA to determine the algorithm to achieve a given NFA M, to det
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2551
    • 提供者:王静晓
  1. cifafenxi

    0下载:
  2. 1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:6184
    • 提供者:
  1. DFA

    0下载:
  2. MFC实现的正规式的输入,转化为NFA,转化为DFA,转化为最简DFA的程序-use MFC to operate something about NFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4697088
    • 提供者:流木0911
  1. NFA-to-DFA

    0下载:
  2. Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start state i.e. S ε Q e) F- F (su
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1100
    • 提供者:Merwyn
  1. zhengguishizhuanDFA

    0下载:
  2. 正规式转DFA,包括正规式转NFA,NFA转DFA等-Formal type turn DFA, including regular type turn NFA, turn NFA DFA, etc..
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5255
    • 提供者:黄正华
  1. nfa-to-dfa

    0下载:
  2. 编译实验,实线有穷自动机,nfa到dfa-Compile the experiment, solid line finite automata, nfa to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:84819
    • 提供者:若若
  1. nfa

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

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

    0下载:
  2. 确定化NFA转化为DFA,这个c++代码用于将NFA转化为DFA ,可以编译通过-The Determination of NFA into DFA
  3. 所属分类:File Operate

    • 发布日期:2017-11-07
    • 文件大小:1935
    • 提供者:赵荣
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com