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

搜索资源列表

  1. 10803070102_daiyongchuan

    0下载:
  2. 其中包括词法分析器和语法分析器,还包括预测分析法以及正规式转换为不确定的有穷自动机、 不确定的有穷自动机转换为确定的有穷自动机- Including the lexical analyzer and parser, but also forecast analysis and formal style uncertainty into finite automata, finite automata uncertainty into a deterministic finite aut
  3. 所属分类:Compiler program

    • 发布日期:2017-06-22
    • 文件大小:42417131
    • 提供者:郭晓峰
  1. NS

    0下载:
  2. 交通流仿真,元胞自动机的NS模型源码,能用,嘿嘿,欢迎交通-Traffic flow simulation, cellular automaton model of the NS source code, can, hey, welcome to traffic
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:793
    • 提供者:MGC
  1. Gas-dynamics

    0下载:
  2. 用来模拟粒子运动的。此元胞自动机需要 一种不同类型的元胞的邻居。此元胞的邻居时刻变化,因此某一个方向运动趋势, 将继续在同一个方向。换言之,此规则保存势头,这是基础的动力仿真。这种邻 居通常被称为 margolis邻居并且这种邻居通常由重叠的 2x2 块的元胞构成。在下 面的表格中,偶数步长时左上方 4 元胞为邻居关系,奇数步长时右下的 4 元胞为 邻居关系。某一特定元胞在每一个时间步长都有3 个邻居,但是具体的元胞构成 了邻居的旋转和反复。-Used to simula
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1076
    • 提供者:james
  1. game-of-life

    0下载:
  2. Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:19147
    • 提供者:space21
  1. MAZE

    0下载:
  2. a new way to solve MAZE problem using cellular automaton
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:meysam
  1. ac

    0下载:
  2. AC自动机 Visual C++界面实现-AC automaton Visual C++ interface implementation
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2336092
    • 提供者:wang
  1. DFA

    0下载:
  2. 构造DFA,并输出五元组,运行确定自动机-Constructed DFA, and output 5-tuple, run to determine the automaton
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1204
    • 提供者:王梦
  1. GLIDER

    0下载:
  2. Glider (Conway s Life), a type of cellular automaton "spaceship" in Conway s Game of Life made on borland 3.1
  3. 所属分类:Game Engine

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:John
  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. Data-Structure

    0下载:
  2. AC自动机、并查集、左偏树、二维点、后缀数组源码,可作为ACM模板使用-Aho-Corasick Automaton, Disjoint Set, Leftist Tree, Point, Suffix Array Data Structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3506
    • 提供者:whu_egg
  1. life

    0下载:
  2. :元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于 自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自 动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具-MATLAB s version of Conway s Game of Life. "Life" is a cellular automaton invented by John
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:zhangziliang
  1. twolane18

    1下载:
  2. 关于道路交通流的元胞自动机模型核心主程序- English Spanish Arabic On road traffic flow cellular automaton model of the core of the main
  3. 所属分类:生物技术

    • 发布日期:2013-01-03
    • 文件大小:535004
    • 提供者:锦子
  1. CA-1

    0下载:
  2. cellular automaton的一些代码,有一些例子-some codes with cellular automatan
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:3016447
    • 提供者:xibing
  1. Programs

    0下载:
  2. 都是自己实现的代码 自认为代码较同类短 实现清晰 效率很高 故传上来分享 HLPP 最高标号预留推进 网络流最好算法之一 DynamicTree 动态树 树上维护数据的终极算法 SAM 后缀自动机 多模式串线性处理 例题:CTSC2012 熟悉的文章 最后匈牙利 匹配算法-Code are realized since that clear and efficient code than similar short it pass up sharing the the HLPP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5169
    • 提供者:pm
  1. hdu-3065

    0下载:
  2. 这是一个关于AC自动机的深入了解的解题报告,能够有效的深入学习AC自动机这个算法-This is a problem solving reports, in-depth understanding of the AC automaton effective in-depth study of the AC automaton algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1022
    • 提供者:
  1. java2d-sample

    0下载:
  2. 把多个java2d的动画结合在一起,同时可以加入其它的动画,这是我课堂上的作业,老师都表扬了,而且把一个细胞自动机也放里面了-Combine multiple Java2D animation can join other animation, this is the job of my classroom, the teacher praised, and a cellular automaton put inside
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2112639
    • 提供者:dongdong
  1. TMyPDAAh

    0下载:
  2. 这是一个形式语言中的下推自动机的实现,,采用的是C sharp 作为开发工具, -This is a pushdown automaton in a formal language to achieve, using the C sharp as a development tool,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:12862
    • 提供者:kgd815
  1. variable-speed-Traffic

    0下载:
  2. 程序是基于元胞自动机的交通模型,主要是针对单车道、单车变数运动的描述-Program is based on cellular automaton traffic model for the descr iption of the movement of bicycle paths, cycling variables
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:18965
    • 提供者:王哲
  1. ac

    0下载:
  2. AC算法----有限自动机的多模式匹配算法-The AC algorithm---- finite automaton multi pattern matching algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:1345
    • 提供者:hongyingsen
  1. zidongji

    0下载:
  2. 自动机例子,都是可执行的.c文件。包括:检测C整形变量定义(自动机).c,检测C注释风格(自动机).c,交通观测灯.c,交通观测灯解法1.c、交通观测灯解法2.c。对于学习自动机后自己编程有很大帮助。-Automaton examples are executable c file. Including: to detect C integer variable definition (automatic machine) c detected C comment style (automati
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:5940
    • 提供者:蜗牛
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com