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

搜索资源列表

  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. conwayslife1

    0下载:
  2. 主要是一个生命游戏的过程。不过是一个开放的边界条件。-Mainly a process of the game of life. But is an open boundary condition.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2524
    • 提供者:zhangziliang
  1. gameoflife

    0下载:
  2. C++ code for the game of life. This program gives the user control over elements of the game of life such as the size of the world and the amount of starting life.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:2456
    • 提供者:hatsjoe
  1. GGammeOfLifeea

    0下载:
  2. Game Of Life 的并行程序源码在MPI的下设设计的C语言程序源码:GameOfLife1 可直接使用。 -The Game Of Life parallel program source code in the MPI consists of C-language program source code: GameOfLife1 can be used directly.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1802
    • 提供者:
  1. GameOfLife

    0下载:
  2. Implementation of the game of life
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1160
    • 提供者:Alessandro
  1. SetMem

    0下载:
  2. 用MFC制作的一个单机游戏内存修改器、如改变游戏角色生命数值等,自己写的有源码-MFC produced a stand-alone game memory changes, such as changing the role of the game of life values, and so on, write your own source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:66733
    • 提供者:雷盼
  1. CA-matlab

    0下载:
  2. matlab对于Ca模拟的几个例程,包括生命游戏,表面张力,渗流集群等在内。是ca入门的好选择。-matlab for Ca simulation routines, including the Game of Life, the surface tension, percolation clusters. Ca entry.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:91128
    • 提供者:david
  1. LiveGame

    0下载:
  2. 含有源代码的元胞自动机生命游戏的程序,打开后可以直接运行。-The Game of Life program cellular automata containing source code, can be run directly open.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:99284
    • 提供者:林芸
  1. game

    0下载:
  2. 说明 生命游戏 ( game of life ) 为 1970 年由英国数学家 J. H. Conway 所提出,某一细胞的邻居 包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。 拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将死亡。 稳定:如果细胞的邻居为二个或三个,则下一次状态为稳定存活。 复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一细胞。-Game o
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:834
    • 提供者:张兴杰
  1. ver1

    0下载:
  2. 生命游戏,又称生命棋. 生命游戏中,对于任意位置,规则只有三条: 当周围有3个细胞时,该位置产生细胞 当周围有2个细胞时,该位置维持原样 其他情况,该位置变为无细胞 -Game of Life, also known as life chess for any position in the game of life, the rules only three: When surrounded by three cells, the location cells whe
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:6908
    • 提供者:chushaolou
  1. CA-matlab

    1下载:
  2. 元胞自动机的模拟,包括沙堆模型,森林模型,生命游戏等一系列代码-Simulation of cellular automata, including the sandpile model forest model, the Game of Life, a series of code
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:91143
    • 提供者:gudushuxue
  1. LifeGame

    0下载:
  2. 一个介绍生命游戏的小程序,自己写的,有一些供用户选择的操作。-A small program to introduce the game of life, to write their own, for the user to select the operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2879045
    • 提供者:王腾
  1. Life-game

    0下载:
  2. CA生命游戏,基于元胞自动机,使用c的easy进行界面设计-CA Game of Life, based on cellular automata, the use of c easy interface design
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:10636
    • 提供者:huanganfeng
  1. LIFE

    0下载:
  2. 一个生命游戏的程序,可以显示你存活的细胞数。-A Game of Life program that can show you the number of viable cells.
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:864
    • 提供者:王雄伟
  1. Game_of_Life

    0下载:
  2. 生命游戏的matlab程序实现,通过编程实现元胞自动机原理中的经典算法程序,生命游戏。-Game of Life matlab program, through the programming of cellular automata theory in the classical algorithm, the game of life.
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:640
    • 提供者:lihuasheng
  1. Life_Game2.12

    0下载:
  2. 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1319580
    • 提供者:梁宇翔
  1. conwayslife1

    0下载:
  2. 主要是一个生命游戏的过程。不过是一个开放的边界条件。-Mainly a process of the game of life. But is an open boundary condition.
  3. 所属分类:游戏

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:ianshave
  1. conwayslife1

    0下载:
  2. 主要是一个生命游戏的过程。不过是一个开放的边界条件。-Mainly a process of the game of life. But is an open boundary condition.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2685
    • 提供者:esandpe
  1. Game_of_life_rand

    0下载:
  2. 自己编的关于生命游戏的代码,希望能对感兴趣的朋友有所帮助-Own on the Game of Life code, hoping to help a friend interested
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:ationsand
  1. game-of-life

    0下载:
  2. 假设有一个像棋盘一样的方格网,每个方格中放置一个生命细胞,生命细胞只有两种状态:“生”或“死”。-Suppose you have a like a checkerboard grid, each box placed in a living cell, the cell life only two states: life or die .
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3974
    • 提供者:wangyanhong
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com