CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - automata

搜索资源列表

  1. MyCellularProgram

    0下载:
  2. 我自己调试好的,元胞自动机的一些事例程序,包括生命游戏等很多有用的事例程序,大家一起学习啊-Cellular Automata Some examples of procedures, including the Game of Life, and many other useful examples of the procedure and we can work together to learn ah
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6901
    • 提供者:
  1. light_guard

    0下载:
  2. Cellular Automata Simulator for one Lane flow with traffic light
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:247572
    • 提供者:Artyom
  1. shengmingyouxi

    0下载:
  2. 简单生命游戏(元胞自动机) 简单生命游戏(元胞自动机) -Games easy life (cellular automata)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:600
    • 提供者:zhaoph8692
  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. 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. Lrep2

    0下载:
  2. This a linear reward algorithm for learning automata in an enviroment with 2 actions-This is a linear reward algorithm for learning automata in an enviroment with 2 actions
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:633
    • 提供者:fati
  1. ca

    0下载:
  2. 使用matlab 进行模拟仿真 对于元宝自动机 使用 simulink-simulink cellular automata matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1612238
    • 提供者:Micheal
  1. fsm

    0下载:
  2. awk脚本生成C代码,用于有限状态自动机实现!-awk scr ipt to generate C code for finite state automata to achieve!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3306
    • 提供者:董大凡
  1. GameOfLife

    1下载:
  2. 利用MATLAB模拟的细胞自动机程序,可以借用来研究怎么写此类程序-Using MATLAB simulation of cellular automata program, you can borrow to study how to write such programs
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2275
    • 提供者:weilinlin
  1. NFAtoDFA

    0下载:
  2. It s a program that convert NFA(Non deterministic Finite Automata) to DFA(Deterministic Finite Automata). This article used in scanners and parsers to detect some pattern of input characters similar to tokens.
  3. 所属分类:Other systems

  1. cellu-autlar

    0下载:
  2. it cellular automata simulation translation
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1266
    • 提供者:edi
  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. CellularAutomata

    0下载:
  2. 能运行的CA元胞自动机程序,已调通,下载build即可运行-This is Cellular Automata program, you can just download, build and run it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:38968
    • 提供者:WANG LI
  1. DFAminimization

    0下载:
  2. A program that minimizes a deterministic finite automata
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1647
    • 提供者:keivan alizadeh
  1. yxzdj

    0下载:
  2. 关键字:编译原理;算法;有限自动机 描述:有限自动机主要是应用一种巧妙的方法把一则文法化简并把程序当中不确定的走向确定化,使程序在每执行一步都有一个确定的走向。减少计算量,也使使用程序来判断字符串是否符合文法成为可能。-Compilation principle algorithm Finite automata
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:604706
    • 提供者:qyp
  1. Regular-expres

    0下载:
  2. 实现有穷自动机,NFA到DFA的最小化,实现最长匹配-Realization of finite automata, NFA to DFA, minimize, the longest match
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1578856
    • 提供者:若若
  1. cA-diffusion

    0下载:
  2. 元胞自动机diffusion,matlab仿真代码,非常有参考价格。能成功实现。-Cellular Automata diffusion, matlab simulation code reference price. Can be successfully realized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:819
    • 提供者:王哲
  1. cA-excitable

    0下载:
  2. 元胞自动机excitable,matlab仿真代码,非常有参考价值。能成功实现。-Cellular Automata excitable, matlab simulation code, very valuable reference. Can be successfully realized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:626
    • 提供者:王哲
  1. cA-gas2

    0下载:
  2. 元胞自动机森林模型,matlab仿真代码,非常有参考价值。能成功实现。-Cellular automata forest model, matlab simulation code, very valuable reference. Can be successfully realized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1124
    • 提供者:王哲
  1. cA-sand

    0下载:
  2. 元胞自动机沙土模型,matlab仿真代码,非常有参考价值。能成功实现。-The cellular automata sand model matlab simulation code, very valuable reference. Can be successfully realized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:808
    • 提供者:王哲
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com