-
无线网络资料
无线网络资料-wireless network information
- 2023-08-11 12:30:03下载
- 积分:1
-
一个我自己编的手机游戏的原码,名称为“同色相溶”
一个我自己编的手机游戏的原码,名称为“同色相溶”-a series of mobile gaming in the original code name of "the same color miscibility"
- 2022-06-21 18:16:04下载
- 积分:1
-
procedures for the use of the VB programming language. Use Winsock Control to co...
本程序使用VB语言编程,使用WinSock控件完成的点对点(P2P)聊天和文件传输程序。可以实现两台机器间互发消息,并且有聊天和文件传输记录,安全可靠。-procedures for the use of the VB programming language. Use Winsock Control to complete the peer-to-peer (P2P) file transfer and chat procedures. Can be achieved between the two machines each other copies, as well as chat and file transfer records, safe and reliable.
- 2023-03-09 06:55:03下载
- 积分:1
-
这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重...
这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重复、顺序错乱等情况。 示例程序包含一个服务器端和一个客户端,可以多个客户端接入服务器端。-This is an agreement to use UDP communication examples procedures, is very simple, not so error-handling mechanism. Because UDP is a connectionless, unreliable communication protocol. Because of different network environment, there may be data loss, data duplication, the order of disorder and so on. Examples of the procedure includes a server-side and a client, multiple clients can access server-side.
- 2022-02-20 14:40:37下载
- 积分:1
-
嗨
Hi
I send you this document
- 2023-06-10 02:05:04下载
- 积分:1
-
用FFT实现相关函数快速估计。
用FFT实现相关函数快速估计。-using FFT function rapid estimates.
- 2022-03-23 04:05:38下载
- 积分:1
-
解决方案手册- Behrouz A. ForouzanTCPIP协议套件
解决方案手册- Behrouz A. ForouzanTCPIP协议套件
- 2022-03-22 21:31:10下载
- 积分:1
-
模拟电话卡的收费计费
模拟电话卡的收费计费- The simulation telephone card charge costs
- 2022-11-29 13:25:03下载
- 积分:1
-
M进制调制,包含。文件和。cpp文件。MPSK似乎越来越大…
M进制调制,包含.h文件和.cpp文件。MPSK似乎越来越被广泛运用了-M ary modulation, contains. H files and. Cpp file. MPSK seems more and more extensive use of the
- 2023-05-15 06:20:03下载
- 积分:1
-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1