登录
首页 » matlab » 元胞自动机森林火灾

元胞自动机森林火灾

于 2021-04-28 发布
0 143
下载积分: 1 下载次数: 5

代码说明:

说明:  元胞自动机模拟森林火灾forest1,二维。和其他元胞自动机程序。全国大学生美国建模竞赛(Simulation of forest fire with cellular automata)

文件列表:

元胞自动机森林火灾\forest1.m, 786 , 2020-02-06
元胞自动机森林火灾\Game_of_Life.m, 958 , 2020-02-06
元胞自动机森林火灾\The Booth Tolls for Thee\cellular.m, 1478 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\clear_boundary.m, 135 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\compute_output.m, 126 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\compute_wait.m, 137 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\create_entry.m, 521 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\create_plaza.m, 939 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\move_forward.m, 1215 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\new_cars.m, 259 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\switch_lanes.asv, 1107 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\switch_lanes.m, 1106 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee\说明.txt, 17 , 2019-01-11
元胞自动机森林火灾\The Booth Tolls for Thee, 0 , 2020-02-06
元胞自动机森林火灾, 0 , 2020-02-06

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

发表评论


0 个回复

  • GP-Pro EX 4.08 Serial Key Code
    说明:  GP-Pro EX 4.08 Serial Key Code.txt
    2019-07-06 02:01:05下载
    积分:1
  • boost2014a
    可以实现储能的充放电控制,通过改变电压参考值可以控制蓄电池的充放电,加入滤波以后,波形不错(It can realize the charge and discharge control of energy storage. By changing the voltage reference value, the charge and discharge of the battery can be controlled. After adding the filter, the waveform is good.)
    2019-01-05 16:47:48下载
    积分:1
  • AnotherLap
    说明:  从给定的图邻接矩阵计算图度矩阵和拉普拉斯矩阵(Calculation of graph degree matrix and Laplace matrix from given graph adjacency matrix)
    2020-06-02 14:46:32下载
    积分:1
  • 小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等...
    小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等-Wavelet neural network procedures, convergence than the BP neural network, and can avoid local optimum, can be used for classification, function approximation, etc.
    2022-02-25 21:12:00下载
    积分:1
  • 对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。 使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再...
    对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。 使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再在打开菜单中打开IMG格式的影像,就可以完成对海量数据的浏览,数据量不受内存限制,只受硬盘大小限制,另外该软件还包括其他一些图像格式之间的转换,主要用在GIS领域-Images of the mass block index, you can open the volume of data roaming size image. Use practices, the first choice of image processing to export the index of this function, will be massive conversion of the BMP image format for custom img format, and then open the menu opens in IMG format images, you can complete the huge amount of data browsing, data not subject to memory limitations, only by hard drive size limit, while the software also includes a number of other conversion between image formats, mainly used in the field of GIS
    2022-07-15 12:41:07下载
    积分:1
  • C#启动Windows IIS服务的实例
    C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:   ServiceController service = new ServiceController();//创建服务控制对象   service.ServiceName = "Messenger";//启动Windows信史服务   //判断当前服务状态   if (service.Status == ServiceControllerStatus.Stopped)   {    try    {    service.Start();// 启动服务    service.WaitForStatus(ServiceControllerStatus.Running);    }    catch (InvalidOperationException)    {    MessageBox.Show("不能启动该服务!");    }   }
    2022-02-13 12:56:43下载
    积分:1
  • 201205141717574901
    完整波浪计数 很高的成功率,12345ABC 外汇股市都有一定的分析与操盘(FlatDouble ZigZagTriple ZigZagDouble ThreeTriple Thre)
    2020-06-25 14:40:02下载
    积分:1
  • 火线贡献模型
    火线贡献模型
    2022-03-26 04:35:35下载
    积分:1
  • 备忘录模式-游戏角色状态02
    实现一个模仿CAD画图的简单程序,直线,椭圆,矩形等(Implement a simple program to imitate CAD drawing, such as line, ellipse, rectangle, etc.)
    2020-06-24 17:20:02下载
    积分:1
  • 电子时钟
    说明:  就是里面有年月日周计时,通过这个图可以直观看到现在是第几周,便于刚学习的人爱上LabView,希望对大家有用。(It has the time of year, month, day and week. Through this chart, we can see the week now intuitively. It is convenient for the new learners to fall in love with LabView and hope it will be useful for everyone.)
    2019-04-19 17:19:10下载
    积分:1
  • 696518资源总数
  • 105267会员总数
  • 12今日下载