• 大小: 22KB
    文件类型: .gz
    金币: 2
    下载: 0 次
    发布日期: 2024-02-01
  • 语言: 其他
  • 标签:

资源简介

该模型中包含了高速公路模型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 = []

评论

共有 条评论

相关资源