登录
首页 » 通信 » ADHOC 路由协议

ADHOC 路由协议

于 2022-03-11 发布 文件大小:582.40 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

此代码将提供 ADHOC 路由协议的工作方式。无线传感器网络的路由协议需要一个最好的平台来测试。Mannasim 框架收益: 无线传感器网络的完美解决方案。使用 Mannasim 框架,我们可以测试的无线传感器网络仿真,请找到代码来检测无线传感器网络中的 ADHOC 路由协议的工作

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RTL8139是目前最流行的卡,它与# 39;便宜,功能还…
    RTL8139 可能是目前最受欢迎的网卡,它的价格便宜,功能上也还能接受。本文介绍了Windows环境下RTL8139网卡的驱动编程技术,其中主要对网卡驱动中最重要的收发包过程进行了深入分析。-RTL8139 is currently the most popular card, it"s cheap, functional but still acceptable. This paper introduces the Windows environment RTL8139 Ethernet technology driven programming, which mainly driven right card the most important packet transceiver process of in-depth analysis.
    2022-05-15 03:37:05下载
    积分:1
  • 远程数据传输的研究, 远程数据传输的研究
    远程数据传输的研究, 远程数据传输的研究-Study of remote data transmission, remote data transmission research
    2023-06-28 10:30:04下载
    积分:1
  • 一个完整的vc实现双机互连的程序,希望对大家有一定帮助。
    一个完整的vc实现双机互连的程序,希望对大家有一定帮助。-a complete realization of a two-aircraft vc interconnection procedures, we hope to have some support.
    2022-04-17 15:28:04下载
    积分:1
  • 本人翻译的RFC5347,方便大家在进行FOIP设计时使用。网上没有中文的,独家所有,本人原创。...
    本人翻译的RFC5347,方便大家在进行FOIP设计时使用。网上没有中文的,独家所有,本人原创。-I translated RFC5347, designed to facilitate people making use of FOIP. Online there is no Chinese, exclusive of all, I am original.
    2023-05-03 02:05:03下载
    积分:1
  • 这是一个使用modem拨号上网的程序,可以使用,在gprs方式下也可使用,是用gprs的很好的例子程序...
    这是一个使用modem拨号上网的程序,可以使用,在gprs方式下也可使用,是用gprs通信的很好的例子程序-It is a modem dial-up procedures can be used in GPRS mode also can be used. GPRS communication is a good example of procedures
    2022-10-17 07:20:03下载
    积分:1
  • 双串口调试程序
    应用背景采用多线程串口通信,占用系统资源极小,自动获取系统串口(实际、虚拟、usb、串口服务器等),开一个程序可以开启两个串口通信界面,尤其方便自发自收,能够自动保存数据,方便多串口调试尤其是单片机开发者使用关键技术本程序采用多线程串口通信类cxComm.h,通过注册表自动获取系统串口(实际、虚拟、usb、串口服务器等),可读取最大256串口号,支持中文发送接收,支持ascii码和16进制通信
    2022-10-23 20:45:03下载
    积分:1
  • T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!...
    T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!-Chinese T9 source code, including a demonstration procedures, so the phone software helpful!
    2022-08-03 08:01:45下载
    积分:1
  • 工程博士学位论文目前,EKF的初始对准和惯性的研究…
    工学博士学位论文 目前,扩展卡尔曼滤波是研究初始对准和惯性/GPS组合导航问题的一个主要手段。 但初始对准和惯性/GPS组合导航问题本质上是非线性的,对模型进行线性化的扩展卡 尔曼滤波在一定程度上影响了系统的性能。近年来,直接使用非线性模型的 UKF(Unscented Kalman Filtering, UKF)和粒子滤波,正在逐渐成为研究非线性估计问题 的热点和有效方法。 本文研究了UKF和粒子滤波两种非线性滤波方法,并将其应用于非线性静基座对 准和惯性/GPS组合导航,系统地研究了初始对准和惯性/GPS组合导航中各种非线性项-Engineering PhD thesis Currently, EKF is the initial alignment study and inertial/GPS navigation of a major means. However, initial alignment and inertial/GPS navigation on the nature of the problem is nonlinear. on the model of linear expansion of the Kalman filter certain extent affected the performance of the system. In recent years, direct use of the non-linear model (UKF Unscented Kalman Filtering. UKF) and the particle filter, is gradually becoming nonlinear estimation of the hot and effective method. This paper studies the UKF and particle filter both nonlinear filtering method, will be applied to nonlinear static Base Alignment and inertial/GPS navigation, systematic study of initial alignment a
    2022-07-12 11:49:48下载
    积分:1
  • 为调试设备编写的RS232转以太网软件。 均使用异步方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息...
    为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS232 using the API written in Ethernet using Sockte class. The program uses two separate threads, the threads in the message is transmitted data, this program includes: RS232 asynchronous communication, Sockte asynchronous communication, the user interface thread, communication between threads.
    2022-03-24 03:34:12下载
    积分:1
  • STC单片机实现红外对管的数据传输
    用STC89C51实现红外对管的数据传输:1、先用一块STC单片机接好接受电路,利用数码管显示测试用的红外遥控器(一般买的开发版,都有一个小的红外遥控器),对比数据是否正确;2、上述完成并实现,利用第二块板子接好发射管电路(我是分开的,软件包里有2个代码,一个发射程序,一个接受程序);3、都实现后,可以修改发射端的代码,会在接受电路的数码管上看见不同的数据,这样就实现了数据的传输,协议大家可以自己写。个人感觉发射端比较重要,红外采用PPM编码方式,一定要注意1和0高低电平的是时间。
    2022-08-21 13:06:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载