搜索资源列表

  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,
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 编译原理小作业NFA转DFA,用C写的,环境是VC下的控制台程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8165
    • 提供者:徐元浩
  1. zhengguishizhuanNFAheDFAjizuixiaohua

    0下载:
  2. 用图实现的正规式转NFA转DFA,及对DFA的最小化实现。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18960
    • 提供者:刘强国
  1. DFAScan

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

    • 发布日期:2024-06-27
    • 文件大小:6144
    • 提供者:conan
  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,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:黄启龙
  1. NFAtoDFA

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

    • 发布日期:2024-06-27
    • 文件大小:4096
    • 提供者:eyeknight
  1. nfadfa

    0下载:
  2. 编译原理小作业NFA转DFA,用C写的,环境是VC下的控制台程序-Compiler Construction Principles small operating NFA to DFA, written using C, the environment is under VC console procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:8192
    • 提供者:徐元浩
  1. zhengguishizhuanNFAheDFAjizuixiaohua

    0下载:
  2. 用图实现的正规式转NFA转DFA,及对DFA的最小化实现。-With plans to achieve a formal ceremony to NFA to DFA, and the smallest of the realization of DFA.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-27
    • 文件大小:18432
    • 提供者:刘强国
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-27
    • 文件大小:10240
    • 提供者:董华鹏
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:84992
    • 提供者:王乾坤
  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 prop
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:1088512
    • 提供者:卓然
  1. regex

    0下载:
  2. 实现了正则表达式转NFA,NFA转DFA,DFA最简化的过程。并可输出DFA到图像。-It can translate Regular Expression into NFA, NFA into DFA, and minimize the DFA. The result can be printed as a graph.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-27
    • 文件大小:187392
    • 提供者:sunli
  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编程

    • 发布日期:2024-06-27
    • 文件大小:70656
    • 提供者:
  1. reEX-DFA

    0下载:
  2. 正则表达式转化为NFA,NFA转化为DFA,DFA最小化-regular expression toDFA
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:183296
    • 提供者:孙林晶
  1. NFA-EXCHANGE-DFA

    0下载:
  2. 确定化NFA转化为DFA,这个c++代码用于将NFA转化为DFA ,可以编译通过-The Determination of NFA into DFA
  3. 所属分类:文件操作

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:赵荣
  1. NFA-to-DFA

    0下载:
  2. NFA转化成DFA的课程实验,包括完整的实验理论知识,实验结果以及实验分析-The course experiment of NFA covert to DFA , including the complete experimental theoretical knowledge, experimental analysis and experimental results
  3. 所属分类:软件工程

    • 发布日期:2024-06-27
    • 文件大小:61440
    • 提供者:dff
  1. nfa

    0下载:
  2. java语言编程,编译原理中NFA转DFA程序。-java programming language, compiler theory NFA to DFA program.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-27
    • 文件大小:20480
    • 提供者:郑浩明
  1. nfa--dfa

    0下载:
  2. nfa转dfa,c++实现,转自lingyu940的csdn微博-nfa turn dfa, c++ achieve, carried lingyu940 of csdn microblogging
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:焦鹏
  1. 编译原理报告:NFA转DFA(详解-附源代码)

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

    • 发布日期:2024-06-27
    • 文件大小: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. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:9216
    • 提供者:波波波司机
« 12 3 »

源码中国 www.ymcn.org