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

搜索资源列表

  1. Game_of_Life

    0下载:
  2. 利用matlab模拟基于元胞自动机的生命游戏-Using matlab simulation based on cellular automata game of life
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1297
    • 提供者:薛塬
  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. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:444267
    • 提供者:cyj
  1. GAME-OF-LIFE

    0下载:
  2. 使用EASYX画图,制作的简单的生命游戏程序 作者:yangw80 <yw80@qq.com>-Use EASYX drawing, produced by the simple procedure of life game author:yangw80<yw80@qq.com>
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3652965
    • 提供者:oykunpeng
  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. VBlifegame

    0下载:
  2. VB编的生命游戏,生命游戏是人类实现人工智能最经典的程序之一,它通过计算机模拟了生物生存、繁衍、竞争、死亡的整个过程,使人类在人工智能方面迈进了最重要的一步。-VB series Game of Life Game of Life is a human artificial intelligence to achieve one of the most classic program , which through computer simulations of biological survi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:12642
    • 提供者:李桑
  1. life

    0下载:
  2. 一个写了一半的生命游戏,我有什么好解释的?-One wrote a half game of life, I have a good explanation?
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:15717
    • 提供者:Albert Liu
  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. cell_auto_program

    1下载:
  2. 元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序-Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7064
    • 提供者:llp
  1. ConwayGame

    0下载:
  2. 康威生命游戏,元胞自动机,可视化设计,非常经典-Conway Game of Life, cellular automata, visual design, very classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1304
    • 提供者:王海宁
  1. Game-for-life.txt

    0下载:
  2. 游戏名称:生命游戏!功能描述我写了三遍了,都没传上去,你们这儿不是坑吗?我就想下个代码我容易吗?!-This is a finite implementation of John H. Conway s。 Game of Life. Refere to my book for detail please.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2259
    • 提供者:liandy
  1. LifeGame

    0下载:
  2. Life Game(生命游戏)Java 实现,体现了元胞自动机的重要思想-game of life
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:9319
    • 提供者:星球
  1. 10

    0下载:
  2. 用c语言演绎“生命游戏,设定图像中每个像素的初始状态后依据上述的游戏规则演绎生命的变化,由于初始状态和迭代次数不同,将会得到令人叹服的优美图案。-With c language interpretation of " Game of Life, set for each pixel in the image after the initial state of the rules of the game based on interpretation of the change of l
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2694
    • 提供者:rowthof
  1. Conways-life

    0下载:
  2. 生命游戏机 用MATLAB做的Conway生命游戏-Conway s life
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:988
    • 提供者:sionmad
  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. GameOfLife

    0下载:
  2. zijixiede 生命游戏 xiaochengxu-Game of Life
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1805490
    • 提供者:martin
  1. Conways-life

    0下载:
  2. 生命游戏机 用MATLAB做的Conway生命游戏-Conway s life
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1104
    • 提供者:ingnod
  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. GameOfLife

    0下载:
  2. 汉化版的“生命游戏”程序,可以演示生命的生成和消亡过程!-Game Of Live!
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:lesres
  1. Game_of_Life

    0下载:
  2. 元胞自动机——生命游戏,其中黑点表示活着 ,白点表示死亡状态 。-Cellular Automata- Game of Life, in which live black dots, white dots being dead.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:805
    • 提供者:napplic
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com