搜索资源列表

  1. FSM

    0下载:
  2. 功能强大的汇编语言词法分析器,可以读入一行汇编语言,再输出扫描结果。使用汇编语言开发,有限自动机原理。-Powerful assembly language lexical analyzer, can be read into the line of assembly language, and then export the scan results. Assembly language development, finite aut
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:KnGine
  1. dfa

    0下载:
  2. 译原理实验(确定有穷状态自动机) 输入正则文法 输出状态集合 字母表 开始状态终止状态 以及识别句子 -Translation of principle experiment (be sure to have poor state automaton) Input regular grammar output state set alphabet began to state and to identify ter
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:秦绕林
  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 i
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:42417152
    • 提供者:郭晓峰
  1. NS

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:MGC
  1. Gas-dynamics

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:space21
  1. MAZE

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:meysam
  1. ac

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

    • 发布日期:2024-05-21
    • 文件大小:2335744
    • 提供者:wang
  1. DFA

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王梦
  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. 所属分类:游戏引擎

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jack
  1. Data-Structure

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

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:whu_egg
  1. life

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:zhangziliang
  1. twolane18

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

    • 发布日期:2024-05-21
    • 文件大小:534528
    • 提供者:锦子
  1. CA-1

    0下载:
  2. cellular automaton的一些代码,有一些例子-some codes with cellular automatan
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:3016704
    • 提供者:xibing
  1. Programs

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

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2112512
    • 提供者: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编程

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:王哲
« 1 2 3 4 56 7 8 9 10 11 »

源码中国 www.ymcn.org