-
udp agreement simulation program (receivers)
udp协议仿真程序(接受端)-udp agreement simulation program (receivers)
- 2022-04-10 22:12:04下载
- 积分:1
-
java编写的sslvpn代码,现在比较流行的一种VPN技术,附带有安装说明...
java编写的sslvpn代码,现在比较流行的一种VPN技术,附带有安装说明-sslvpn prepared by the code, a more popular form of VPN technology, a fringe install
- 2022-02-04 11:16:28下载
- 积分:1
-
Dove Chuanshu LAN code is indispensable ip software can be designated to carry o...
飞鸽传书代码 是局域网不可缺少的软件
可对指定ip进行传送文件,传送速度极快-Dove Chuanshu LAN code is indispensable ip software can be designated to carry out transmission of documents, speed send
- 2023-05-16 02:40:03下载
- 积分:1
-
messy personal website design system v1.3 by adding music to show functional, si...
凌乱设计个人网站音乐系统 v1.3 加入连播功能,可单页播放,加入连播SQL补丁,安全,速度稳定,系统支持MP3,RM-messy personal website design system v1.3 by adding music to show functional, single-page player, joined to show SQL patches, security, speed and stability, the system supports MP3, RM
- 2022-03-14 08:20:59下载
- 积分:1
-
我收集的C++ builder编写socket的文章.
我收集的C++ builder编写socket的文章.-I collected C builder prepared socket article.
- 2022-02-07 08:21:21下载
- 积分:1
-
一个网络包监控程序,包括抓包的驱动代码
一个网络包监控程序,包括抓包的驱动代码--A network packet monitoring program, it includs driver code of grasping packet
- 2022-02-26 08:24:39下载
- 积分:1
-
简单的一套停车场管理系统,后来进行了一次修改,新手朋友们可以参考一下。...
简单的一套停车场管理系统,后来进行了一次修改,新手朋友们可以参考一下。-Simple set of car park management system, and later carried out a revised new friends for reference.
- 2022-06-19 19:07:39下载
- 积分:1
-
- 2022-02-07 03:37:38下载
- 积分:1
-
UDP examples of socket programming examples
socket编程实例UDP实例,112335456612-UDP examples of socket programming examples
- 2022-05-27 12:37:54下载
- 积分:1
-
纯ALOHA协议
在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。
所以对当前帧时,只有两种情况下可以发送成功:...
纯ALOHA协议
在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。
所以对当前帧时,只有两种情况下可以发送成功:
1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送;
2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。
其他情况下都会产生冲突。
发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上去,并设该帧的相对时间为Rt% FRAMETIME。这样即相当于用户等待一随机时间后重发。
对每一帧时进行上述控制,最终可得到成功发送的次数Suc,将其除以Suc = Suc /ARRAYLENGTH即得平均每帧时发送成功的帧数。
对于不同G,得到不同FrameArray,所得的Suc也不同,用一个数组来保存G与Suc的对应关系,再将其画出来。
-pure ALOHA agreement under the agreement, as long as users have a frame, it will transmit out, conflict, will wait for a random period of time before re-issued. Therefore, the current frame, there are only two circumstances can this success : 1) the current frame only one to send, and the current frame before one-time frame sent; 2) the current frame only to send a (t this moment), but before a final of a transmission time not (t-FRAMETIME) ~ t this time. Other cases will have conflict. Conflict, to continue to disseminate the wrong frame, users re-sending fram
- 2022-01-21 18:08:46下载
- 积分:1