-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1
-
Adaboost-m
基于ADABOOST算法的人脸检测matlab程序(the face detection matlab program based on ADABOOST algorithm )
- 2012-02-14 20:08:00下载
- 积分:1
-
CV
图像处理的分割,很经典的MATLAB 算法,适合做CV分割的初学者(cv )
- 2014-01-08 10:22:12下载
- 积分:1
-
stezcr
说明: to find short time energy and zero cross rate
- 2010-07-08 18:26:45下载
- 积分:1
-
stop_un_upx
Stop function Unpacked in UPX
The program will not be able to decompress.
After using this program
- 2014-10-21 00:52:44下载
- 积分:1
-
unconstrained-nonlinear-
用最速下降法求解无约束非线性规划问题,最大奇异值,其梯度列向量(Using the steepest descent method solving unconstrained nonlinear programming problem)
- 2013-08-25 09:20:33下载
- 积分:1
-
matlab
学校电子版matlab学习课件,非常适合matlab学习人员(School e-learning courseware version of matlab, matlab is very suitable for learning staff)
- 2011-11-11 10:59:52下载
- 积分:1
-
CDMA
该程序源代码实现了CDMA通信系统性能的仿真,用MATLAB实现了直序、跳时、跳频以及M序列,GOLD序列等的产生,及在AWGN和RAYLEIGH环境下误码率的计算(The program source code to achieve the performance of CDMA communication system simulation, using MATLAB realize the direct sequence, time hopping, frequency hopping and M sequences, GOLD sequence generation, and in the AWGN environment and RAYLEIGH BER calculation)
- 2007-08-18 23:10:59下载
- 积分:1
-
RF_circuit_design-theory_and_application_of_the_an
射频电路设计--理论与应用答案+程序.rar(RF_circuit_design- theory and_application_of_the_answer+program. rar)
- 2010-07-07 15:09:39下载
- 积分:1
-
MATLAB6Optimization
这是一本关于MATlab辅助有护士设计书籍,对于工程优化、参数选择非常有用,里面还包含源代码例子(This is a book about the design of books MATlab auxiliary nurses, for engineering optimization, parameter selection is very useful, which also contains the source code for examples)
- 2009-10-13 15:30:08下载
- 积分:1