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

搜索资源列表

  1. nfa

    0下载:
  2. Nfa simulator Non deterministic Automata
  3. 所属分类:Windows Develop

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

    0下载:
  2. nfa design and information of regular expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:109143
    • 提供者:asd
  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. nfa.c

    0下载:
  2. This program is used to covert regular expression into NFA in compiler design.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:Abhishek
  1. nfa

    0下载:
  2. NFA algorithm to show the nfa of a given regular expression
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:821
    • 提供者:nancy
  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. 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. 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. NFA

    0下载:
  2. 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b
  3. 所属分类:Compiler program

    • 发布日期:2016-11-02
    • 文件大小:4096
    • 提供者:陈竑睿
  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. nfa-dfa

    0下载:
  2. 编译原理实验 将nfa到dfa编程实现可在vc 6.0中运行-Principle experiment is compiled nfa dfa programming to run in vc 6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1650
    • 提供者:ANGELO
  1. NFA

    0下载:
  2. 我只做到了转化成NFA的阶段~希望可以给大家一些帮助~-I only did the stage into the NFA ~ hope can give us some help ~
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:1192960
    • 提供者:陈予诚
  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. 输入字符串,首先输出NFA,然后将会输出对应的DFA,最后输出简化的DFA-you can input a string,and then,the program will output NFA DFA and simplest DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:3657
    • 提供者:lanxu
  1. NFA

    0下载:
  2. 为NFA.java文件中的NFA类实现成员函数boolean recognizeString(in mov[][],int accept_state[],Strin word)-For the NFA in NFA.java file class member function boolean recognizeString (in mov [] [], int accept_state [], Strin word)
  3. 所属分类:JavaScript

    • 发布日期:2017-11-21
    • 文件大小:4307
    • 提供者:Cherry
  1. DFA、NFA的java代码实现

    0下载:
  2. DFA、NFA的java代码实现,代码简单易懂,并附有可以运行的脚本文件,以及程序的说明文档-DFA, NFA' s java code, easy-to-understand code, with a scr ipt file that can be run, as well as the program' s documentation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-10-31
    • 文件大小:4067
    • 提供者:付波澜
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com