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

搜索资源列表

  1. Regular-toDFA

    0下载:
  2. 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13464
    • 提供者:wangxiuxiu
  1. 确定型有穷自动机接受的语言的判定

    0下载:
  2. 用vc 实现的计算理论的基本程序,该程序能判定一个输入的语言能否被有台确定型有穷自动机所接受。-vc used to achieve the theoretical calculation of the basic procedures, the program can determine an input language can be identified with Taiwan-based Finite Automata acceptable.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:123
  1. nfa_dfa

    0下载:
  2. 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:王超
  1. ashfuafnasjf

    0下载:
  2. 简单的词法分析程序 1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-simple lexical analysis procedure 1) understanding through informal style, Finite Automata Theory, according to the following X-language statement pre
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:寻好
  1. DFA

    0下载:
  2. DFA,这个一个关于确定有限自动机的算法,有兴趣可以参考一下.-DFA, a set of finite automata algorithms are interested can take a look.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46562
    • 提供者:budn
  1. 有穷自动机

    0下载:
  2. 自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7291
    • 提供者:energy
  1. 刘琴-0206-44-自动机的应用

    0下载:
  2. 本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88921
    • 提供者:苏亮
  1. 77433631694.rar

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西。 有限自动机的确定华,NFA到DFA的转变。 ,Is the type that the DFA has recently learned a compiler to produce more of the principle of things. Determination of finite automata China, NFA to DFA transformation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:12383
    • 提供者:郭称平
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4362
    • 提供者:mashiwei
  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
    • 文件大小:1570610
    • 提供者:徐华江
  1. youxian

    0下载:
  2. 利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串。-The use of state tables and finite automata operating principle of the preparation process, making the procedure to identify whether an input string for an effective symbol string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:29942
    • 提供者:郑小波
  1. 1

    0下载:
  2. 第一部分为有限自动机的构造,第二部分为自动机的比较。-The first part of the structure of finite automata, the second part of the comparison automaton.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:257465
    • 提供者:taigongxiaowang
  1. An_Dfa

    0下载:
  2. this code define the deterministic finite automata using genetic programming
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:Mohammed
  1. An_NFA1

    0下载:
  2. this code define non-deterministic finite automata using lisp
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1265
    • 提供者:Mohammed
  1. compile_work2

    0下载:
  2. 想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。-Wish to research thoroughly regular expressions, you must know the finite automata theory, this source can give you a good example for reference. The compiled pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:13352
    • 提供者:181
  1. bianyiyuanli

    0下载:
  2. 编译原理有穷自动机与确定化的源代码与文档-Finite Automata and identify of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:769847
    • 提供者:hongchengyun
  1. regularexpressiontodfs

    0下载:
  2. 从正则表达式到有穷自动机实例的源代码。希望有用。-From regular expressions to finite automata examples of source code. Want to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:254014
    • 提供者:jory
  1. NFA_To_DFA

    0下载:
  2. This Program will convert the Non-Deterministic Finite Automata to Deterministic Finite Automata. Here RE is not given but NFA-Table should be given to the Input And output will FA-Table. So best of luck-This Program will convert the Non-De
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 从正则表达式到有穷自动机实例,最近刚学了编译原理 搞出来得这个东西-From regular expressions to finite automata instance, recently learned more this thing come up with compiler theory
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:253281
    • 提供者:
  1. NFA12

    0下载:
  2. NON diterministic finite automata to dfa
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1602
    • 提供者:mams
« 1 23 4 5 6 »
搜珍网 www.dssz.com