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

搜索资源列表

  1. code

    0下载:
  2. CA的生命游戏代码~~希望起到抛砖引玉的作用-this is the code of the life game
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:588
    • 提供者:river yang
  1. shengmingyouxi

    0下载:
  2. 此程序的功能为,采用细胞自动机方法,进行生命游戏的模拟-The function of this procedure, using cellular automata method to simulate the game of life
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:585
    • 提供者:王子
  1. GameofLife

    0下载:
  2. 一个不需要玩家的游戏。生命游戏能让你了解这个社会。-Does not require a player s game. Game of Life lets you understand the community.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:223431
    • 提供者:陈杉
  1. 1

    0下载:
  2. 能够实现基于元胞自动机的生命游戏,希望对大家都有帮助-Cellular Automata Some examples of procedures, including the Game of Life,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:10230
    • 提供者:yangguang
  1. famousalgorithmcollection

    0下载:
  2. <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm Collection> These include:
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4215794
    • 提供者:我很笨
  1. ConwaylifewithGUI

    0下载:
  2. 这是用MATLAB GUI 做的生命游戏 life game 细胞自治机 很好用 直接运行就可以-This is done with a MATLAB GUI cells self-life game life game machine can run very well with direct
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:941
    • 提供者:李小伟
  1. matlabcellarautomatonGameofLifesourcecode

    0下载:
  2. matlab 元胞自动机的生命游戏源代码-matlab cellular automaton Game of Life source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:650
    • 提供者:周捷
  1. life

    0下载:
  2. 生命游戏是由英国剑桥大学数学家Conway提出的,游戏的规则是这样的,在一个正方的棋盘格上,每格只有两个状态,”生”和”死”,分别表示是否被一个棋子所占有.每个方格有八个邻格,游戏的规则如下: 1. 对于处在”生态的格,若八个邻居中有2个或3个”生”,则继续存活,否则将因过于孤独或过于拥挤而死亡. 2. 对于处在”死”态的空格,若八个邻格中有3个”生”,则该格转变为”生”(代表繁衍过程),否则继续空着.-Game of Life is a Cambridge University mathema
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:2608
    • 提供者:wanlizhi
  1. LifeGame

    0下载:
  2. 元胞自动机——生命游戏用C实现,有用啊-Celluar automation--lifegame.c,it is very good and useful...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1406
    • 提供者:jiayuan
  1. Conwaylife

    0下载:
  2. 元胞自动机的生命游戏用matlab实现,非常好的一个程序-Coway s Life is a very good program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:jiayuan
  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. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2602
    • 提供者:chenlidan
  1. lifegame

    0下载:
  2. 用C++语言编写的一个关于生命游戏的,是编程新手上路的学习好例子-Written in C++, a game about life, is new to programming on the road a good example of learning
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:1339
    • 提供者:zhong
  1. LifeGame

    0下载:
  2. 这里模拟的是生命游戏,是八邻居的。是基于元胞自动机的研究的。-Here is the simulation of a life game。
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:46021
    • 提供者:Metal
  1. life

    0下载:
  2. 生命游戏的一个小代码,初学者写的,可能不成熟-Game of Life, a small code written for beginners, probably immature
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:767
    • 提供者:郑培基
  1. game_of_life

    0下载:
  2. 生命游戏,简单有趣。在一个棋盘上的网格里可能有生命体,每一个生命体在时间t时,会依照环绕它的八个相邻网格的特性而决定在t+1时间时是否能生存下去。益智类游戏。-Life games, simple interesting. In a checkerboard on the grid, may have organism, every organism in time, will in accordance with t eight adjacent grids around it and dec
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:18213
    • 提供者:楚天印
  1. PlaneChange

    0下载:
  2. 这是初级打飞机游戏的改进版本,可以实现三颗子弹的并发,有生命值和玩家游戏次数,让你对java手机游戏有更加深入的了解-This is the primary fighting aircraft, an improved version of the game, you can achieve concurrent three bullets, the game of life value and the number of players, so you have java mobile gam
  3. 所属分类:Games

    • 发布日期:2017-04-10
    • 文件大小:1741776
    • 提供者:叶孙晓
  1. The-Game-of-Life

    0下载:
  2. The Game of Life,一种小游戏叫什么生命游戏来这,VS2008下使用c++.net编写。需要.NET 3.5-The Game of Life, What a game to this game of life, VS2008 using c++. Net write. Needs. NET 3.5
  3. 所属分类:Game Program

    • 发布日期:2017-05-14
    • 文件大小:3645307
    • 提供者:han
  1. gameoflife

    0下载:
  2. game of life 演化计算仿真 传说中著名的生命游戏 by John Conway-game of life
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:50369
    • 提供者:sing
  1. Conways-life

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

    • 发布日期:2017-04-08
    • 文件大小:943
    • 提供者:tao
  1. life

    0下载:
  2. 用c语言实现的生命游戏,可以作为训练的题目使用-With the c language of the life game, you can use as a training topic
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:va
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com