-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1
-
一套完整的远程报警系统管理软件,电话访问鼻翼…
一套完整的远程接警系统管理软件,通过电话接入报警信息,并作出处理:显示报警、处警预案、客户信息等。-a complete set of remote Alarm System management software, telephone access alarm information, and handling : report showed that Alarming plans, customer information.
- 2022-02-21 23:59:46下载
- 积分:1
-
tcp/ip package check
tcp/ip package check
- 2023-02-22 16:50:03下载
- 积分:1
-
介绍交换机的设计原理,以及在设计中需要注意的地方,本文主要是一个基础新的介绍。...
介绍交换机的设计原理,以及在设计中需要注意的地方,本文主要是一个基础新的介绍。-Introduction switch design principles, as well as in the design of places that need attention, this article is primarily a foundation for a new introduction.
- 2022-11-27 01:05:03下载
- 积分:1
-
phone PDA Design entry
手机PDA程序设计入门-序与导读
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 135 KB
书籍等级:
整理时间: 2005-8-10 6:34:30
-phone PDA Design entry-sequence and Guide books Language : English books categories : program design license : free software books Size : 135 KB books Grade : collate Time : 2005-8-10 6:34:30
- 2022-05-14 11:44:14下载
- 积分:1
-
zigbee无线点灯主程
TI CC2530 无线点灯程序,通过按键来无线控制台灯的开关。此程序是为主程。覆盖TI原文件即可轻松使用
- 2022-01-25 23:49:06下载
- 积分:1
-
用PIC16C57发电机DTMF电话
use pic16c57 to generator dtmf in telephone-pic16c57 to use in telephone generator Pages
- 2022-06-02 10:26:31下载
- 积分:1
-
ADPCM 4:1 coder and decoder
ADPCM 4:1 coder and decoder
- 2023-04-06 21:25:03下载
- 积分:1
-
是一个方便简单的聊天程序,可以在局域网内运行
是一个方便简单的聊天程序,可以在局域网内运行-convenience is a simple chat program can be run on LAN
- 2022-02-22 12:58:06下载
- 积分:1
-
这是一个维特比算法代码,用于卷积C.解码
This a code for Viterbi algorithm,which is used in the decoding of convolution codes efficiently.-This is a code for Viterbi algorithm,which is used in the decoding of convolution codes efficiently.
- 2022-03-31 18:27:01下载
- 积分:1