搜索资源列表
道路交通配流
- 运用遗传算法对交通流进行分配-use of genetic algorithms on traffic flow distribution
code
- 交通分配的粒子分配群优化研究code,具有很高的实用价值。
traffic_VB
- 交通规划的课程设计,包括了交通分布和交通分配模型,能和excel进行数据交换
交通路网分配计算程序
- 本程序实现了交通规划中交通分配的计算,程序中内置四种模式:1为采用线性时间-流量函数按UE计算;2为线性时间-流量函数按SO计算;3为BPR型时间-流量函数,按UE计算;4为BPR型时间-流量函数,按SO计算
TripAssignment
- 交通分配算法,包括最短路径,Floyd算法等,交通分配中的常用算法,可以在交通规划软件中使用-failed to translate
traffic_light
- 交通灯设计:东西(EW)、南北(SN)两干道交于一个十字路口,各干道有一组红、黄、绿三个指示灯,指挥车辆和行人安全通行。红灯亮禁止通行,绿灯亮允许通行,黄灯闪烁表示离红灯亮还有5S时间(警告状态)。本设计给两干道分配了20S和30S的时间选择,可以根据干道上行人车辆流量来分配长短不同的时间。-design of traffic lights
traffic_light
- 交通灯设计:东西(EW)、南北(SN)两干道交于一个十字路口,各干道有一组红、黄、绿三个指示灯,指挥车辆和行人安全通行。红灯亮禁止通行,绿灯亮允许通行,黄灯闪烁表示离红灯亮还有5S时间(警告状态)。本设计给两干道分配了20S和30S的时间选择,可以根据干道上行人车辆流量来分配长短不同的时间。-Design of traffic lights
Source
- 向边表示活动,边上的权值表示该活动的待续时间,则此带权的有向图称为用边表示“ 活动”的网(Activity On Edge Network),简称AOV网。通常AOV网上列出了完成预定工程计划所需要进行的活动,每项活动的计划完成时间,要发生哪些事件,及这些事件和活动的关系。为了进行人力、物力的调度和分配,以缩短工期,我们必须找出影响工程进度的关键活动,这就是关键路径的求解问题。通过计算机语言程序编程动态实现基于交通网络关键路径算法的动态实现,能够使学生利用所学知识解决实际问题,从而培养学生的编程
Random-traffic-distribution-in-the-effective-path-
- 随机交通分配中有效路径的分层定向算法 将交通路网中节点位置的确定性与交通出行中路径选取的有向性相结合,提出了一种有效 路径的分层定向搜索算法.通过将分层策略与定向策略结合,新算法实现了在一次性给出有效路径的同时减少冗余计算的目的.将该方法应用于随机用户-Random traffic distribution in the effective path-oriented algorithm for hierarchical
1
- 全有全无配流法,用于交通分配之用,为交通分配的最为基础的分配方法-All have nothing assignment method, used for traffic assignment, traffic distribution for the allocation of the most basic
minRoute
- 关于交通分配中的最短路径问题,采用dijkstra最短路径算法-Dijkstra shortest path algorithm on the shortest path problem in the traffic assignment
traffic-assignment
- 交通预测四阶段法中的交通分配GUI程序代码(包括数据输入和输出)-Traffic forecasts for the four-stage method of traffic assignment the GUI program code (including data input and output)
FrankWolfe
- Frank-Wolfe算法,交通网络流中交通分配能用上-Frank-Wolfe algorithm, the traffic flow in the network can be used on traffic assignment
capacity-limit-traffic-assignment
- 本代码是容量限制交通分配的代码。但是不通过完整的OD表进行配流,而是针对组成OD表的逐一起始点、终点的基础数据进行配流。路权是取的BFR函数,加了距离惩罚函数。-This code is the capacity limit traffic assignment code. But not through the complete OD table assignment, but for each table consisting OD initial, end with the underly
Untitled
- 以MATLAB程序,实现以用户最优为原则的交通分配-MATLAB program to achieve optimal traffic assignment with the principle of user
TRAFFIC-matlab
- 用于交通分配算法,动态交通分配,交通工程学应用-traffic
交通配流编程
- 包含最短路径算法,用户均衡交通流分配,以及包含大型测试网络(Contains the shortest path algorithm, user equilibrium traffic flow assignment, and contains large test networks)
交通分配之用户均衡分配模型二(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.)
MSA-master
- #连续平均法 交通分配的连续平均法(MSA)的Python实现。(# Method of successive averages Python implementation of the method of successive averages (MSA) for traffic assignment.)