-
VC++ 串口通信,可以收发数据,可选用TCP/IP
通信
VC++ 串口通信,可以收发数据,可选用TCP/IP
通信-VC++ Serial communication, you can send and receive data, may choose to use TCP/IP communications
- 2022-10-03 15:50:03下载
- 积分:1
-
VC++编写的基于TCP协议的聊天程序
可实现文字聊天与文件传输功能...
VC++编写的基于TCP协议的聊天程序
可实现文字聊天与文件传输功能-VC++ Prepared based on the TCP protocol chat program can be achieved with text chat and file transfer capabilities
- 2022-07-24 23:31:43下载
- 积分:1
-
* The procedure is a simple port scanning procedures, the use of TCP socket* fol...
* 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket* followed test objectives mainframe connectivity ports in order to judge whether to open ports.* Procedures for the use of the design thread pool, a total of 100 threads.
- 2023-07-24 10:50:03下载
- 积分:1
-
vs. the 2005 MFC people online chat software. a client and server
vs 2005+MFC实现的多人在线聊天软件,有客户端和服务器端 socket编程-vs. the 2005 MFC people online chat software. a client and server-side socket programming
- 2022-01-26 04:14:00下载
- 积分:1
-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1
-
bpsk, 调制和解调的源程序。我弄过了,6.5上可以用的
bpsk, 调制和解调的源程序。我弄过了,6.5上可以用的-BPSK modulation and demodulation of the source. I damaged before, and 6.5 can be used
- 2022-12-26 12:45:03下载
- 积分:1
-
简单的一套停车场管理系统,后来进行了一次修改,新手朋友们可以参考一下。...
简单的一套停车场管理系统,后来进行了一次修改,新手朋友们可以参考一下。-Simple set of car park management system, and later carried out a revised new friends for reference.
- 2022-06-19 19:07:39下载
- 积分:1
-
video chat devices on the LAN with good results, but in the public network is no...
视频聊天器,在局域网中效果很好,但在公网中不是太好!-video chat devices on the LAN with good results, but in the public network is not very good!
- 2022-12-02 17:05:03下载
- 积分:1
-
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当...
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Description of the procedures for the security thread. The examples of the functions and multi-threaded server with similar examples, but the addition of a customer data storage function, which is to store each server will connect customers come in all the data, when connected after termination of service customers will show the names and corresponding data.
- 2022-01-22 03:51:50下载
- 积分:1
-
CSDN网络版“小猪”写的一个重叠端口完成例程的网络通讯程序。...
CSDN网络版“小猪”写的一个重叠端口完成例程的网络通讯程序。-CSDN Network Edition of the "something" was a complete overlap port routines network communication process.
- 2022-01-25 16:51:23下载
- 积分:1