登录
首页 » Windows开发 » 生命游戏,在一个四周都可以延伸到无限的棋盘上的某个格子中会有一个有机体。每一个有机体在时间t时,会依照环绕着它的8个邻居的特性而决定在时间t+1时是否生存下去...

生命游戏,在一个四周都可以延伸到无限的棋盘上的某个格子中会有一个有机体。每一个有机体在时间t时,会依照环绕着它的8个邻居的特性而决定在时间t+1时是否生存下去...

于 2022-05-18 发布 文件大小:2.00 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

生命游戏,在一个四周都可以延伸到无限的棋盘上的某个格子中会有一个有机体。每一个有机体在时间t时,会依照环绕着它的8个邻居的特性而决定在时间t+1时是否生存下去-Game of Life, in a four-week can be extended to infinite chessboard a lattice there is a organism. Every organism in terms of time t will be in accordance with its surrounding eight neighbors to determine the characteristics of the time t+ 1 whether to survive

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 二叉树的遍历 用c++类实现。 提供一系列成员函数,可派生。...
    二叉树的遍历 用c++类实现。 提供一系列成员函数,可派生。 -binarytree
    2022-07-20 17:28:59下载
    积分:1
  • 使用在ppc2003,一个线上改变来电铃声的作法
    使用在ppc2003,一个线上改变来电铃声的作法-use of the ppc2003, an online calls to change the practice of ringtones
    2022-05-31 15:57:11下载
    积分:1
  • DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0始运行。查询转移函数δ,比如说δ(q0,a1)=...
    DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
    2022-06-15 20:45:50下载
    积分:1
  • 人工神经网络入门程序(python)
    目前,人工智能及其火爆,这个程序是基本的神经网络架构,适合刚刚入门的同学,而且是在tf架构搭建,tf是目前非常热门的神经网络平台。
    2023-04-16 12:25:02下载
    积分:1
  • 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
    零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? -parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
    2022-02-02 15:40:05下载
    积分:1
  • 用冒泡、折半、插入、选择四种分类方法查找所需的元素
    用冒泡、折半、插入、选择四种分类方法查找所需的元素-with bubbling half, insert, select four classifications identify the necessary elements
    2022-07-22 02:53:46下载
    积分:1
  • OpenGL时钟
    采用基于MFC多文档的OpenGL时钟程序,能独立的获取本地时间,在钟表上随本地时间的变化而变化,实时刷新。代码有些小问题,就是总是卡停,不知道什么原因,而且运行时会出现延迟。
    2023-05-16 07:30:03下载
    积分:1
  • Windows CE下操作、显示图像的类。可以打、显示png、gif、jpg等系统支持的格式。...
    Windows CE下操作、显示图像的类。可以打开、显示png、gif、jpg等系统支持的格式。-Windows CE operating, indicating the type of image. Can open, display png, gif, jpg format, such as system support.
    2022-08-16 09:59:43下载
    积分:1
  • Some of you may have already come to realize I have previously written and relea...
    Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics. -Some of you may have already come to realize I have previously written and released a similar control via Co
    2022-02-25 07:04:04下载
    积分:1
  • mobile handset applications QR coding device that supported versions 1
    针对移动手机应用的QR码编码器,支持版本1到14,结构链接,可保存成位图并打印。-mobile handset applications QR coding device that supported versions 1-14, structural links kept as bitmap and print.
    2022-11-02 13:30:03下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载