登录
首页 » OMNet » wsnn

wsnn

于 2019-07-02 发布 文件大小:757KB
0 372
下载积分: 1 下载次数: 2

代码说明:

  omnet++ project in wsn

文件列表:

PLEACH, 0 , 2018-11-03
PLEACH\.cproject, 9061 , 2018-01-29
PLEACH\.oppbuildspec, 236 , 2018-01-29
PLEACH\.project, 1103 , 2018-01-29
PLEACH\.tkenvlog, 4730 , 2018-01-29
PLEACH\.tkenvrc, 133 , 2018-01-29
PLEACH\01-1st10thAllDie.csv, 44 , 2018-01-29
PLEACH\02-RoundVsDeadNode.csv, 41 , 2018-01-29
PLEACH\03-LEACHC.exe, 469828 , 2018-01-29
PLEACH\03-RoundVsAliveNode.csv, 46 , 2018-01-29
PLEACH\04-LEACH-MAC.exe, 471749 , 2018-01-29
PLEACH\04-RoundVsRemainingEnergy.csv, 88 , 2018-01-29
PLEACH\05-PLEACH.exe, 492125 , 2018-01-29
PLEACH\05-RoundVsEnergyConsumption.csv, 84 , 2018-01-29
PLEACH\06-RoundVsSinkPackets.csv, 78515 , 2018-01-29
PLEACH\Doc, 0 , 2018-11-03
PLEACH\Doc\Readme.txt, 0 , 2018-01-29
PLEACH\Doc\Test.txt, 316 , 2018-01-29
PLEACH\Doc\Todolist.txt, 336 , 2018-01-29
PLEACH\Makefile, 3604 , 2018-01-29
PLEACH\Node.cc, 38562 , 2018-01-29
PLEACH\Node.h, 3042 , 2018-01-29
PLEACH\Node.ned, 805 , 2018-01-29
PLEACH\PLEACH.ned, 1931 , 2018-01-29
PLEACH\Sink.cc, 2489 , 2018-01-29
PLEACH\Sink.h, 1145 , 2018-01-29
PLEACH\Sink.ned, 755 , 2018-01-29
PLEACH\Test.cc, 3315 , 2018-01-29
PLEACH\cUtility.cc, 2848 , 2018-01-29
PLEACH\cUtility.h, 1027 , 2018-01-29
PLEACH\custMsg.msg, 1403 , 2018-01-29
PLEACH\custMsg_m.cc, 14349 , 2018-01-29
PLEACH\custMsg_m.h, 2927 , 2018-01-29
PLEACH\omnetpp.ini, 445 , 2018-01-29
PLEACH\out, 0 , 2018-11-03
PLEACH\out\gcc-debug, 0 , 2018-11-03
PLEACH\out\gcc-debug\.last-copts, 134 , 2018-01-29
PLEACH\out\gcc-debug\05-PLEACH.exe, 492125 , 2018-01-29
PLEACH\out\gcc-debug\Node.o, 281632 , 2018-01-29
PLEACH\out\gcc-debug\Sink.o, 98939 , 2018-01-29
PLEACH\out\gcc-debug\Test.o, 340 , 2018-01-29
PLEACH\out\gcc-debug\cUtility.o, 162132 , 2018-01-29
PLEACH\out\gcc-debug\custMsg_m.o, 92323 , 2018-01-29
PLEACH\package.ned, 37 , 2018-01-29

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

发表评论

0 个回复

  • C#实现分段重组(segment/reassembly)协议
    发送端:发送端每收到一个上层报文都会为其设一个唯一的序列号。收到的大报文进行分段,构造S/R报头,如 REF _Ref371456073 h 图表1所示。构造报头和数据部分连接后,按序从片段号=1的报文开始发送,并设置重传定时器,直到发送完毕。重传定时器截止之前,如果收到了接收端发送的完全确认,即数据分段全部被接收,则清除该该序列号报文的缓存和定时器;如果收到了部分确认则根据部分确认的指示重传丢失的分段;如果定时器截止时还没有收到任何接收端的回
    2023-04-22 01:25:04下载
    积分:1
  • sCREENsIZE
    Returns the enum for matching the provided qualifier value.
    2014-01-13 18:39:28下载
    积分:1
  • 一个ftp的序 同时是学习界面的好例子
    一个ftp的程序 同时是学习界面编程的好例子-Ftp at the same time a process of learning a good example of programming interface
    2022-05-14 20:24:25下载
    积分:1
  • Key-Finder
    Key finder for windows....
    2013-09-09 12:29:38下载
    积分:1
  • 基于linux的PPPoe驱动的实现,非常好,阅读之后,感觉很好,特此与大家共享...
    基于linux的PPPoe驱动的实现,非常好,阅读之后,感觉很好,特此与大家共享-Linux-based Realization of PPPoE driver, very good, after reading, feel good, and would like to share with everyone
    2022-03-29 20:05:34下载
    积分:1
  • CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
    CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
    2023-07-22 21:35:02下载
    积分:1
  • VB-automatically-generate-G-code
    VB自动生成G代码VB自动生成G代码VB自动生成G代码(VB automatically generate G-code)
    2020-12-25 14:49:04下载
    积分:1
  • 1、用户注册自动生成用户目录,并判断是否发送邮件(可选jmail、Cdonts、Aspemail组件) 2、网站列表、网站排行、首页酷站推荐,首页显示网站分...
    1、用户注册自动生成用户目录,并判断是否发送邮件(可选jmail、Cdonts、Aspemail组件) 2、网站列表、网站排行、首页酷站推荐,首页显示网站分类,并显示当天最新注册用户 3、首页显示:共有站点数、每天可注册数、当天注册人数 4、用户登录随机验证码功能,并对用户密码进行64位md5加密,并记录登录次数、登录时间、登录IP 5、WEB管理功能,可批量删除、复制、移动文件,文件改名,删除或建立目录,并可通过WEB直接下载所有类型文件,可在线编辑所有Ascall类型文件,并具有源码查找替换功能 6、内置高速无组件文件上传系统,可实时通过WEB上传文件 7、空间占用统计,精确显示空间使用状况 8、计数器功能,自动生成用户计数器代码,用户可选择计数器样式、初始化计数,并具有防刷新功能 9、修改用户资料、修改密码功能-1, registered users automatically generate user directory, and to determine whether to send mail (optional jmail, Cdonts, Aspemail components) 2, the website lists, site rankings, Home Kuzhan recommendation, Home website shows classification, and display the same day the latest three registered users, the Home show : A total number of sites, daily registration number, registration number four day, users random functional verification codes and user password encryption md5 64, and recorded the number of login, login time, logged 5 IP, WEB management functions, batch delete, copy, transfer dynamic document, renamed
    2022-08-16 13:23:34下载
    积分:1
  • tongxunlu
    通讯录系统,有导入并保存数据的功能,还有增删查改(And import in the address book system, and the function of the data, and add or delete check instead)
    2016-06-20 21:17:25下载
    积分:1
  • 没什么,就是VC++写的HTTP下载的代码而已,学习用的
    没什么,就是VC++写的HTTP下载的代码而已,学习用的-Nothing is VC++ Written code HTTP download it, learning to use the
    2022-01-25 21:34:37下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载