元胞自动机模拟交通流程序我要分享

Traffic flow simulation program based on Cellular Automata

元胞自动机 交通流 车道建模 双车道学长 驾驶行为

关注次数: 251

下载次数: 2

文件大小: 114KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

元胞自动机模拟交通流程序,学校交通专业学长给的,能够模拟单车种双车道交通流变化,考虑驾驶员行为。做数学建模美赛的时候用到。


English Description:

< p > Cellular automata simulation traffic flow program, given by the school traffic professional, can simulate the single two lane traffic flow changes, considering the driver behavior. It's used when doing mathematical modeling.


代码预览

元胞自动机

..........\20120508

..........\........\车辆占用车道数据.txt

..........\........\车辆基本信息.txt

..........\........\车辆所处位置.txt

..........\........\车辆每一时刻速度.txt

..........\AddingNewCarsToEntry.p

..........\basicinfo.ini

..........\CountingLaneChangingConditions.p

..........\CountingNextStepState4Vehicle.p

..........\CountingNextStepVehicleState.m

..........\DeployCellTakenState.p

..........\DeployVehicleState.p

..........\DrawingCellSpace.p

..........\DriverBehaviorInfo.ini

..........\FindUnusedVehicle.p

..........\GenerateCellSpace.p

..........\GenerateVehicleSpace.p

..........\GetAheadVehicleID.p

..........\GetBasicInfo.p

..........\GetCellTakenCarHeadState.p

..........\GetCellTakenCarID.p

..........\GetCellTakenState.p

..........\GetDistanceToAheadVehicle.p

..........\GetDriverBehavior.p

..........\GetVehicalInfo.p

..........\GetVehicleInCellSpace.p

..........\GetVehicleLength.p

..........\IfAddNewCar.m

..........\InitVehicleInfo.ini

..........\IsCellTaken.m

..........\isSatisfy.p

..........\JudgeLaneChangingConditions.p

..........\JudgeNeighborOnLeftOrRightLane.p

..........\LaneChangingModeInfo.ini

..........\main_tca.m

..........\NewVehicleEntryRatio.ini

..........\OutputDataSettings.ini

..........\ProtectYourWork.bat

..........\RefreshCellSpaceWithNewPosition.m

..........\ReleaseCellTakenState.m

..........\ReleaseVehicleState.m

..........\ResultsPlotting.m

..........\SavingDataAsFiles.p

..........\SearchCellSpaceForTaken.p

..........\SignalCycleInfo.ini

..........\testmulti_driveway.m

..........\TrafficSimulating.m

..........\UpdataCellSpaceWithVehicleInfo.p

..........\函数功能结构表.xlsx

..........\函数树状图.vsd

相关推荐