-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1
-
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的...
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的-A program written by VC is on RS232, with detail document description. Sure to get something after reading.
- 2022-01-27 23:03:40下载
- 积分:1
-
用MODEM实现来电显示的方法,可以针对任何内置与外置型的MODEM
用MODEM实现来电显示的方法,可以针对任何内置与外置型的MODEM-with MODEM CND approach to address internal and external to any type of MODEM
- 2022-01-26 03:04:17下载
- 积分:1
-
这是我最近的VC与IrDA通信Linux平台下编写的…
这是我最近在VC平台下编写的一个与LINUX平台通讯的IRDA程序,在运行此程序前一定要先下载一个SDK,这是VC下IRDA通讯所必须的。-This is my recent VC prepared under a Linux platform with the IRDA communication procedures, Run this program in the former must first download an SDK, which is VC IRDA communication requires.
- 2023-01-29 22:50:03下载
- 积分:1
-
MC52233 based data acquisition schematic
MC52233 based data acquisition schematic
- 2022-03-23 21:28:16下载
- 积分:1
-
Template code to send UDP server to receive network programming, as well as othe...
模板代码 实现UDP发送接收以及作为服务器网络编程等重要功能-Template code to send UDP server to receive network programming, as well as other important functions
- 2022-05-07 06:07:14下载
- 积分:1
-
ofdm matlab 程序代码
OFDM码与调制解调采用4-QAM。正交频分复用技术的代码,在整个范围内的工作状态。所使用的信道或者是AWGN信道。的BER(误码率)对SNR(信噪比),图形绘制。
- 2022-04-09 01:07:15下载
- 积分:1
-
QAM源代码,方便大家使用,谢谢分享,其实我也有点无奈
QAM源代码,方便大家使用,谢谢分享,其实我也有点无奈-QAM source code, easy to use you, thank you sharing, in fact, I feel quite helpless
- 2022-01-26 03:02:23下载
- 积分:1
-
section of the dll vc programming code, mainly through dll visit Parallel, throu...
一段vc++的dll的编程代码,主要通过dll访问并口,通过并口收发数据-section of the dll vc programming code, mainly through dll visit Parallel, through the parallel port data transceiver
- 2023-07-28 15:40:03下载
- 积分:1
-
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。...
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。-This document describes the now popular H264 revenue of the three codes, and compare the merits of the three.
- 2022-02-06 12:35:11下载
- 积分:1