搜索资源列表
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
CAmix_accident
- 基于元胞自动机模型对于交通事故下的高速公路交通流仿真,在不同大小车比例和交通流条件下,输出交通冲突数,评价道路是否安全。-Whether based on cellular automata model for highway traffic flow simulation in the accidents, the proportion of different sizes of vehicles and traffic flow conditions, the output number o
CoverageAdhoccellular
- coverage area for Adhoc wireless communication,it can be used for road traffic simulation.
MD
- 对于道路上来往的车辆进行检测,程序可以用于车辆防撞系统。-For road traffic on the detection, the procedure can be used for vehicle collision avoidance system.
Matlab_zuixiaoerchengfa
- 最小费用最大流算法通用Matlab函数 基于Floyd最短路算法的Ford和Fulkerson迭加算法 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 确定,如此多次迭代,最终得到最小费用最大流.- Minimum cost
hlvdeng
- 一种主干道、支道交通模型的图形仿真,模仿了各个车辆的真实行驶状况-A main road, the the branch road traffic model graphics simulation mimic real driving conditions for each vehicle
transfer
- 根据逆透视变换原理从交通参数中提取交通参数,可以根据图像的像素坐标计算实际路面的距离,计算车辆的位移,速度等参数-Extract traffic parameters from the traffic parameters according to the principle of inverse perspective transformation, the actual road distance can be calculated according to the coordinates
Neural-Networks-road-traffic
- BP神经网络公路运量预测 实例讲述如何在matlab中使用BP神经网络-BP neural network prediction road traffic
MFC_windows
- 车型识别,车颜色识别是道路交通系统研究的一个重要领域。本代码提供了一种车颜色识别的方法-Vehicle identification, vehicle road traffic system color recognition is an important area of research. This code provides a method for vehicle color recognition
CA
- 用matlab 模拟交通流,模拟元包自动机模型,分为单车道,双车道换道模型,效果较好-Use matlab simulate traffic flow simulation yuan package automaton model, divided into single-lane, two-lane road model change, the better
Models
- OpenGL三维交通场景仿真,创建道路网和通过外部文件添加车辆-OpenGL three-dimensional traffic scene simulation, create a road network and the addition of vehicles through an external file
sui-ji-che-liu
- 随机车流模拟,可以用txt打开,用于模拟道路上车辆的分布情况-Random traffic simulation, you can use txt to open, used to simulate the distribution of vehicles on the road
元胞自动机交通流模型
- 用于道路上的交通情况,效果非常非常好。还可以用它的框架模拟其他的动态问题(For traffic on the road, the effect is very, very good. You can also use its framework to simulate other dynamic problems)
road
- 路由算法是影响网络性能的重要因素之一,对路由算法的选择至关重要。介绍路由算法中的Floyd算法和RAD(Routing along DAGs)算法,并通过实验对两种算法性能作出分析和比较。实验分析结果显示:在链路利用率、链路流量负载均衡和链路失效对网络的影响范围方面,RAD算法要优于Floyd算法。在平均传输代价方面,Floyd算法要优干RAD算法。(Routing algorithm is one of the most important factors affecting network
元胞自动机matlab代码-2017美赛B题收费广场收费亭
- 2017年美赛B题用元胞自动机的含有收费站的道路交通流模拟程序(Road traffic flow simulation program)