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

搜索资源列表

  1. DFA.rar

    0下载:
  2. 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。,Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:41235
    • 提供者:刘琳
  1. NFA-DFA

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

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

    0下载:
  2. 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14112
    • 提供者:liyingan
  1. reEX-DFA

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

    • 发布日期:2017-03-30
    • 文件大小:183723
    • 提供者:孙林晶
  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. 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. nfa

    0下载:
  2. 这是正则表达式到NFA的转换源代码,自己编写的,希望有点用-This is a positive expression to NFA conversion source code I have written, I hope a little bit with
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1644
    • 提供者:evanw1991
  1. Lexical

    0下载:
  2. dfa he NFA 之间的转化 非常好用啊 要是需要和我练习-dfa he NFA conversion between ah If there were to be very easy to use and I practice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3239
    • 提供者:123321
  1. SARimagesim

    1下载:
  2. plot_img:画图子函数 CSA:CS算法m文件 NFA:窄聚焦算法m文件 PDA:RD算法m文件 RMA:距离迁移算法m文件-plot_img: Drawing Functions CSA: CS algorithm m file NFA: narrow focus algorithm m file PDA: RD algorithm m file RMA: distance migration algorithm m file
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:28600
    • 提供者:long
  1. pl0

    0下载:
  2. 正则表达式->NFA -Regular Expression-> NFA
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:34646
    • 提供者:liu
  1. nfa

    4下载:
  2. 对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。-Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the initial state, final state informa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:101329
    • 提供者:刘家兵
  1. NFATODFA

    0下载:
  2. NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:4796
    • 提供者:姚升高
  1. NFA

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

    • 发布日期:2017-04-06
    • 文件大小:2864
    • 提供者:chenhuiyu
  1. NFA_DFA

    0下载:
  2. nfa 到 dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。 -nfa to dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2868
    • 提供者:张志刚
  1. NFA_DFA

    0下载:
  2. 正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2227072
    • 提供者:杨心海
  1. FA

    0下载:
  2. 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:263039
    • 提供者:王据林
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com