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

搜索资源列表

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

    0下载:
  2. Uploading, This program use to convert nfa to dfa.
  3. 所属分类:Other windows programs

  1. regToDFA

    0下载:
  2. 正则表达式到DFA 并能够输出检测结果。输入文件要求: (a|b)* 文件第一行 aaaa 文件第二行 a-Re to DFA
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3729
    • 提供者:Superman
  1. RE2NFA

    0下载:
  2. source for conversion of regular expression to NFA in compilers.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-12
    • 文件大小:715
    • 提供者:anitha
  1. simulationofNFA

    0下载:
  2. source code for simulation of NFA in compilers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:876
    • 提供者:anitha
  1. shiyan2

    0下载:
  2. 本程序主要是使用“子集法”实现NFA的确定化,使用“分割法”实现DFA的最小化,在本程序中用到的主要的数据结构是数组,这些数组是用来存放NFA的初始状态集,及确定化和最小化后的状态矩阵。-This procedure is mainly the use of " sub-set method" to achieve the determination of NFA, the use of " segmentation" to achieve a minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:400992
    • 提供者:lihaixia
  1. 2dfa

    0下载:
  2. 这是由RE转NFA再转DFA,最后识别的程序。参考了龙书和陈火旺的书,此程序最终完成的是下面网站要求的功能。http://info.ruc.edu.cn/wangqiuyue/comp_theory.htm-这是由RE转NFA再转DFA,最后识别的程序。参考了龙书和陈火旺的书,http://info.ruc.edu.cn/wangqiuyue/comp_theory.htm
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15998
    • 提供者:lixmin
  1. zuodigui

    0下载:
  2. 消除文法的左递归,实现文法的化简以及NFA与DFA的转换-Elimination of left recursive grammar to achieve grammatical simplification, as well as conversion of NFA and DFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:42738
    • 提供者:yao
  1. c++

    0下载:
  2. NFA to DFA (c++) with c++ langage.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:2336
    • 提供者:djongar
  1. 191074

    0下载:
  2. 编译原理 关于NFA到dDFA转换的c程序-Compiler Construction Principles on the NFA to dDFA convert c program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:17892
    • 提供者:
  1. fileloading

    0下载:
  2. convert nfa to dfa this program neveshte shode dar c++ builder
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:388743
    • 提供者:moein
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com