资源简介
该模型中包含了高速公路模型highway,车流模型model,车辆换道模型lane-change,车类vehicle等,
一个安装过程见:
http://blog.csdn.net/barcodegun/article/details/6898193
请注意:由于版本不一样,环境不一样,安装的时候,您可能无法正确安装。本代码适合研究车辆自组网的朋友及需要在ns-3中添加自己的组件的朋友进行下载。
本人已经正确安装,但不能保证您能正确安装。
代码片段和文件信息
#! /usr/bin/env python
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
# A list of C++ examples to run in order to ensure that they remain
# buildable and runnable over time. Each tuple in the list contains
#
# (example_name do_run do_valgrind_run).
#
# See test.py for more information.
cpp_examples = [
(“vanet-highway-test“ “True“ “True“)
]
# A list of Python examples to run in order to ensure that they remain
# runnable over time. Each tuple in the list contains
#
# (example_name do_run).
#
# See test.py for more information.
python_examples = []
- 上一篇:通达信缠论指标集合
- 下一篇:SM2国密算法实现基于mircal的实现
评论
共有 条评论