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

搜索资源列表

  1. life

    0下载:
  2. 元胞自动机生命游戏,matlab仿真代码-The Cellular Automata life game, matlab simulation code
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:982
    • 提供者:王哲
  1. english--code-in-c

    0下载:
  2. 生命游戏在串行方式下的实现,一个比较简洁程序-Game of Life in a serial manner to achieve a relatively simple procedure
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:15611
    • 提供者:zouhongwei
  1. life-game--serial

    0下载:
  2. 串行方式下 生命游戏实现代码,C语言编程-Game of Life in serial mode code, C language programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:53553
    • 提供者:zouhongwei
  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. 生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面-Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:26801
    • 提供者:shicl
  1. lafegame

    0下载:
  2. 一个用VC++6.0写的生命游戏小程序.-A use VC6 write life game small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:392776
    • 提供者:yangjianguo
  1. game-of-life

    0下载:
  2. 说明生命游戏(game of life)为1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。此为c语言实现的算法。-Algorithm Gossip is a classic arithmetic program,which you should have a good look.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-04
    • 文件大小:1525
    • 提供者:zhang
  1. CellularAutomata

    0下载:
  2. 使用QT实现的二维元胞自动机的人工生命游戏-QT achieve two-dimensional cellular automata, artificial life game
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:71913
    • 提供者:阡陌秋寒
  1. golly-2.4-win

    0下载:
  2. 英国剑桥答数学家提出的生命游戏,给予元胞思想,很形象的演示-Cambridge, UK A mathematician' s Game of Life, the ideology, the very image of the presentation given cellular
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:3418112
    • 提供者:wanghao
  1. LifeSource

    0下载:
  2. 生命游戏的小程序,包含所有的东西,你可以自己修改程序,等等。-Game of Life program contains all the stuff, you can modify the program, and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:29524
    • 提供者:大帝
  1. test

    0下载:
  2. 一个简单的元胞自动机程序,用于模拟生命游戏。希望对大家有所帮助-It s good
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:885
    • 提供者:李权
  1. Conway

    0下载:
  2. 康维的生命游戏程序,可以用于加密解密的置乱-Game of Life program, can be used for encryption and decryption scrambling
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:55290
    • 提供者:kite
  1. LifeGame1.3

    0下载:
  2. 著名的生命游戏,使用C#语言编写,供初学者参考及学习。-it is a program about life game, using C#
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:43468
    • 提供者:赵成强
  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. forest-fire

    0下载:
  2. 学习元胞自动机的好程序,尤其对于新手。可以和生命游戏等一起结合来入门学习。-Simulation of forest fire.
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1053
    • 提供者:田野
  1. HAXIBAIO.ZIP

    1下载:
  2. 利用哈希表做个生命游戏,必须使用哈希表才可以的,是一个简单的控制台的java生命游戏,欢迎改进-Use a hash table to be a game of life, you must use a hash table can, is a simple java console Game of Life, welcomed the improved
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:155875
    • 提供者:中成微
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com