搜索资源列表
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
traces
- this a matlab file channel rate who is maked by me.this is used in gsm,gprs,edge traffic simulation.-this is a matlab file channel rate who is maked by me.this is used in gsm,gprs,edge traffic simulation.
CFA-Matlab
- 有关链路容量和流量优化分配的遗传算法 函数功能 使用遗传算法求解通信网链路容量和流量联合优化分配问题-Related to link capacity and flow of genetic algorithm to optimize the distribution function using genetic algorithm function communication network link capacity and traffic distribution of the
traffic_of_cross_street
- 基于Matlab的交通流及交叉口信号控制的仿真研究,找得硕士毕业论文,有做相关题目开发的同学可做参考-Matlab based on the traffic flow and intersection signal control simulation research, find a master s thesis, there are so related to the subject development of the students can refer to
kalman
- 基于卡尔曼滤波器的交通流量分析系统,输入方式采用.txt文件形式-Kalman filter based on the traffic analysis system
voice-traffic
- This code simulates the voice traffic model
traffic
- car counting using matlab from matlab demos
analysis-of-network-traffic-data
- 针对某个网络流量数据进行分析详细示例,包括实验报告和matlab详细源码程序-For a detailed analysis of network traffic data sample, including lab reports and detailed source program matlab
TRAFFIC-matlab
- 用于交通分配算法,动态交通分配,交通工程学应用-traffic
MOVING OBJECT DETECTION USING MATLAB
- 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track
traffic(zhoulvwen)
- 双车道元胞自动机 matlab 实现代码(ca with matlab code)
基于matlab源程序公路运量预测
- 基于源程序的matlab神经网络对公路运量的预测(The prediction of highway traffic volume by matlab neural network based on source program)
npcsma protocol matlab simulation
- 基于MATLAB的非坚持型CSMA的算法仿真,分析业务量和吞吐量的关系,计算业务量对延时个数的影响。(The algorithm simulation of non stick CSMA based on MATLAB is analyzed, and the relationship between traffic and throughput is analyzed, and the influence of traffic on the number of delay is calcula
交通分配之用户均衡分配模型二(matlab源码)
- 利用matlab实现了交通分配模型中的用户均衡,实例一。(Using MATLAB to realize the user equilibrium in the traffic distribution model, one example.)
交通分配之用户均衡分配模型之三(matlab源码)
- 利用matlab实现了交通分配模型中的用户均衡,实例二。(Using MATLAB to realize the user equilibrium in the traffic distribution model, example two.)
MatLab code
- 基于元胞自动机交通流模型,包含主程序等,自己编写的可能会有一些误差(Based on cellular automata traffic flow model)
元胞自动机matlab代码-2017美赛B题收费广场收费亭
- 2017年美赛B题用元胞自动机的含有收费站的道路交通流模拟程序(Road traffic flow simulation program)
matlab之红绿灯的监测以及亮灭
- 将亮的红绿灯圈出来_并在圈内显示红绿灯颜色 图像找到红绿灯位置_判断红绿灯哪个亮 指定位置_最大灰度值_判断亮灭(Circle the bright traffic lights _ and display the traffic lights in the circle Image find traffic light position _ judge which light is green Specify position _ maximum gray value _ judgm
matlab实现模拟交通流
- matlab代码 交通流元胞自动机仿真 双车道 如果需要改变车流密度在脚本文件中修改fp.(Matlab code traffic flow cellular automata simulation of two lanes If you need to change the traffic density, modify the FP in the scr ipt file.)
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易