-
一个聊天室程序,分为服务器与客户端两部分,更重要的是,附带开发文档,很不错的。
一个聊天室程序,分为服务器与客户端两部分,更重要的是,附带开发文档,很不错的。-A chat room procedures, server and client into two parts and, more importantly, with the development of the document, it is good.
- 2022-09-29 00:55:04下载
- 积分:1
-
icmp的使用 ping测试与主机网络连接是否正常
icmp的使用 ping测试与主机网络连接是否正常
-icmp use ping to test network connectivity with the host whether it is normal
- 2022-07-04 18:55:20下载
- 积分:1
-
delphi服务端和客户端的连接.rar
delphi服务端和客户端的连接.rar-delphi client service and client connectivity. rar
- 2022-08-13 18:11:38下载
- 积分:1
-
Winsock API封装类(37KB)
Winsock API封装类(37KB)-Winsock API package category (37KB)
- 2022-09-16 22:40:03下载
- 积分:1
-
socket connected to server
socket连接的服务器端和客户端程序,能够相互间实现通信,代码能够执行-socket connected to server-side and client-side procedures, to achieve inter-communication, the code to perform
- 2023-02-17 10:55:03下载
- 积分:1
-
在VC6.0下编译,可以通过Xmodem―128、256、512和1K Xmodem协议传输文件到单片机,避免了繁琐的烧录步骤...
在VC6.0下编译,可以通过Xmodem―128、256、512和1K Xmodem协议传输文件到单片机,避免了繁琐的烧录步骤-In VC6.0 compiled, you can Xmodem-128, 256,512 and the 1K Xmodem protocol to transfer files to the microcontroller, avoiding the tedious steps in burning
- 2022-01-31 02:26:11下载
- 积分:1
-
使用完全端口进行网络编程。这是一个非常有用的例子程序。
使用完全端口进行网络编程。这是一个非常有用的例子程序。-full use of port network programming. This is a very useful example programs.
- 2023-08-11 17:15:04下载
- 积分:1
-
我测试过了,效果好,可以挂协议分析
我测试过了,效果好,可以挂协议分析-I ve tested, and effective and can be linked to protocol analysis
- 2022-08-23 15:53:07下载
- 积分:1
-
文件传输程序几源码,网络传输开发,从事TCPIP技术
文件传输程序几源码,网络传输开发,从事TCPIP技术-file transfer procedures several source, network transmission development, technical engaged TCPIP
- 2022-12-17 05:30:03下载
- 积分:1
-
1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。
对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。
-1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
- 2022-03-03 08:55:18下载
- 积分:1