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

搜索资源列表

  1. nfatodfa

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

    • 发布日期:2017-04-01
    • 文件大小:2054
    • 提供者:Zicker
  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. retodfa

    0下载:
  2. 正则表达式到有限自动机的转换,编译原理的课程设计,做的不错-RE->DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:248584
    • 提供者:song
  1. DFA

    0下载:
  2. 输入:任意的压缩了的上下文无关文法。 输出:相应识别活前缀的DFA。-Input: compressed arbitrary context-free grammar. Output: The corresponding identification of living prefix DFA.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3213813
    • 提供者:王三
  1. RegEx2NFA2DFA_RC

    0下载:
  2. 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3670
    • 提供者:Kyle Wang
  1. DFA

    0下载:
  2. converts dfa expression into
  3. 所属分类:Compiler program

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

    0下载:
  2. to accept any string from 0`s and 1`s and drow DFA
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:43882
    • 提供者:MK
  1. DeterministicFiniteAutomata_JAVA

    0下载:
  2. This program is used in a language examination of the DFA. DFA is one type of FA where there is only one alternative state transitions from one state to another using the same input. In this program users can create a new DFA and DFA can be done in
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:952244
    • 提供者:untung
  1. dfa

    0下载:
  2. 支持向量机的matlab代码,根据自己需要修改即可-Support vector machine matlab code can be modified according to their needs
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:4779
    • 提供者:李就安
  1. DFAMinimize

    0下载:
  2. 编译原理中的DFA最小化实现方法,用C语言实现-DFA Compilation Principle of minimum realization method, using C language
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2872
    • 提供者:GoDong
  1. DFASimplificationAnimprovedmethod

    0下载:
  2. 算法分析;DFA化简算法的一种改进方法;pdf版;学报-Algorithm analysis DFA Simplification of an improved method pdf version Technology
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:313385
    • 提供者:洛水
  1. Minimize

    0下载:
  2. Huffman Minimization algorithm.Accepts only DFA as input.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:977567
    • 提供者:raahul_28
  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. 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. 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. DFA.CPP

    0下载:
  2. This program is used to convert regular expression into DFA.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:796
    • 提供者:Abhishek
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com