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

搜索资源列表

  1. REManageAndNFAToDFA

    0下载:
  2. 能够完成正规式到NFA的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别-to complete the formal ceremony to change the NFA, NFA conversion to DFA (subset), the smallest of DFA, testing whether a string of generation to generation by the DFA Recognition
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25615
    • 提供者:winpro
  1. zidongji

    0下载:
  2. 编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1940
    • 提供者:冰冰
  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. 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. 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. 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. zhengze

    0下载:
  2. 正则表达式及nfa到dfa再到mfa的转化-Regular expressions and nfa to dfa conversion and then to mfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:8090
    • 提供者:李睿
  1. NFAtoDFA

    0下载:
  2. 给出一个NFA,用代码实现到DFA的转换,编译原理-Give an NFA, with the code to DFA conversion, compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3166
    • 提供者:祝海兰
  1. function_dfa_nfa

    0下载:
  2. dfa to nfa conversion of automatons in pascal: Determinization+minimalization
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:2805
    • 提供者:Robert Stoynov
  1. NFA_TO_DFA

    0下载:
  2. 编译原理,使用C++实现NFA到DFA的转化-Compiler theory, the use of C++, the conversion of NFA to DFA
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3585
    • 提供者:寒月之影
  1. NFA

    0下载:
  2. DFA NFA 文件生成转换 C++ 制作源码-DFA NFA file to generate source code conversion C++ production
  3. 所属分类:Energy industry

    • 发布日期:2017-04-03
    • 文件大小:1853
    • 提供者:cyl
  1. NFAtoDFA

    0下载:
  2. 内容:自动机编程,NFA转换DFA程序,将输入的NFA转换为DFA-Content: automatic machine programming, NFA DFA conversion procedure to convert the input of the NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:46003
    • 提供者:tong
  1. cifafenxi

    0下载:
  2. 1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:6184
    • 提供者:
  1. NZZHongjieF

    0下载:
  2. 实现NFA到DFA的转换过程。文件中包含输入格式式 见txt 文档 , -NFA to DFA conversion process. The file contains the input format type to see the txt file,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:769749
    • 提供者:消极
  1. subsetComput.rar

    0下载:
  2. 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2326
    • 提供者:丁力
  1. Compile

    0下载:
  2. 编译原理,词法分析器的实现,可以读取pasal文件,进行词法分析,实现DFA,NFA,MFA的转换-Compiler theory, lexical analyzer to achieve, you can read pasal file for lexical analysis, implementation DFA, NFA, MFA conversion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:99225
    • 提供者:章程
  1. automata

    0下载:
  2. this is a program made in borland c for a conversion of nfa to dfa
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:jose carlos
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3657
    • 提供者:em3297xianshan
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3469
    • 提供者:v5qwqiepo
« 1 2»
搜珍网 www.dssz.com