搜索资源列表

  1. Automata to search string abab

    0下载:
  2. An automata implemented in C++ for searching a string of \"abab\" in a given string.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:959
    • 提供者:芝麻
  1. ca_crowd_ambulates_modol

    0下载:
  2. 一个简单的基于元胞自动机的限空间内高密度人群流动模型-Based on a simple cellular automata space limit high-density population flow model
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:2152448
    • 提供者:Macare
  1. A finite automata learning system using GP

    0下载:
  2. 遗传算法的文章- Heredity algorithm article
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:顾凡一
  1. xibaozidongji

    0下载:
  2. 细胞自动机的,很好的-Cellular Automata and fine
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2378752
    • 提供者:米米
  1. Automata to search string abab

    0下载:
  2. An automata implemented in C++ for searching a string of "abab" in a given string.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:芝麻
  1. DFAv1

    0下载:
  2. 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:50176
    • 提供者:高晖
  1. cael-1.5.tar

    0下载:
  2. 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:
  1. 一维细胞自动机

    0下载:
  2. 最简单的细胞自动机程序。这是一个方格的世界,所有的方格都排成一排,每个方格都有黑或白两种(或者更多,用户可以自己定义)颜色。根据每个方格的颜色以及它邻居方格的颜色按照异常简单的规则进行演化。-most simple cellular automata procedures. This is a box at the world, all the box are lined up, each box is black or white (
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:235520
    • 提供者:若令
  1. self_product

    0下载:
  2. 命的一个重要特征就是能够自我繁殖,也就是自我复制。那么,程序能自我复制么?更一般的,一个系统上的构形能自我复制么?答案是肯定的,早在60年代的时候,著名科学家Von Neumann就研究过能够自我复制的细胞自动机,并从理论上证明了它是可能的。后来,随着人工生命的兴起,科学界兴起了研究自我复制的细胞自动机的热潮。在这个程序中,你能看到Langton的自我复制圈、chou的自我复制程序还有Langton的蚂蚁细胞自动机等等。-fate of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:若令
  1. lifegame

    0下载:
  2. 二维元胞自动机,著名的生命游戏 vc++开发-two-dimensional cellular automata, the famous game vc development life
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1936384
    • 提供者:冉磊
  1. onedimca

    0下载:
  2. 一维元胞自动机源代码,描述一维元胞自动机规则,并进行仿真演示-one-dimensional cellular automata source code, a descr iption dimensional cellular automata rules, and simulation demo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:13312
    • 提供者:冉磊
  1. singleparticlemove

    0下载:
  2. 本程序在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.用MATLAB编写.-hexagon in the process of cellular automata to simulate single particle movement, FHP is based on the rules. using MATLAB.
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:祝继华
  1. Sand2D_CA

    0下载:
  2. 模拟砂堆的元胞自动机源代码。对于认识和学习元胞自动机(CA)很有帮助-sand pile simulation of cellular automata source code. Learning to recognize and cellular automata (CA) helpful
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:颜建军
  1. yuanbao2

    0下载:
  2. 分形程序,内含二维元胞自动机小程序源代码。双击Debug下的yuanbao2.exe文件,程序运行;双击yuanbao2.dsw文件,进入编辑环境。-Fractal procedures, containing two-dimensional cellular automata small source code. Double-click the Debug yuanbao2.exe documents, operating proc
  3. 所属分类:分形几何

    • 发布日期:2024-05-10
    • 文件大小:1668096
    • 提供者:lishiwei
  1. SharkFish

    2下载:
  2. 使用VC。NET2005并行实现著名的细胞自动机程序:生命游戏,模拟鲨鱼和小鱼的海洋环境。-use VC.NET2005 parallel famous Cellular Automata : the game of life, sharks and fish simulation of the marine environment.
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:337920
    • 提供者:yangtao
  1. Automata

    0下载:
  2. Automata implementation in Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:Jiuney
  1. automata

    0下载:
  2. automata program , implement
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:marcos
  1. java-cellular-automata-system

    0下载:
  2. 用JAVA编写的元胞自动机原文件,可以正常编译,很不错。-Written by JAVA cellular automata the original file, you can normally build, very good.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:zsu_rellik
  1. Automata(1)

    0下载:
  2. 编译原理自动机试验,帮助实现自动机,实验报告哦-Automata.cs
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:吴娅楠
  1. Automata Theory

    0下载:
  2. its v useful book for learning automata theory.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:24001536
    • 提供者:zeeshan
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org