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

搜索资源列表

  1. 正规式_nfa

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2011-04-14
    • 文件大小:945723
    • 提供者:Ilydsy@126.com
  1. 77433631694.rar

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西。 有限自动机的确定华,NFA到DFA的转变。 ,Is the type that the DFA has recently learned a compiler to produce more of the principle of things. Determination of finite automata China, NFA to DFA transformation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:12383
    • 提供者:郭称平
  1. Lex.rar

    0下载:
  2. 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:17588
    • 提供者:顾添锦
  1. lex

    0下载:
  2. C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:22320
    • 提供者:徐昊
  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 program

    • 发布日期:2017-03-30
    • 文件大小:187357
    • 提供者:sunli
  1. N_DFA

    0下载:
  2. 编译原理,实现NFA到DFA之间的转换,中间的方法都有-Compiler theory, to achieve between the NFA to DFA conversion, Central methods have
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3365
    • 提供者:zhangbanghua
  1. by2

    0下载:
  2. 对基于状态转换矩阵表示的FA转换成NFA,初始化数据从文件读入。-State transition matrix based on the FA that convert NFA, initialization data from the document read.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2230
    • 提供者:liufan
  1. TEMPLATE

    0下载:
  2. 输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:67756
    • 提供者:
  1. thedesignofanalyzing

    0下载:
  2. 主要介绍了词法分析器的lex实现以及DFA和NFA构造状态表的方法-Mainly introduce the lexical analyzer lex implementation, as well as DFA and NFA state table structure of the Ways
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-25
    • 文件大小:231926
    • 提供者:horieyui
  1. NFAtoDFA

    0下载:
  2. 实现DFA转化为NFA,功能比较简单,但程序结构比较合理-DFA implementation into NFA, feature relatively simple, but the program structure more reasonable
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:duoduo
  1. newdfa

    0下载:
  2. nfa的确定化 NFAtoDFA也是编译原理中的算法,供大家参考 -nfa is NFAtoDFA determination of the principle of compiler algorithms, thank you for your consideration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:张志刚
  1. Lexical_analysis

    0下载:
  2. 智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况-Lexical analysis of intelligence, can enter any regular expression can be obtained NFA, DFA, minDFA, and the final match of the situation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:441508
    • 提供者:
  1. N2D

    0下载:
  2. 一个自己写的NFA转DFA的程序,编译的作业,很不错哦!-Write their own procedures for NFA to DFA, the compiler of the operation, is pretty good, oh!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:634001
    • 提供者:吴男
  1. SeuLexProject

    0下载:
  2. Lex输入文件的解析 正规表达式的解析 一个正规表达式到NFA的转换算法的实现-Analysis of the Lex input file of regular expressions to resolve a formal expression to NFA conversion algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1359595
    • 提供者:mj
  1. nd

    0下载:
  2. 实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:ZWL
  1. ZHongjie

    0下载:
  2. 实现NFA到DFA的转换过程。文件中包含输入格式 见txt 文档-Turn NFA to DFA
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-02
    • 文件大小:769282
    • 提供者:张丹
  1. Regular2DFA

    0下载:
  2. 课程设计用到的正则表达式到最小DFA的转化-r->NFA->DFA->min DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5263
    • 提供者:星飞感受
  1. compile_work2

    0下载:
  2. 自动机的确定化,充分理解和掌握NFA、DFA以及NFA确定化过程的相关概念和知识,编程实现对输入NFA转换成DFA输出的功能。-Determination of automata, and fully understand and master the NFA, DFA and NFA to determine the relevance of the concept of process and knowledge of programming to convert NFA to DFA in
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:wushi86
  1. PL0

    0下载:
  2. 从NFA到DFA的转换过程是利用NFA的信息不断生成DFA的状态结点和边的过程,或者说是生成DFA自动机转换表元素的过程。求ε-闭包也就是把用ε边连接起来的状态合并起来的过程,被合并的状态集将形成DFA的一个状态,因此DFA的状态被表示为NFA的状态子集。 用SS(状态集)的形式表示DFA的状态。假设SS表示新产生的状态,则下一步的工作是:对每个符号a考虑其边和该边的指向状态。 -From the NFA to DFA conversion process is the use of i
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:210444
    • 提供者:董华鹏
  1. NFA_TO_DFA

    0下载:
  2. 完成从nfa向dfa的转换,即非确定性有限自动机向确定性有限自动机的转化-NFA to DFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:666852
    • 提供者:tianyi
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com