前面
元胞自动机
建模的时候一直听到但是不知道干啥的
然后找了点代码还是不知道他干嘛的
反正蛮好看就是了orz
https://zh.wikipedia.org/zh-hans/%E7%B4%B0%E8%83%9E%E8%87%AA%E5%8B%95%E6%A9%9F
https://zh.wikipedia.org/wiki/%E5%BA%B7%E5%A8%81%E7%94%9F%E5%91%BD%E6%B8%B8%E6%88%8F
类似这种的自然演变的模型都一副(我就笑笑不说话)的样子
或许有着某些规律把
http://www.cnblogs.com/Firefly727/articles/1856328.html
这是一个很详细(但是排版很糟糕)的介绍
http://www.cnblogs.com/Firefly727/articles/1856328.html
这是一个比较成形的proj。
2018.2.19更
感觉建模的时候用到的元胞自动机更接近于一种(在空间和时间上的演变),比如汽车在路上跑来跑去,比如地区经济发展相互影响,等等。都可能会解释为元胞自动机……我也不是很清楚具体的定义啥的了
代码
C++(?)的代码
OpenCV(3.3.1)的界面,顺便取随机数用的也是OpenCV的RNG模块。
main.cpp
//Birdy 2017/12/7
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include "app.h"
#include <stdio.h>
using