-
a function of the SHBrowseForFolder folder browser controls, including source co...
一个封装了SHBrowseForFolder函数的文件夹浏览控件,包含源代码和简单的使用范例-a function of the SHBrowseForFolder folder browser controls, including source code and the use of simple examples
- 2022-01-25 17:40:00下载
- 积分:1
-
取bios信息,
取bios信息, -Check bios information
- 2022-04-08 19:40:10下载
- 积分:1
-
聊天程序,很简单的用c++编辑的程序,简单易懂!
聊天程序,很简单的用c++编辑的程序,简单易懂!-Chat program, a very simple to use c++ editing program, easy to understand!
- 2022-02-12 22:56:47下载
- 积分:1
-
original source code socket ping
原始套接字ping源代码-original source code socket ping
- 2022-02-20 18:42:15下载
- 积分:1
-
无限制的单工协议发送端和接收端程序,网络通信协议实例编程的基础...
无限制的单工协议发送端和接收端程序,网络通信协议实例编程的基础-unrestricted simplex agreement to send and receive software, network communication protocol based programming examples
- 2023-06-07 21:10:03下载
- 积分:1
-
getting the data via other application and send that to the web.
把大智慧软件的数据及时更新到网站(http)上,供其它人共享,商业程序,只有核心代码,不含界面,各位兄弟见谅。-getting the data via other application and send that to the web.
- 2022-02-06 08:16:29下载
- 积分:1
-
获取Internet服务器的时间,获取Internet服务器的时间
获取Internet服务器的时间,获取Internet服务器的时间 -Access to Internet time server, access to Internet time server
- 2022-04-24 05:36:30下载
- 积分:1
-
数据传输的源代码
数据传输程序代码-data transmission code
- 2023-05-02 16:35:07下载
- 积分:1
-
communications network using socket, a reference value
实现网络通信,采用socket方式,有参考价值-communications network using socket, a reference value
- 2022-02-21 07:14:13下载
- 积分: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