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

搜索资源列表

  1. PL0

    0下载:
  2. 从NFA到DFA的转换过程是利用NFA的信息不断生成DFA的状态结点和边的过程,或者说是生成DFA自动机转换表元素的过程。求ε-闭包也就是把用ε边连接起来的状态合并起来的过程,被合并的状态集将形成DFA的一个状态,因此DFA的状态被表示为NFA的状态子集。 用SS(状态集)的形式表示DFA的状态。假设SS表示新产生的状态,则下一步的工作是:对每个符号a考虑其边和该边的指向状态。 -From the NFA to DFA conversion process is the use of i
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:210444
    • 提供者:董华鹏
  1. Cellilar_Automata_LIVE

    0下载:
  2. Cellular automata building simply explained
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:177655
    • 提供者:kornelius
  1. 2005MCM_MATLAB

    0下载:
  2. 本程序是针对2005年MCM赛收费亭设置问题,它主要是运用原胞自动机原理编写的MATLAB仿真程序;研究学习CA模型及参加数学建模的朋友是个不错的参考资料。-This procedure is aimed at MCM race in 2005 set up the toll booths, it is mainly the use of the original principles of cellular automata simulation program prepared in MAT
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7745
    • 提供者:李若琪
  1. lifeGame

    0下载:
  2. 三位元胞自动机模拟生命游戏,展现图形变化过程和结果-cellular automata
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:662
    • 提供者:dddd
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14703
    • 提供者:李方
  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. java_celluar

    0下载:
  2. 基于Java的很好用的元胞自动机算法,完整代码-Good use Java-based cellular automata algorithm, the complete code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:32200
    • 提供者:lenovo
  1. cellular_automaton

    0下载:
  2. 细胞自动机:空间分布进程的最简单模型,可用来激起各种不同的真实世界进程。-Cellular Automata: the spatial distribution of the process of the most simple model can be used to stir a variety of real-world process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:33740
    • 提供者:weiyantao
  1. ca_modal

    0下载:
  2. 元胞自动机:森林火灾模型 规则: (1)正在燃烧的树变成空格位; (2)如果绿树格位的最近邻居中有一个树在燃烧,则它变成正在燃烧的树; (3)在空格位,数以概率p生长; (4)在最近的邻居中没有正在燃烧的树的情况下树在每一时步以概率f(闪 电)变为正在燃烧的树。- Cellular Automata: Forest Fire model Rule: (1) burning of trees into a space bit (2) If the t
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:815
    • 提供者:wangxinyu
  1. RegularExpressionTDeterministicFiniteAutomata

    0下载:
  2. This project transfer a regular expression to a deterministic finit automata.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:75260
    • 提供者:somatco
  1. yuanbaomoni

    0下载:
  2. 利用MATLAB语言实现生命规则在元胞自动机模型下的模拟-The use of MATLAB language implementation rules of life under the Cellular Automata Simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:749
    • 提供者:李宇
  1. casim1.ps

    0下载:
  2. used to design cellular automata
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:141616
    • 提供者:kamal
  1. senlinhuozai

    0下载:
  2. 此程序的功能是,采用细胞自动机方法,进你火灾模拟。-This program' s function is, using cellular automata method, into your fire simulation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1228
    • 提供者:王子
  1. fanshe

    0下载:
  2. 此程序为,采用细胞自动机方法,进行反射现象的模拟-This procedure, using cellular automata method to simulate the phenomenon of reflection
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:959
    • 提供者:王子
  1. shengmingyouxi

    0下载:
  2. 此程序的功能为,采用细胞自动机方法,进行生命游戏的模拟-The function of this procedure, using cellular automata method to simulate the game of life
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:585
    • 提供者:王子
  1. yuntu

    0下载:
  2. 此程序的功能为,采用细胞自动机,进行云图演化的模拟-The function of this procedure, using cellular automata, to simulate the evolution of cloud
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1016
    • 提供者:王子
  1. a

    0下载:
  2. 该程序计算元胞自动机凝聚扩散的实例,附加判断二维数组的元素及其个数-The program calculated the proliferation of cellular automata examples of cohesion, the additional two-dimensional array to determine the number of elements and their
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:560
    • 提供者:fangtui
  1. fhp

    2下载:
  2. 利用格子气元胞自动机模拟流体的matlab源码-matlab code for simulating fluid flow using Lattice Gas Cellullar Automata
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3182
    • 提供者:qinwu
  1. gteditor1.0.tar

    0下载:
  2. A program to automatically edit an automata by java
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3149933
    • 提供者:stephen
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com