-
聊天程序的源码,对学习socket编程很有帮助。
聊天程序的源码,对学习socket编程很有帮助。-Chat program source code, useful for learning socket programming.
- 2022-03-24 18:32:15下载
- 积分:1
-
一个UDP监听程序可以显示所有数据来自端口5260
一个监听udp的程序,可以把5260端口发过来的数据都显示出来-A udp listener program which can display all the data come from port 5260
- 2022-05-20 21:33:34下载
- 积分:1
-
为如何获取网卡的mac地址的程序,方法简单,一看就会
为如何获取网卡的mac地址的程序,方法简单,一看就会-how to access the LAN mac addresses in the method, one will see
- 2022-05-16 07:59:42下载
- 积分:1
-
IEXPLORER BHO插件
iexplorer BHO plugin
- 2022-10-10 07:50:04下载
- 积分:1
-
Microsoft VC++7.0 Change
具体使用解压后即可得知
Microsoft VC++7.0 Change
具体使用解压后即可得知-Microsoft VC 7.0 Change specific use to get unpacked
- 2022-10-31 14:55:03下载
- 积分:1
-
ftp类库,用C++开发时可以调用进行ftp传输文件。
ftp类库,用C++开发时可以调用进行ftp传输文件。-ftp library, using C++ developers can call to ftp to transfer files.
- 2023-03-15 18:20:03下载
- 积分:1
-
端口数据传送与接收
端口数据传送与接收-port data transmission and reception
- 2022-08-24 16:15:33下载
- 积分:1
-
用VB编的winsock服务器端
用VB编的winsock服务器端-VB series winsock server
- 2022-02-01 02:58:06下载
- 积分:1
-
Display network traffic, monitor network traffic to the c
显示网络流量,进行网络流量监控的c源码!显示图形介面直观易懂。编译完全通过。-Display network traffic, monitor network traffic to the c-source! Showed an intuitive graphical user interface easy to understand. Entirely by the compiler.
- 2022-11-18 21:50:04下载
- 积分: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