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

搜索资源列表

  1. [NFA+TO+DFA]

    0下载:
  2. NFA的确定化是编译过程中一个重要的部分,由于本程序的输入很多,而且有多种格式的输入,所以输入时必须非常小心细致。本程序比较复杂,需要使用多个结构体并使用了指针。必须将程序分解为多个子程序以降低编写难度。想起了软工老师的一句话:"难事破与易",再复杂的事,拆成一个个简单的小部分,逐个击破,在拼凑起来,复杂的事也变的简单了。适当使用全局常量可以控制有效控制内存溢出。由于程序较大,调试时多人协作能更容易易找出程序并成功修改。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:149516
    • 提供者:佚星
  1. dfa

    2下载:
  2. 由输入的正规式自动生成NFA,再转换为DFA。再对指定的文件进行处理。找出该文件中与正规式匹配的子串。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6491
    • 提供者:夏天
  1. NFA转换成DFA

    0下载:
  2. C++实现NFA转换成DFA
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-11-23
    • 文件大小:1315839
    • 提供者:asfv@163.com
  1. dfa 转化 nfa java工程

    0下载:
  2. 所属分类:汇编语言

  1. NFA轉DFA

    0下载:
  2. 編譯器中NFA轉DFA程式碼
  3. 所属分类:源码下载

    • 发布日期:2012-04-01
    • 文件大小:111161
    • 提供者:alright0115
  1. DFA-optimal NFA转化为DFA及DFA的最小化

    0下载:
  2. 正规式转化为NFA,NFA转化为DFA及DFA的最小化-NFA change into DFA
  3. 所属分类:编辑器/阅读器

    • 发布日期:2017-04-09
    • 文件大小:1035720
    • 提供者:流木0911
  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. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:174545
    • 提供者:kangqingping
  1. NFA-DFA

    0下载:
  2. 词法分析器 NFA DFA 最小化DFA 实验报告-Lexical analyzer NFA DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:46554
    • 提供者:huang
  1. NFA

    0下载:
  2. 用C#编写的不确定有穷自动机NFA=>确定有穷自动机DFA的转换算法,-Uncertainty with C#, finite automata NFA => OK finite automaton DFA conversion algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1570610
    • 提供者:徐华江
  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) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:85008
    • 提供者:王乾坤
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1315839
    • 提供者:element
  1. DFA_2

    0下载:
  2. NFA转换为DFA,包括确定化和最小化。-NFA into DFA, including the identification of and minimized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:556625
    • 提供者:邵其静
  1. Chapter2

    0下载:
  2. 编译原理第二章的ppt 内容包含语法描述 NFA到DFA 以及DFA最小化的算法-Compiler Construction Principles Chapter II contains the ppt Syntax Descr iption NFA to DFA and DFA minimization algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:125113
    • 提供者:pengjun
  1. NFAToDFA

    0下载:
  2. NFA TO dfa功能主要是实现从nfa 转换成 dfa,这是编译原理的程序设计,输入时是正则表达式-NFA TO dfa
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:5915
    • 提供者:
  1. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:18651
    • 提供者:dai
  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. 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. NFA

    0下载:
  2. 实现NFA到DFA的转换EVMSG_INSTALLED 0x00000064L-convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2864
    • 提供者:chenhuiyu
  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 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com