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

搜索资源列表

  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
    • 文件大小:13.78kb
    • 提供者:liyingan
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:44.31kb
    • 提供者:wolf
  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:501.43kb
    • 提供者:liyingan
  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
    • 文件大小:1.5mb
    • 提供者:徐华江
  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
    • 文件大小:145.97kb
    • 提供者:三块一
  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
    • 文件大小:1.25mb
    • 提供者:element
  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
    • 文件大小:18.21kb
    • 提供者:dai
  1. NFA-DFA-MFA

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

    • 发布日期:2017-03-22
    • 文件大小:13.7kb
    • 提供者:dfadf
  1. thedesignofanalyzing

    0下载:
  2. 主要介绍了词法分析器的lex实现以及DFA和NFA构造状态表的方法-Mainly introduce the lexical analyzer lex implementation, as well as DFA and NFA state table structure of the Ways
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-25
    • 文件大小:226.49kb
    • 提供者:horieyui
  1. converter

    0下载:
  2. nfa to dfa convertor u can anything to do from this
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:5.07kb
    • 提供者:seung-hwa choi
  1. dfa

    0下载:
  2. 程序根据用户输入的dfa或者文件中的dfa,能最小化dfa,并根据最小化dfa来测试字符串-Program based on user input or file in dfa dfa, minimizes dfa, and according to the test string minimizing dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:312.53kb
    • 提供者:徐阳
  1. DFA

    0下载:
  2. 输入正则表达式转化为DFA,最小DFA部分还不完善-Enter the regular expression into a DFA, minimal DFA part is not perfect
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:1009.07kb
    • 提供者:chihaixiao
  1. NFA-to-DFA

    0下载:
  2. NFA到DFA的转换,老师布置的作业,千辛万苦,拿出来和大家分享下-NFA to DFA conversion, the teacher assigned homework, go through untold hardships, out and share
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:531.01kb
    • 提供者:曹惠鹏
  1. NFA-TO-DFA

    0下载:
  2. 本文件实现的是词法分析器 使用了JAVA语言来发 希望对大家有所帮助-NFA to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:160.48kb
    • 提供者:张三
  1. nfa-dfa

    0下载:
  2. 状态机nfa to dfa-The state machine nfa to dfa ...................................
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1.69mb
    • 提供者:xj
  1. DFA

    0下载:
  2. 编写的一个C语言程序,模拟实现DFA识别字符串的过程-The process of writing a C language program to simulate the realization DFA identification string
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:soleon
  1. DFA

    0下载:
  2. 形式语言与自动机中DFA(确定的有限自动机)的java实现-Formal Languages and Automata (DFA) to achieve the java
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:8.36kb
    • 提供者:林意
  1. Sensitive

    0下载:
  2. 用Java实现,DFA过滤敏感词,包含源代码和词库(Using Java to implement DFA filtering sensitive words)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-24
    • 文件大小:44kb
    • 提供者:HaNnnng
  1. 新建文件夹

    0下载:
  2. DFA->NFA->MFA 并依次输出数据表(DFA->NFA->MFA And output the data table in turn)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:37kb
    • 提供者:Ashoka
  1. Complier

    0下载:
  2. DFA 编译原理代码 c++ windows(DFA Compiler code c++ windows)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:629kb
    • 提供者:联合联合1
« 12 »
搜珍网 www.dssz.com