登录
首页 » matlab » 元胞自动机

元胞自动机

于 2019-10-15 发布
0 111
下载积分: 1 下载次数: 2

代码说明:

说明:  元胞自动机 数学模型和算法的应用与 MATLAB 实现(Cellular automaton Application of Mathematical Models and Algorithms and MATLAB Implementation)

文件列表:

第五次课程材料\codes, 0 , 2019-09-26
第五次课程材料\codes\boarding, 0 , 2019-09-26
第五次课程材料\codes\boarding\Advance.m, 865 , 2010-07-05
第五次课程材料\codes\boarding\Enter.m, 935 , 2010-07-05
第五次课程材料\codes\boarding\luggage.m, 988 , 2010-07-05
第五次课程材料\codes\boarding\main.m, 1144 , 2016-09-04
第五次课程材料\codes\boarding\passenger.m, 949 , 2010-07-05
第五次课程材料\codes\boarding\passseated.m, 1555 , 2010-07-05
第五次课程材料\codes\boarding\SeatingPlans.m, 1304 , 2010-07-05
第五次课程材料\codes\boarding\showimage.m, 529 , 2010-07-05
第五次课程材料\codes\boarding\sortpas.m, 2108 , 2010-07-06
第五次课程材料\codes\Boothtoll, 0 , 2019-09-26
第五次课程材料\codes\Boothtoll\clear_boundary.m, 686 , 2017-01-24
第五次课程材料\codes\Boothtoll\create_plaza.m, 1396 , 2017-01-24
第五次课程材料\codes\Boothtoll\main.m, 2303 , 2017-01-24
第五次课程材料\codes\Boothtoll\move_forward.m, 3020 , 2017-01-24
第五次课程材料\codes\Boothtoll\new_cars.m, 1072 , 2017-01-24
第五次课程材料\codes\Boothtoll\show_plaza.m, 1616 , 2017-01-24
第五次课程材料\codes\Boothtoll\switch_lanes.m, 1839 , 2017-01-24
第五次课程材料\codes\CA-NS-multilane, 0 , 2019-09-26
第五次课程材料\codes\CA-NS-multilane\main.m, 1198 , 2014-01-18
第五次课程材料\codes\CA-NS-multilane\ns.m, 5979 , 2014-11-26
第五次课程材料\codes\CA-NS-singlelane, 0 , 2019-09-26
第五次课程材料\codes\CA-NS-singlelane\main.m, 1198 , 2014-03-06
第五次课程材料\codes\CA-NS-singlelane\ns.m, 3696 , 2014-11-26
第五次课程材料\codes\forest.m, 658 , 2014-09-04
第五次课程材料\codes\sir.m, 472 , 2015-08-05
第五次课程材料\codes\trafficParticle.m, 3873 , 2014-03-06
第五次课程材料\full.pdf, 31278319 , 2017-06-26
第五次课程材料\hand.pdf, 1473071 , 2017-06-26

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

发表评论

0 个回复

  • finance_Matlab_Toolbox
    Finance toolbox for matlab
    2010-06-23 02:29:37下载
    积分:1
  • 12
    说明:  模糊正系统的判定及稳定性分析,相比一般的稳定性分析我的有独特之处(Fuzzy is the system and stability analysis to determine )
    2011-04-17 21:09:17下载
    积分:1
  • CBeamNos
    This is an example of unv file. This file you can see when it is possible to analyze the experiment, you create a unv file.
    2013-03-12 19:33:40下载
    积分:1
  • OFDM-IEEE-PAPER
    IEEE paper for analysis based on ofdm
    2011-11-17 19:29:11下载
    积分:1
  • benyue
    matlab模拟卫星奔月动画源码,m文件(matlab simulation of satellite flying to the moon animation source, m file)
    2013-05-16 21:40:47下载
    积分:1
  • DSSS
    This is the generation code for direct spread spectrum using pseudo-random noises. it shows how to generate it and also is implemented bit error ratio and the checking of autocorrelation.
    2013-05-24 22:36:27下载
    积分:1
  • ant
    遗传融合的自适应蚁群算法最优PID控制研究(Genetic fusion of adaptive ant colony algorithm optimal PID control)
    2010-06-03 14:31:51下载
    积分:1
  • Shop-scheduling-genetic-algorithm
    说明:  遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)(Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict)
    2021-01-27 13:58:35下载
    积分:1
  • identification
    实现数字信号调制方式的识别,包括2ask4ask 2fsk4fsk 2psk4psk(identification of modulated digital signal)
    2012-04-21 16:12:56下载
    积分:1
  • 轨道角动量仿真matlab
    说明:  matlab对轨道角动量的仿真,可以更改波长和模态值以适应光学和电磁应用(Matlab simulation of orbit angular momentum can change the wavelength and mode value to adapt to optical and electromagnetic applications)
    2021-03-04 16:19:32下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载