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

搜索资源列表

  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:174545
    • 提供者:kangqingping
  1. DFA

    0下载:
  2. perl code to implement DFA algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1474
    • 提供者:Nagaraj
  1. Finite_Aut2127819222008

    0下载:
  2. A Program that can convert your Regular Expression to PostFix Post_Fix to NFA [Thomson s Construction] NFA to DFA [Subset Construction] DFA to minDFA [Table Filling Algorithm]
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:45452
    • 提供者:csp
  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. re2dfa

    0下载:
  2. 正则表达式到DFA的C程序,很有用的一个小程序,透彻理解DFA算法-Regular expressions to DFA' s C program, a small program useful, thorough understanding of the DFA algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:233506
    • 提供者:许强
  1. DFA

    1下载:
  2. DFA算法的MATLAB程序,有例图。分形维度算法-DFA algorithm MATLAB program, a case diagram. Fractal dimension algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:220146
    • 提供者:李淼
  1. DFASimplificationAnimprovedmethod

    0下载:
  2. 算法分析;DFA化简算法的一种改进方法;pdf版;学报-Algorithm analysis DFA Simplification of an improved method pdf version Technology
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:313385
    • 提供者:洛水
  1. Minimize

    0下载:
  2. Huffman Minimization algorithm.Accepts only DFA as input.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:977567
    • 提供者:raahul_28
  1. A-poor-algorithm-to-implement

    0下载:
  2. 又穷自动机的实现,对于DFA有助理解,希望对大家有用-And poor implementation of automatic machines for the DFA will help to understand, we hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:961703
    • 提供者:wangpeng
  1. Algoritmo-Fractal

    0下载:
  2. Algorithm of MF-DFA with example Spanish version, of Warsaw
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2863319
    • 提供者:McGufalo
  1. NFA-to-DFA

    0下载:
  2. Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start state i.e. S ε Q e) F- F (su
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1100
    • 提供者:Merwyn
  1. DFA

    0下载:
  2. 正则表达式转化成DFA,运用的是递归算法,编译原理课的实验作业,希望能给大家帮助-Regular expressions into the DFA, the use of a recursive algorithm, and compile the experimental operation of the principle lesson, I hope to give you help
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3411014
    • 提供者:陈予诚
  1. bianyi

    2下载:
  2. 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:6144
    • 提供者:123
  1. NFA-DFA

    9下载:
  2. 设计题目:把NFA确定化为DFA 的算法实现 设计内容及要求:构造一程序,实现:将给定的NFA M(其状态转换矩阵及初态、终态信息保存在指定文件中),确定化为DFA M’。(要先实现ε-CLOSURE函数和Ia函数)。输出DFA M’(其状态转换矩阵及初态、终态信息保存在指定文件中)。 -Design: the NFA into a DFA algorithm to determine the content and requirements of the design: structu
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:111608
    • 提供者:DZ
  1. NFA-DFA

    0下载:
  2. 不确定的有穷自动机转化为确定的有穷自动机的转换算法及实现-Uncertain finite automaton into a deterministic finite automaton conversion algorithm and implementation
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:897038
    • 提供者:冷匕
  1. DFA

    0下载:
  2. DFA算法。用matlab实现的DFA算法,不保证效率,只保证能运行。-DFA algorithm. DFA algorithm using matlab realize, does not guarantee efficiency, is only guaranteed to run.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:597
    • 提供者:Zhu
  1. DFA-(1)

    0下载:
  2. This is DFA algorithm in matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:518161
    • 提供者:Haikal88
  1. The DFA algorithm is a scaling analysis method used to estimate long-range temporal correlations.

    0下载:
  2. The Detrended flctuation analsysis (DFA) algorithm is a scaling analysis method used to estimate long-range temporal correlations of power-law form. In other words, if a sequence of events has a non-random temporal structure with slowly decaying auto
  3. 所属分类:matlab例程

    • 发布日期:2016-08-11
    • 文件大小:6595
    • 提供者:redkite5270
  1. dfa.py

    0下载:
  2. dfa 验证机,可以用于AI校验,敏感词校验,以及机器学习(dfa verification machine)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:matever
  1. matlab DFA降趋脉动分析算法实现

    1下载:
  2. MATLAB DFA算法 可直接应用移植(MATLAB DFA The algorithm can be directly applied and transplanted)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-24
    • 文件大小:178176
    • 提供者:火箭汐
« 12 3 »
搜珍网 www.dssz.com