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

搜索资源列表

  1. forest

    0下载:
  2. 森林救火,是关于元胞自动机的一个其他应用!仿真技术很好!-Forest fire-fighting, on the cellular automata of a other applications! Good simulation technology!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1679
    • 提供者:haboy
  1. roundabout_show

    1下载:
  2. 09年数学建模美赛A题程序,元胞自动机用于环形交叉口交通流控制策略的仿真,可以测试在不同的路况下各种不同的控制策略的效果,以及不同的红绿灯时间对交通控制的影响等,VC++开发,MFC单文档,并在仿真中实时显示整个道路的状况,直观方便-Mathematical Modeling in 2009 the United States title match A process of cellular automata for roundabout traffic flow control strate
  3. 所属分类:transportation applications

    • 发布日期:2017-03-30
    • 文件大小:55084
    • 提供者:da
  1. aa

    0下载:
  2. 遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:302709
    • 提供者:sunguili
  1. Automata

    0下载:
  2. creating a finite automata
  3. 所属分类:Development Research

    • 发布日期:2017-04-07
    • 文件大小:20069
    • 提供者:Zariath
  1. daves1dca

    0下载:
  2. 1-Dimensional Cellular Automata Generator
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5021
    • 提供者:roxibej
  1. 1dca3s

    0下载:
  2. CELLULAR AUTOMATA ONE DIMENSIONAL with a twist- CELLULAR AUTOMATA ONE DIMENSIONAL with a twist
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4930
    • 提供者:roxibej
  1. midi-1dca

    0下载:
  2. CELLULAR AUTOMATA ONE DIMENSIONAL-CELLULAR AUTOMATA ONE DIMENSIONAL
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:39774
    • 提供者:roxibej
  1. cellwatermark

    0下载:
  2. 一个细胞自动机及相应的vote和smooth函数, 一个检测DCT水印的函数,还有很多M文件,很有用的,欢迎下载哦-A cellular automata and the corresponding vote and smooth function, a cellular automata and the corresponding smooth function of the vote and a DCT watermark detection function, there are a lo
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4912953
    • 提供者:chenlihua
  1. ybzdj

    0下载:
  2. 一个VB做的演示元胞自动机的小程序,可以自己编辑图案,用配置文件设置参数(都已经设置好了)-VB to do a demonstration of cellular automata applet, you can edit their own patterns, use profile settings parameters (both have been set up)
  3. 所属分类:transportation applications

    • 发布日期:2017-05-03
    • 文件大小:1288219
    • 提供者:wenbin
  1. KorAutomata

    0下载:
  2. Automata program for Korean
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:91625
    • 提供者:LeeWK
  1. CellAuto

    0下载:
  2. 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:106818
    • 提供者:iDo4LT
  1. zidongji.doc

    0下载:
  2. 我们形式语言与自动机的课件,非常好的!是英文书的节选。-Formal Languages and Automata courseware, oh well!
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:2568379
    • 提供者:athenas
  1. Finite_Automata

    0下载:
  2. 介绍有限自动机原理的PPT,制作精良,推荐阅读-a PPT about Finite Automata
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:51819
    • 提供者:fengchun
  1. gggg-00.10.tar

    0下载:
  2. Cellular automata grid generator
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:23461
    • 提供者:胡美
  1. FormalLnguage

    0下载:
  2. About formal language and automata
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-01
    • 文件大小:13519134
    • 提供者:bariye
  1. DFA

    0下载:
  2. 简单DFA有穷自动机,可以根据输入的状态转换表,进行状态转换,对输入的字符串判断,该自动机是否可以接受。并有具体报告说明。-Simple DFA finite automata may be based on the input state transition table for state transitions, the input string to determine that the automatic machine is acceptable. And have specific
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:30577
    • 提供者:王乾坤
  1. simulator

    0下载:
  2. automata simulator that simulate the concept of fsm
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:23908
    • 提供者:jitendra
  1. zheshe

    0下载:
  2. 此程序为,采用格子气细胞自动机发放模拟波德折射现象-This procedure, using lattice gas cellular automata simulation of Bode Refraction release
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:714
    • 提供者:王子
  1. CellularAutomata

    0下载:
  2. cellular automata with rules
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:16964
    • 提供者:aggouri
  1. CellularAutomata

    0下载:
  2. a presentation about properties of cellular automata
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1301555
    • 提供者:niloofar
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com