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

搜索资源列表

  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. DFA

    0下载:
  2. Compiler tech:Program For Acceptance Of A String Using deterministic finite automaton (DFA) which is a finite state machine accepting finite strings of symbols. For each state, there is a transition arrow leading out to a next state for each symbol.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:966
    • 提供者:jack
  1. DFA

    0下载:
  2. MFC实现的正规式的输入,转化为NFA,转化为DFA,转化为最简DFA的程序-use MFC to operate something about NFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4697088
    • 提供者:流木0911
  1. DFA

    0下载:
  2. 将输入的正规式转换为NFA,再转换为DFA.因为时间很赶,所以结构不太合理。注释也不详细。-change from regular express to DFA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:45644
    • 提供者:
  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状态转换图的读取和根据图进行路径的判断。是编译原理的重要实验!-dfa state transition diagram of the read path and in accordance with Figure judgment . Important experimental compiler theory !
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2966418
    • 提供者:俞颢
  1. USER-DFA

    0下载:
  2. 一个基于c++模板类的dfa程序,可以直接编译运行,环境在linux上成功运行,里面只有一个c文件和h文件-Dfa program based on C++ template class, you can directly compile and run the environment to run successfully on linux, there is only one c file and h file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:15773
    • 提供者:张展
  1. DFA

    0下载:
  2. 模拟图状态,识别DFA指定字符串。根据给定的图,识别指定字符序列-Identify the the DFA specified string
  3. 所属分类:Graph Recognize

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

    0下载:
  2. 编译原理实验 将nfa到dfa编程实现可在vc 6.0中运行-Principle experiment is compiled nfa dfa programming to run in vc 6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1650
    • 提供者:ANGELO
  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. nfa-to-dfa

    0下载:
  2. 编译实验,实线有穷自动机,nfa到dfa-Compile the experiment, solid line finite automata, nfa to dfa
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:84819
    • 提供者:若若
  1. dfa

    0下载:
  2. 简单的DFA转换程序,由正则表达式翻译为DFA-Simple DFA conversion process, the translation of regular expressions to DFA
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2098
    • 提供者:王伟
  1. DFA

    0下载:
  2. DFA法是检验非平稳时间序列长期相关性的有效方法, 但当时间序列包含高阶趋势时, DFA方法在较 小标度上会产生偏差。-Detrended fluctuation analysis
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-30
    • 文件大小:34353
    • 提供者:wr
  1. DFA-for-sleeping-data

    1下载:
  2. 用以进行睡眠信号的去趋势波动分析,可以分深睡段,浅睡段-DFA for sleeping data
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3362
    • 提供者:cynthia
  1. DFA、NFA的java代码实现

    0下载:
  2. DFA、NFA的java代码实现,代码简单易懂,并附有可以运行的脚本文件,以及程序的说明文档-DFA, NFA' s java code, easy-to-understand code, with a scr ipt file that can be run, as well as the program' s documentation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-10-31
    • 文件大小:4067
    • 提供者:付波澜
  1. dfa

    0下载:
  2. 读入一个DFA,并基于该DFA,判断能否识别给定字符串-judge if it is dfa
  3. 所属分类:assembly language

    • 发布日期:2017-12-02
    • 文件大小:1465
    • 提供者:wuzekai
  1. NFA-EXCHANGE-DFA

    0下载:
  2. 确定化NFA转化为DFA,这个c++代码用于将NFA转化为DFA ,可以编译通过-The Determination of NFA into DFA
  3. 所属分类:File Operate

    • 发布日期:2017-11-07
    • 文件大小:1935
    • 提供者:赵荣
  1. 规则表达式转换为dfa

    0下载:
  2. 从规则表达式转换为dfa。。。 。。。。。。。。。。。。。。。。。。。。
  3. 所属分类:数值算法/人工智能

  1. Formal-conversion-to-DFA

    0下载:
  2. 正规式转换为DFA 详细的C++代码 并且有分析-Formal conversion to DFA
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:523098
    • 提供者:李殷
  1. DFA

    0下载:
  2. This program contains the c++ code for a dfa.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:551
    • 提供者:Rusen Andreea
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com