搜索资源列表

  1. GameOfLife

    0下载:
  2. “生命游戏”的matlab实现 ,鼠标输入初始状态-" Game of Life" Matlab implementation, the mouse input in the initial state
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:胡丹青
  1. life

    0下载:
  2. 生命游戏,VC++学习过程中老师布置的作业,豆子的衍生游戏-life game
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:1625088
    • 提供者:wumei
  1. 15

    0下载:
  2. 易语言控制台生命游戏源码,很不错的易语言源码,适合易语言爱好者学习。-Yi language Console Game of Life Source, very good and easy language source code for easy language enthusiasts to learn.
  3. 所属分类:易语言编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:yireg
  1. Game_of_Life

    0下载:
  2. 生命游戏不错的学习资料 好好学习吧 生命游戏不错的学习资料 好好学习吧-Game life
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:纪立强
  1. C-Program-examples

    0下载:
  2. 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解
  3. 所属分类:技术管理

    • 发布日期:2024-05-17
    • 文件大小:64512
    • 提供者:李艳文
  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例程

    • 发布日期:2024-05-17
    • 文件大小:91136
    • 提供者:david
  1. life

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王哲
  1. english--code-in-c

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

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:zouhongwei
  1. life-game--serial

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

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:zouhongwei
  1. LifeGame

    0下载:
  2. 一个简单的关于元胞自动机的生命游戏的小程序,在其中可以选择burn和live的数量。-A simple applet on the Game of Life cellular automata, in which you can choose the number of burn and live.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:29664256
    • 提供者:林芸
  1. LiveGame

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

    • 发布日期:2024-05-17
    • 文件大小:99328
    • 提供者:林芸
  1. game

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张兴杰
  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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:chushaolou
  1. CA-matlab

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

    • 发布日期:2024-05-17
    • 文件大小:91136
    • 提供者:gudushuxue
  1. LifeGame

    0下载:
  2. 生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面-Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:26624
    • 提供者:shicl
  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. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3418112
    • 提供者:wanghao
  1. LifeSource

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

    • 发布日期:2024-05-17
    • 文件大小:29696
    • 提供者:大帝
  1. test

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李权
  1. lafegame

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

    • 发布日期:2024-05-17
    • 文件大小:393216
    • 提供者: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 loo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zhang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org