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

搜索资源列表

  1. regToDFA

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

    • 发布日期:2017-03-29
    • 文件大小:3729
    • 提供者:Superman
  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. automaton-1.11-2.tar

    0下载:
  2. automate program nfa dfa -automate program nfa dfa
  3. 所属分类:Applet

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

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

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

    0下载:
  2. nfa 转化为 dfa 能够运行成功,我自己已经实验过了,欢迎下载-nfa dfa able to run into a success, I have experimented with, and welcome to download
  3. 所属分类:Windows编程

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:小杰
  1. classandobject1

    0下载:
  2. .定义一个圆类,具有成员函数能分别计算圆的周长、面积,要求采用构造函数初始化圆对象,且在释放圆对象时能输出“The circle is free!”信息。 -DFA-NFA
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-01
    • 文件大小:885657
    • 提供者:jiangzhili
  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. TransformExprTODFA

    0下载:
  2. 正则表达式转NFA NFA转DFA DFA最小化 测试字符串是否匹配-Transfer NFA NFA regular expression to minimize transfer DFA DFA test whether the string matches
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:70636
    • 提供者:
  1. jflex-1.4.3.tar

    0下载:
  2. jflex-1.4.3 new opensource java flex project to convert NFA to DFA-jflex-1.4.3 new opensource java flex project to convert NFA to DFA
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-09
    • 文件大小:1214420
    • 提供者:Java_Tun
  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. MorphlogyAnalysis_MrCompiler

    0下载:
  2. 基于Mac OS下的VIsual C++编程 实现词法分析器作用-Visal C++ Language to realize the functioon of DFA & NFA based on the os of MAC OS
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:152890
    • 提供者:Stoudemire
  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. NFAtoDFA

    0下载:
  2. 内容:自动机编程,NFA转换DFA程序,将输入的NFA转换为DFA-Content: automatic machine programming, NFA DFA conversion procedure to convert the input of the NFA to DFA
  3. 所属分类:Compiler program

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