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

搜索资源列表

  1. nfa

    0下载:
  2. NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:105621
    • 提供者:chuhaiyun
  1. NFA

    0下载:
  2. 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to deter
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10067
    • 提供者:
  1. dfa 转化 nfa java工程

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

  1. NFA-DFA.rar

    0下载:
  2. 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表,From nfa to dfa conversion and output as well as the middle of the state set conversion table
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:2681
    • 提供者:tang
  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. [NFA+TO+DFA]

    0下载:
  2. [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:149470
    • 提供者:三块一
  1. NFA-DFA-MFA

    0下载:
  2. 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14027
    • 提供者:dfadf
  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. 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. 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. 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. nfa

    0下载:
  2. 正规式转化为NFA,希望对需要的朋友有用-to NFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:148020
    • 提供者:黄飞
  1. dfa

    0下载:
  2. Dfa minimization from nfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3930
    • 提供者:Jeff
  1. lex

    0下载:
  2. 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:15880
    • 提供者:0x7c00
  1. nfa-dfa

    0下载:
  2. its nfa-dfa converter
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:1630
    • 提供者:shoaib
  1. Automate

    0下载:
  2. graphic Automaton simulator,NFA to DFA conversion and minimisation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:692235
    • 提供者:darkzan
  1. DFA

    0下载:
  2. NFA的确定化算法 C++实现注释清楚详细 代码简单-NFA determination algorithm C++ code is easy to achieve clear and detailed comments
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:8028
    • 提供者:pengjun
  1. objectorientedDFA

    0下载:
  2. enter user a nfa and convert nfa to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1212494
    • 提供者:barfoyakh
« 12 3 4 5 »
搜珍网 www.dssz.com