-
a simple communications program used CAsyncSocket class.
- 利用CAsyncSocket类实现简单通信.-a simple communications program used CAsyncSocket class.
- 2022-05-31 09:32:07下载
- 积分:1
-
串口用例;通过这些基于widows上的串口开发用例熟悉串口开发流程。...
串口用例;通过这些基于widows上的串口开发用例熟悉串口开发流程。-Serial use case widows through the serial port on the development of use case development process are familiar with serial port.
- 2023-03-01 01:55:04下载
- 积分:1
-
development of the OPC server Fan 1 cases. OPC is primarily applicable to proces...
开发OPC server的一个例范。OPC主要适用于过程控制和制造自动化等应用领域,你可以从该例子中学习如何编写一个服务器程序。-development of the OPC server Fan 1 cases. OPC is primarily applicable to process control and manufacturing automation applications, you can from the examples to learn how to prepare a server.
- 2023-09-03 13:55:04下载
- 积分:1
-
智能楼宇中心管理代码
应用背景应用于楼宇对讲设备管理,中心管理,呼叫对讲,视频查看等等。关键技术视频查看,语音对讲,基于天敏视频采集卡SDK3000开发的视频监控系统。采用串口通信将硬件系统和软件系统进行连接。数据的传输方面我们做了细致的优化,达到了报警信息和对讲功能的实现更加快捷。实现中心监控门口和围墙机,室内机对中心的呼叫与监控,门口机和围墙机呼叫中心并自动开启监控。系统包含:小区结构、呼叫对讲、 报警监控、信息发布、门禁管理、巡更打卡、信息查询、系统设置以及智能社区等功能模块。
- 2022-10-02 04:00:04下载
- 积分:1
-
Learning process and thread examples enhance the understanding of processes and...
学习进程和线程的例子,增强对进程和线程的理解和应用。-Learning process and thread examples enhance the understanding of processes and threads and applications.
- 2022-06-17 12:22:23下载
- 积分:1
-
另外一个XML格式文件xsl,对soap的理解更深,有表头明细
另外一个XML格式文件xsl,对soap的理解更深,有表头明细-another xsl XML format, the right soap deeper understanding, the first detailed Table
- 2022-07-01 09:33:54下载
- 积分:1
-
opnet下的aovd
opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真
- 2022-02-01 05:39:44下载
- 积分:1
-
Automotive communication protocols h78
汽车通讯协议 h78-232转换协议-Automotive communication protocols h78-232 conversion agreement
- 2022-10-25 15:50:03下载
- 积分:1
-
Filter Design 1.rar
滤波器设计1.rar-Filter Design 1.rar
- 2022-04-28 21:30:22下载
- 积分:1
-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1