CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - conway

搜索资源列表

  1. life32

    0下载:
  2. Life32 is a program to animate an manipulate cellulair automa akin to Conway s Game of Life (GoL). 一个国外模拟生命细胞活动的小程序,我到现在还是搞得不是很懂,大家看看吧-Life32 is a program to animate an automa manipulate cellulair Conway s akin to the Game of Life (GoL). A life a
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1.2mb
    • 提供者:马龙骧
  1. MATLAB 图像保密通信技术之Arnold变换

    0下载:
  2. 图像保密通信技术之Arnold变换 一、作业目的 1.利用Matlab实现数字图像Arnold变换的置乱及恢复。 2.深入学习通讯保密技术,进一步了解图像保密通讯技术。 3.向大家展示实现图像保密技术的方法和技术。 二、作业介绍 近年来,随着网络带宽和速度的极大提高,多媒体数据特别是数字图像的流传和使用越来越广。而人们对安全性和隐私的也愈发关注,
  3. 所属分类:matlab例程

  1. conway

    0下载:
  2. 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:liliwawa
  1. SortAndLife

    0下载:
  2. Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:362.43kb
    • 提供者:JerryJiang
  1. Conway

    0下载:
  2. Conway The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is the best-known example of a cellular automaton.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:269.92kb
    • 提供者:hamintoriha
  1. Life-1

    0下载:
  2. "Conway game", which redirects to here, can also refer to games as defined by surreal numbers, which John Conway also developed. Gosper s Glider Gun creating "gliders". The Game of Life, also known simply as Life, is a cellular automaton devis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18.13kb
    • 提供者:HUYANLONG
  1. gameoflife2

    0下载:
  2. John Conway s Game of Life _____________________________ A matlab simulation of John Conway s Game of Life
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:584byte
    • 提供者:algorian
  1. conways-life

    0下载:
  2. 应用MATLAB基于元胞自动机实现生命游戏的源码,-conway s life,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:845byte
    • 提供者:tao
  1. pt003(1)

    0下载:
  2. Game of life by mathematitian Conway running on Matlab version 7. enjoy!
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:661byte
    • 提供者:Ismael92
  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
    • 文件大小:2.15kb
    • 提供者:zhangziliang
  1. Conway

    0下载:
  2. 利用链表实现Conway生命模型,在free.txt里输入初始的图样。空格表示死亡,命令行参数为 conway.exe free.txt [n],n为繁殖代数。-Realize the conway module with linklist. present the initialize picture in free.txt. space stands for dead,* stands for alive. the command line parameter are conway.exe
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.55kb
    • 提供者:kimi
  1. GameofLife

    0下载:
  2. A matlab code which uses a cellular automata code in order to describe Conway s Game of Life
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:1.06kb
    • 提供者:MichaelRousis
  1. Cellular-Automata-in-Matlab

    1下载:
  2. 元胞自动机与MATLAB。元胞自动机已被应用于物理模拟,生物模拟等领域。文档中包含Conway的生命游戏机、表面张力、渗流集群、激发介质、森林火灾、气体动力学、扩散限制聚集、砂堆规则的详细原理解释和完整MATLAB代码-Cellular Automata Machine with MATLAB. Cellular automata have been used in the field of physical simulation, biological simulation. Document
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-04
    • 文件大小:225.37kb
    • 提供者:Binjie Liao
  1. hash_ceil

    0下载:
  2. conway细胞演化模型的哈希表实现 借鉴SGI STL的hash_table实现简易通用哈希表 -conway cell evolution model reference SGI STL hash table to achieve the realization of simple universal hash table hash_table
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:294.37kb
    • 提供者:玉涵
  1. conway

    0下载:
  2. Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:425.45kb
    • 提供者:Toby
  1. CA

    0下载:
  2. 生命游戏其实是一个零玩家游戏,它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The Game of Life is not your typical computer game. It is a cellular automaton , and was invented
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:LiuHanWei
  1. cf

    0下载:
  2. 元胞自动机,forest fire,Conway's life with GUI(cellular automaton forest fire Conway's life with GUI)
  3. 所属分类:matlab例程

  1. conway

    0下载:
  2. 用matlab,实现100代30*30的生命游戏进程。(Using MATLAB to realize the life game process of the 100 generation 30*30.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:JSXC
搜珍网 www.dssz.com