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

搜索资源列表

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

    0下载:
  2. 将输入的正规式转换为NFA,再转换为DFA.因为时间很赶,所以结构不太合理。注释也不详细。-change from regular express to DFA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:45644
    • 提供者:
  1. nfa-to-dfa

    0下载:
  2. 本程序实现,自动机的确定化与最小化 自动机在编译器中实现字符串检验的功能-Determination of automata and minimization
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1778215
    • 提供者:陈迅
  1. NFATODFA

    0下载:
  2. 把NFA转换为DFA,并以TXT格式输出-make NFA to DFA,and put it into a txt file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2397
    • 提供者:chenxiaoqi
  1. ABHIJIT-K

    0下载:
  2. Detail Descr iption of NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:769266
    • 提供者:Amey
  1. lexer

    0下载:
  2. 词法分析器,输入正规式,转换成NFA,在到DFA,最小化DFA。用java编写了可视化界面,健壮性强-允许输入拉丁字符的拼音 Lexical analyzer, enter the regular expression, convert the NFA to DFA, minimize DFA. Java prepared a visual interface, robustness
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:484705
    • 提供者:yang
  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. Lex

    0下载:
  2. 编译原理词法分析器:实现正规文法到NFA、NFA到DFA-Compiler theory lexical analyzer: the formal grammar to the NFA, NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:6879
    • 提供者:孙阳
  1. Regular-expres

    0下载:
  2. 实现有穷自动机,NFA到DFA的最小化,实现最长匹配-Realization of finite automata, NFA to DFA, minimize, the longest match
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1578856
    • 提供者:若若
  1. NFA2DFA

    0下载:
  2. NFa TO dfa THIS IS NOT IMPORTANT AND FULL OF ERRORS
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:5898
    • 提供者:sss
  1. nfaTOdfa

    0下载:
  2. NFA to DFA Converter code in JAVA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1392
    • 提供者:mira
  1. NZZHongjieF

    0下载:
  2. 实现NFA到DFA的转换过程。文件中包含输入格式式 见txt 文档 , -NFA to DFA conversion process. The file contains the input format type to see the txt file,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:769749
    • 提供者:消极
  1. nfa

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

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

    0下载:
  2. c program to convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:830
    • 提供者:khan
  1. subsetComput.rar

    0下载:
  2. 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2326
    • 提供者:丁力
  1. raw2

    0下载:
  2. nfa to dfa,and change it to 最小dfa
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:1428
    • 提供者:梁泽龙
  1. converter

    0下载:
  2. nfa to dfa convertor u can anything to do from this
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:5192
    • 提供者:seung-hwa choi
  1. automata

    0下载:
  2. this is a program made in borland c for a conversion of nfa to dfa
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:jose carlos
  1. DFA_NFA

    0下载:
  2. NFA to DFA java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:18433
    • 提供者:Gershon_Lin
  1. NFATODFA.c

    0下载:
  2. Program to convert NFA to DFA
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:suraj
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com