-
用vc实现的多线程聊天室程序,包括服务器和客户端
用vc实现的多线程聊天室程序,包括服务器和客户端-By vc realize the multi-threaded chat room procedures, including server and client
- 2022-05-22 01:11:28下载
- 积分:1
-
取得本机名与IP地址
取得本机名与IP地址-made the machine name and IP address
- 2022-12-12 21:25:03下载
- 积分:1
-
MailCheck_src
MailCheck_src
- 2022-02-01 04:27:45下载
- 积分:1
-
Http link to download the designated time, only the use of socket to download
下载指定http链接的时候,仅仅使用socket去下载-Http link to download the designated time, only the use of socket to download
- 2022-03-14 12:18:40下载
- 积分:1
-
得到网络上的所有主机名称和IP地址
得到网络上的所有主机名称和IP地址- Obtains in the network all main engines name and the IP address
- 2022-02-14 21:35:06下载
- 积分:1
-
是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信...
是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
- 2022-02-05 03:46:44下载
- 积分:1
-
用VB编写的TCP_IP通信软件,好用,在调试单片机网络通讯时可以用...
用VB编写的TCP_IP通信软件,好用,在调试单片机网络通讯时可以用-VB TCP_IP prepared by the communication software and ease of use in communication network debugging MCU can be used
- 2022-02-24 18:24:12下载
- 积分:1
-
从网上收集的短信网关范例,使用VC,结构…
从网上收集的短信网关范例,使用VC++,结构比较清晰.方便进行2次开发-collected from the Internet messaging gateway example, the use of VC, the structure is relatively clear. 2nd facilitate development
- 2022-02-21 16:18:34下载
- 积分:1
-
一个简单的vc下tcp客户端获取时间程序,希望对初学者有所帮助...
一个简单的vc下tcp客户端获取时间程序,希望对初学者有所帮助-Vc under a simple tcp client access time to the procedure, and they hope to be helpful for beginners
- 2022-02-20 22:37:01下载
- 积分: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