实例介绍
楼楼做毕业设计时下载的OMNET++教程,希望对刚接触OMNET++的同学有帮助,还会继续更新
【实例截图】
【核心代码】
omnet(1)
├── 2_Omnet4.0实例入门教程_有图示.pdf
├── 2子结点的多节点停止等待互传.doc
├── A QUICK OVERVIEW OF THE OMNeT++OMNEST 4.0.pdf
├── Introduction to Network Simulation Using OMNeT++.pdf
├── Manual.pdf
├── Modeling and Simulation.pdf
├── omnet1.ppt
├── Omnet%2B%2B%2B在VC%2B6.0%2B的安装步骤.pdf
├── OMNeT%2B%2B_4.0_IDE%28集成开发环境%29教程.pdf
├── OMnet%2B%2B4用户手册之6仿真库.doc
├── omnet%2B%2B+tictoc体验学习.doc
├── omnet%2B%2B中文使用手册.pdf
├── omnet%2B%2B全书.doc
├── OMNET%2B%2B实例.pdf
├── OMNeT%2B%2B现有资源整理.pdf
├── OMNET%2B%2B进行WSN仿真.pdf
├── OMNet4.07入门资料%28湖南大学%29
│ └── OMNet4.07入门资料(湖南大学).pdf
├── OMNet4.07入门资料(湖南大学).pdf
├── Omnet4.0实例入门教程.pdf
├── OMNeT++ Discrete Event Simulation System.pdf
├── OMnet++.doc
├── OMNet-Einfuehrung.pdf
├── OMNeT.kejian
│ └── OMNeT课件
│ ├── full-usage-diagram.gif
│ ├── gned应用入门.pdf
│ ├── inetdirs2-mm.jpg
│ ├── MAC_FSM.png
│ ├── omnet1.ppt
│ ├── omnet2.ppt
│ ├── omnet3.ppt
│ ├── OMNet(3).ppt
│ ├── omnet4.ppt
│ ├── OMNet++-IEEE-Computers.pdf
│ ├── OmNet++ introduction.pdf
│ ├── omnetwin.ppt
│ ├── omnet++通信WSN仿真全书.pdf
│ ├── RADIO_FSM.png
│ ├── Sensor Network Module.jpg
│ ├── Tictoc示例.pdf
│ ├── 西西下载.txt
│ └── 西西软件.url
├── OMNeTOMNEST 4.0 集成开发环境概述.pdf
├── OMNET++ Project1.pdf
├── OMNET_与NS2在无线传感器网络仿真中的比较研究.pdf
├── omnet++中文使用手册.doc
├── omnet++中文使用手册.pdf
├── OMNeT_仿真技术在计算机网络教学中的应用与研究.pdf
├── Omnet+++在VC+6.0+的安装步骤.pdf
├── OMNeT++基本操作指南_edited_by_Li_Taihua.pdf
├── OMNet++_学习:10_分钟教程.doc
├── OMNeT++用户帮助手册.pdf
├── OMNeT_的Leach协议的仿真研究.pdf
├── OMNET 的安装与版本间区别.pdf
├── OMNeT_网络仿真器的设计原理分析2.pdf
├── OMNeT++网络仿真器的设计原理分析.pdf
├── OMNeT_网络仿真器的设计原理分析.pdf
├── omnet++课件.pptx
├── omnet++通信WSN仿真全书.pdf
├── TicToc%2BTutorial%2Bfor%2BOMNeT%5Bcreator%5D
│ └── TicToc+Tutorial+for+OMNeT[creator].pdf
└── WSN仿真例子%2B说明%2B论文%28OMNET%2B%2B%29
├── LSU-SensorSimulator
│ └── LSU-SensorSimulator
│ ├── inc
│ │ ├── AppLayerBase.h
│ │ ├── BatteryBase.h
│ │ ├── cConsumer.h
│ │ ├── CommonIncludes.h
│ │ ├── CommonIncludes.h.bkp
│ │ ├── CoOrdinatorBase.h
│ │ ├── CPUBase.h
│ │ ├── LayerBase.h
│ │ ├── MACLayerBase.h
│ │ ├── NetLayerBase.h
│ │ ├── NodeInfo.h
│ │ ├── PhyLayerBase.h
│ │ ├── RadioBase.h
│ │ ├── SensorChannelBase.h
│ │ ├── SensorNodeBase.h
│ │ ├── TargetNodeBase.h
│ │ └── WirelessChannelBase.h
│ ├── samples
│ │ ├── app_layer
│ │ │ ├── AppLayerSimple.cc
│ │ │ ├── AppLayerSimple.h
│ │ │ ├── AppLayerSimple.o
│ │ │ ├── Makefile
│ │ │ ├── NewAppLayer.cc
│ │ │ ├── NewAppLayer.h
│ │ │ ├── NewAppLayerModuleDefn_n.cc
│ │ │ ├── NewAppLayerModuleDefn.ned
│ │ │ ├── NewAppLayerModuleDefn_n.o
│ │ │ └── NewAppLayer.o
│ │ ├── common
│ │ │ ├── Attribute.cc
│ │ │ ├── Attribute.h
│ │ │ ├── Attribute.o
│ │ │ ├── Calculations.cc
│ │ │ ├── Calculations.h
│ │ │ ├── Calculations.o
│ │ │ ├── CoOrdinatorSimple.cc
│ │ │ ├── CoOrdinatorSimple.h
│ │ │ ├── CoOrdinatorSimple.o
│ │ │ ├── Gear_packet_m.cc
│ │ │ ├── Gear_packet_m.h
│ │ │ ├── Gear_packet_m.o
│ │ │ ├── Gear_packet.msg
│ │ │ ├── MAC_802_11_Packet_m.cc
│ │ │ ├── MAC_802_11_Packet_m.h
│ │ │ ├── MAC_802_11_Packet_m.o
│ │ │ ├── MAC_802_11_Packet.msg
│ │ │ ├── Makefile
│ │ │ ├── Phy_Packet_m.cc
│ │ │ ├── Phy_Packet_m.h
│ │ │ ├── Phy_Packet_m.o
│ │ │ ├── Phy_Packet.msg
│ │ │ ├── test.cc
│ │ │ ├── test.h
│ │ │ └── test.o
│ │ ├── hwmodels_layer
│ │ │ ├── BatterySimple.cc
│ │ │ ├── BatterySimple.h
│ │ │ ├── BatterySimple.o
│ │ │ ├── CPUSimple.cc
│ │ │ ├── CPUSimple.h
│ │ │ ├── CPUSimple.o
│ │ │ ├── Makefile
│ │ │ ├── RadioSimple.cc
│ │ │ ├── RadioSimple.h
│ │ │ └── RadioSimple.o
│ │ ├── mac_layer
│ │ │ ├── 802_11_MAC.cc
│ │ │ ├── 802_11_MAC.h
│ │ │ ├── 802_11_MAC.o
│ │ │ ├── 802_MAC_Layer_Defn_n.cc
│ │ │ ├── 802_MAC_Layer_Defn.ned
│ │ │ ├── 802_MAC_Layer_Defn_n.o
│ │ │ ├── MACLayerSimple.cc
│ │ │ ├── MACLayerSimple.h
│ │ │ ├── MACLayerSimple.o
│ │ │ ├── Makefile
│ │ │ ├── NewMACLayer.cc
│ │ │ ├── NewMACLayer.h
│ │ │ ├── NewMACLayerModuleDefn_n.cc
│ │ │ ├── NewMACLayerModuleDefn.ned
│ │ │ ├── NewMACLayerModuleDefn_n.o
│ │ │ └── NewMACLayer.o
│ │ ├── Makefile
│ │ ├── netw_layer
│ │ │ ├── config.h
│ │ │ ├── gear.cc
│ │ │ ├── gear.h
│ │ │ ├── gear.o
│ │ │ ├── Makefile
│ │ │ ├── NetLayer.cc
│ │ │ ├── NetLayer.h
│ │ │ ├── NetLayer.o
│ │ │ ├── NetLayerSimple.cc
│ │ │ ├── NetLayerSimple.h
│ │ │ ├── NetLayerSimple.o
│ │ │ ├── NewNetLayer.cc
│ │ │ ├── NewNetLayer.h
│ │ │ ├── NewNetLayerModuleDefn_n.cc
│ │ │ ├── NewNetLayerModuleDefn.ned
│ │ │ ├── NewNetLayerModuleDefn_n.o
│ │ │ └── NewNetLayer.o
│ │ ├── omnetpp.ini
│ │ ├── phy_layer
│ │ │ ├── Makefile
│ │ │ ├── NewPhyLayer.cc
│ │ │ ├── NewPhyLayer.h
│ │ │ ├── NewPhyLayerModuleDefn_n.cc
│ │ │ ├── NewPhyLayerModuleDefn.ned
│ │ │ ├── NewPhyLayerModuleDefn_n.o
│ │ │ ├── NewPhyLayer.o
│ │ │ ├── PhyLayerSimple.cc
│ │ │ ├── PhyLayerSimple.h
│ │ │ └── PhyLayerSimple.o
│ │ ├── qtime20.txt
│ │ ├── Simulation
│ │ ├── TargetNodeSimple.cc
│ │ ├── TargetNodeSimple.h
│ │ ├── TargetNodeSimple.o
│ │ ├── tt.txt
│ │ └── wireless_ch
│ │ ├── Makefile
│ │ ├── SensorChannelSimple.cc
│ │ ├── SensorChannelSimple.h
│ │ ├── SensorChannelSimple.o
│ │ ├── WirelessChannelSimple.cc
│ │ ├── WirelessChannelSimple.h
│ │ └── WirelessChannelSimple.o
│ └── src
│ ├── AppLayerBase.cc
│ ├── AppLayerBase.o
│ ├── AppLayerModuleDefn_n.cc
│ ├── AppLayerModuleDefn.ned
│ ├── AppLayerModuleDefn_n.o
│ ├── BatteryBase.cc
│ ├── BatteryBase.o
│ ├── BatteryModuleDefn_n.cc
│ ├── BatteryModuleDefn.ned
│ ├── BatteryModuleDefn_n.o
│ ├── cConsumer.cc
│ ├── cConsumer.o
│ ├── CoOrdinatorBasebkup
│ ├── CoOrdinatorBase.cc
│ ├── CoOrdinatorBase.o
│ ├── CoOrdinatorModuleDefn_n.cc
│ ├── CoOrdinatorModuleDefn.ned
│ ├── CoOrdinatorModuleDefn_n.o
│ ├── CPUBase.cc
│ ├── CPUBase.o
│ ├── CPUModuleDefn_n.cc
│ ├── CPUModuleDefn.ned
│ ├── CPUModuleDefn_n.o
│ ├── LayerBase.cc
│ ├── LayerBase.o
│ ├── libSensorSimulator.so
│ ├── MACLayerBase.cc
│ ├── MACLayerBase.o
│ ├── MACLayerModuleDefn_n.cc
│ ├── MACLayerModuleDefn.ned
│ ├── MACLayerModuleDefn_n.o
│ ├── Makefile
│ ├── NetLayerBase.cc
│ ├── NetLayerBase.o
│ ├── NetLayerModuleDefn_n.cc
│ ├── NetLayerModuleDefn.ned
│ ├── NetLayerModuleDefn_n.o
│ ├── NodeInfo.cc
│ ├── NodeInfo.o
│ ├── PhyLayerBase.cc
│ ├── PhyLayerBase.o
│ ├── PhyLayerModuleDefn_n.cc
│ ├── PhyLayerModuleDefn.ned
│ ├── PhyLayerModuleDefn_n.o
│ ├── RadioBase.cc
│ ├── RadioBase.o
│ ├── RadioModuleDefn_n.cc
│ ├── RadioModuleDefn.ned
│ ├── RadioModuleDefn_n.o
│ ├── SensorChannelBase.cc
│ ├── SensorChannelBase.o
│ ├── SensorChannelModuleDefn_n.cc
│ ├── SensorChannelModuleDefn.ned
│ ├── SensorChannelModuleDefn_n.o
│ ├── SensorNetwork_n.cc
│ ├── SensorNetwork.ned
│ ├── SensorNetwork_n.o
│ ├── SensorNodeDefn_n.cc
│ ├── SensorNodeDefn.ned
│ ├── SensorNodeDefn_n.o
│ ├── TargetNodeBase.cc
│ ├── TargetNodeBase.o
│ ├── TargetNodeDefn_n.cc
│ ├── TargetNodeDefn.ned
│ ├── TargetNodeDefn_n.o
│ ├── WirelessChannelBase.cc
│ ├── WirelessChannelBase.o
│ ├── WirelessChannelModuleDefn_n.cc
│ ├── WirelessChannelModuleDefn.ned
│ └── WirelessChannelModuleDefn_n.o
├── OMNeT_网络仿真器的设计原理分析2.pdf
└── (WSN无线传感器仿真书籍)WSNsimulstionbook.pdf
17 directories, 250 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论