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

搜索资源列表

  1. DFA

    0下载:
  2. DFA自动状态机的JAVa编程实现。程序调试成功/-DFA using by JAVA.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1186
    • 提供者:汪敏
  1. DFA

    0下载:
  2. 用java语言实现有穷自动状态机,译码正则表达式。-Using java language DFA state machine, decode regular expressions.
  3. 所属分类:DNA

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:chenhuibing
  1. DFA-java

    0下载:
  2. DFA的Java实现,最近有编译原理的实习,就把自己的资源共享给大家- DFA s Java implementation, recent internship compiler theory, put their own resources for everyone to share
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:48209
    • 提供者:张春亮
  1. DFA-analysis

    2下载:
  2. 去趋势波动分析,用于信号分析,可以用于信号去噪,检测信号序列的相关性,内有源码及参考资料一篇-DFA analysis is used to analysis the signal.besides,it can also be used to test the conssitency of the input signal series.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:2771835
    • 提供者:言午欢
  1. DFA-NFA

    0下载:
  2. 使用VC++实现了DFA和NFA的大部分功能,希望有需要的拿去-Use VC++ implements most of the functionality of DFA and NFA, hope there is a need take
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3191
    • 提供者:zzx
  1. paper-Multi-Sensor-Intel-DFA-Ship-Dynamic

    0下载:
  2. paper Multi-Sensor Intelligence DFA Ship Dynamic.rar
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:778036
    • 提供者:noble
  1. DFA

    0下载:
  2. 构造DFA,并输出五元组,运行确定自动机-Constructed DFA, and output 5-tuple, run to determine the automaton
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1441
    • 提供者:e684guawei
  1. DFA

    0下载:
  2. 构造DFA,并输出五元组,运行确定自动机-Constructed DFA, and output 5-tuple, run to determine the automaton
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1526
    • 提供者:pmengliao8
  1. DFA--TO--NFA--simpleDFA

    0下载:
  2. 程序实现的是编译原理中的NFA到DFA的转换(使用子集构造法)。以及使用等价划分算法实现的DFA的简化-Realize the principle is to compile the NFA to DFA conversion (using the subset construction). As well as simplify the use of equivalence partitioning algorithm to achieve the DFA
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3313
    • 提供者:张鹏飞
  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

    0下载:
  2. 1) move[][]是状态迁移函数,move 的每一行代表一个状态,每一列代表一个输入符号,第0 列代表’a’,第1 列代表’b’,……,依此类推. 例如:move {{1,0},{1,2}, …},则表示此DFA 在状态0 时,当输入为’a’时,迁移到状态1,当输入为’b’ 时迁移到状态0;而DFA 在状态1 时,当输入为’a’时,迁移到状态1,当输入为’b’时迁移到状态2. 注意:默认状态0 是DFA 的初始状态. 2) accept_state[]是接受状态的集合,如accep
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3432
    • 提供者:12
  1. NFA-to-DFA-Conversion

    0下载:
  2. 分享一个NFA到对应的DFA的转换程序-Program to convert a given NFA to the corresponding DFA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:Remon
  1. NFA-DFA-MFA

    0下载:
  2. 编译原理中从正规式转换到NFA,之后NFA-DFA-MFA三者之间的转换,支持打开文件与保存文件-Compile the transition formal to NFA, and then convert between NFA-DFA-MFA to support opening files and saving files
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:144180
    • 提供者:王金萍
  1. end-achording-DFA

    0下载:
  2. The algorithm based on DFA and combined with many algorithms and the corresponding simplified, in the end its algorithm basic principle is: will all of the sensitive word library according to the module aggregate building into a tr-The algorithm base
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:114688
    • 提供者:Theodore
  1. Sensitive

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

    • 发布日期:2017-12-24
    • 文件大小:45056
    • 提供者:HaNnnng
  1. DFA应用

    0下载:
  2. ACM资料,来自北京大学的暑假培训讲课资料,希望能对大家有所帮助(ACM information, from the Peking University summer training, lectures, information, we hope to help)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:821248
    • 提供者:你好15603
  1. 2

    0下载:
  2. 实现NFA到DFA的转化,方便初学者使用体会(this is easy to understand)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:飞天螳螂
  1. DFA

    0下载:
  2. 实现数据的去趋势波动分析的长程斜率和短程斜率计算(DFA(detrend fluctate analysis). computing the DFA long-term slope and short-term slope.)
  3. 所属分类:matlab例程

  1. 新建文件夹

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

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

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

    • 发布日期:2018-01-07
    • 文件大小:644096
    • 提供者:联合联合1
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com