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

搜索资源列表

  1. cael-1.5.tar

    1下载:
  2. 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8011
    • 提供者:韦小宝
  1. life32

    0下载:
  2. Life32 is a program to animate an manipulate cellulair automa akin to Conway s Game of Life (GoL). 一个国外模拟生命细胞活动的小程序,我到现在还是搞得不是很懂,大家看看吧-Life32 is a program to animate an automa manipulate cellulair Conway s akin to the Game of Life (GoL). A life a
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1255187
    • 提供者:马龙骧
  1. DoomsdayDate_demo

    0下载:
  2. An ingenious yet simple way to calculate the day of the week for any date was invented by John Conway called the Doomsday rule. I highly recommend reading the article by S.W. Graham which fully describes the algorithm
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10064
    • 提供者:lg
  1. VisualizingConwaysGameOfLife-source

    0下载:
  2. mathematica 环境下 生动地演示 conway 的生命游戏(game of life)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3884
    • 提供者:白浪
  1. GameOfLife

    0下载:
  2. 生命游戏是由英国剑桥大学数学家Conway提出的,游戏的规则是这样的,在一个正方的棋盘格上,每格只有两个状态,”生”和”死”,分别表示是否被一个棋子所占有.每个方格有八个邻格,游戏的规则如下: 1. 对于处在”生态的格,若八个邻居中有2个或3个”生”,则继续存活,否则将因过于孤独或过于拥挤而死亡. 2. 对于处在”死”态的空格,若八个邻格中有3个”生”,则该格转变为”生”(代表繁衍过程),否则继续空着. 规则讲完了,看到这里,相信掌握了任何一种开发工具的图形编程的朋友应该
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:202860
    • 提供者:cl
  1. conway

    0下载:
  2. 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:liliwawa
  1. SortAndLife

    0下载:
  2. Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:371127
    • 提供者:JerryJiang
  1. Conway

    0下载:
  2. Conway The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is the best-known example of a cellular automaton.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:276398
    • 提供者:hamintoriha
  1. life

    0下载:
  2. a program that achives the John Conway s Life game.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:14657
    • 提供者:johnny
  1. Life-1

    0下载:
  2. "Conway game", which redirects to here, can also refer to games as defined by surreal numbers, which John Conway also developed. Gosper s Glider Gun creating "gliders". The Game of Life, also known simply as Life, is a cellular automaton devis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18564
    • 提供者:HUYANLONG
  1. gameoflife2

    0下载:
  2. John Conway s Game of Life _____________________________ A matlab simulation of John Conway s Game of Life
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:584
    • 提供者:algorian
  1. gameoflife

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

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

    0下载:
  2. Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:19147
    • 提供者:space21
  1. GLIDER

    0下载:
  2. Glider (Conway s Life), a type of cellular automaton "spaceship" in Conway s Game of Life made on borland 3.1
  3. 所属分类:Game Engine

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:John
  1. Conway

    0下载:
  2. 利用链表实现Conway生命模型,在free.txt里输入初始的图样。空格表示死亡,命令行参数为 conway.exe free.txt [n],n为繁殖代数。-Realize the conway module with linklist. present the initialize picture in free.txt. space stands for dead,* stands for alive. the command line parameter are conway.exe
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1588
    • 提供者:kimi
  1. Conway

    1下载:
  2. conway s game of life
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:43549
    • 提供者:longfei
  1. conway

    0下载:
  2. conway生命演化模型 c语言版 用于细胞不断的繁衍繁衍 然后可以代入不同的初始配置。-conway revolution model
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:86350
    • 提供者:guqihang
  1. conway

    0下载:
  2. c++实现conway生命演化模型,从txt读取初始配置,输入回车进化一代,输入数字进化数字代,输入q退出。-c++ achieve conway model the evolution of life, from initial configuration to read txt, press enter evolutionary generation, digital input digital evolution generations, enter q to quit.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:270027
    • 提供者:shikang
  1. conway

    0下载:
  2. Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:435663
    • 提供者:Toby
  1. conway

    0下载:
  2. 用matlab,实现100代30*30的生命游戏进程。(Using MATLAB to realize the life game process of the 100 generation 30*30.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:JSXC
« 12 3 4 »
搜珍网 www.dssz.com