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

搜索资源列表

  1. NFA到DFA.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:1862
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 有限自动机的确定化

    0下载:
  2. 有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37910
    • 提供者:田永震
  1. REManageAndNFAToDFA

    0下载:
  2. 能够完成正规式到NFA的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别-to complete the formal ceremony to change the NFA, NFA conversion to DFA (subset), the smallest of DFA, testing whether a string of generation to generation by the DFA Recognition
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25615
    • 提供者:winpro
  1. DFAScan

    0下载:
  2. 根据输入的正则式产生NFA,然后转化为DFA,并化简-under the importation of which is generated NFA-and then into DFA and Simplification
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:6359
    • 提供者:conan
  1. zidongji

    0下载:
  2. 编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1940
    • 提供者:冰冰
  1. youxianzidongjihuajian

    0下载:
  2. 有限自动机的确定化及化简 1、更正了 DFA_simplify2 中的错误 2、增加新旧状态对照表 ds_temp --NFA转DFA -- 输入字符 -- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new stat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2844
    • 提供者:黄启龙
  1. COMPILEPAPER

    0下载:
  2. 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。-compile detailed design documentation, including NFA -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:98369
    • 提供者:LSC
  1. NFAtoDFA

    1下载:
  2. NFA转化为DFA的一个程序!希望能有点作用!-NFA into a DFA procedures! Hope to some purpose!
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:3930
    • 提供者:eyeknight
  1. KModies

    0下载:
  2. k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1544
    • 提供者:刘自咏
  1. REManageAndNFAToDFA

    0下载:
  2. 识别正规式,将其转化为nfa,然后转化为dfa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:391792
    • 提供者:刘自咏
  1. DFA

    0下载:
  2. NFA化为DFA,并将DFA最小化,输出最小化后的DFA的状态转化矩阵。-NFA into a DFA, and minimize DFA, DFA minimize output condition after transformation matrix.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3028
    • 提供者:zhao
  1. NFA-DFA

    0下载:
  2. NFA转换为DFAjava版,功能齐全,求闭包,子集法-NFA converted DFAjava version, fully functional, seeking closure, a subset of the law
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:116378
    • 提供者:谭婷婷
  1. DFA--TO--NFA--simpleDFA

    0下载:
  2. 程序实现的是编译原理中的NFA到DFA的转换(使用子集构造法)。以及使用等价划分算法实现的DFA的简化-Realize the principle is to compile the NFA to DFA conversion (using the subset construction). As well as simplify the use of equivalence partitioning algorithm to achieve the DFA
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3313
    • 提供者:张鹏飞
  1. NFA-to-DFA-Conversion

    0下载:
  2. 分享一个NFA到对应的DFA的转换程序-Program to convert a given NFA to the corresponding DFA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:Remon
  1. NFA-DFA-MFA

    0下载:
  2. 编译原理中从正规式转换到NFA,之后NFA-DFA-MFA三者之间的转换,支持打开文件与保存文件-Compile the transition formal to NFA, and then convert between NFA-DFA-MFA to support opening files and saving files
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:144180
    • 提供者:王金萍
  1. 2

    0下载:
  2. 实现NFA到DFA的转化,方便初学者使用体会(this is easy to understand)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:飞天螳螂
  1. 新建文件夹

    0下载:
  2. DFA->NFA->MFA 并依次输出数据表(DFA->NFA->MFA And output the data table in turn)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:37888
    • 提供者:Ashoka
  1. 编译原理报告:NFA转DFA(详解-附源代码)

    0下载:
  2. 编译原理NFA转DFA的算法 啊啊啊啊啊啊啊啊啊啊。(ghdfhddashjoahsfashfhiaohfoafafafa)
  3. 所属分类:

    • 发布日期:2018-04-30
    • 文件大小:74752
    • 提供者:空谷足音
  1. NFAtoDFA

    0下载:
  2. 将NFA转成DFA的程序,将不确定的自动机转化为确定的自动机,用于编译原理的研究。(Transforming NFA into DFA program, transforming uncertain automata into definite automata, is used for compiler principle research.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:波波波司机
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com