搜索资源列表
YCode
- 做了很多通讯服务器软件,先公布最基础的线程类源码,以后再公布“异步”TCP/IP通讯线程类源码。 本线程类,主要为了解决线程间同步互斥的问题,以及解决和主窗体数据交流同步的问题。已经很稳定长时间的运行于本人开发的服务器程序上。
wangshe
- 本文通过理论联系实际,利用vc++工具,利用mfc封装的API类设计一个能实现最基本的多用户的双机通信程序,既聊天室,旨在阐述网络程序设计的基本过程,tcp/ip协议的应用开发,多线程的应用特点。
TCP_UDP_SERVER
- 一个很好的SOCKET 类多线程服务器接受-A good type of multi-threaded server SOCKET accept
STSock32
- socket基类包装而成的,强大的套接字处理类,集成了阻塞非阻塞方式,TCP/udp方式 线程体,监听管理等功能-socket base packet lib, include more usefull operation for socket
8b80b1900b5a
- MFC多线程编程,用于TCP协议下的网络编程,采用CSOCKET类-MFC multi-threaded programming, under the TCP protocol for network programming, using CSOCKET class
TcpCommunication
- 使用C#语言Socket类TCP协议编写的Socket客户端和服务端通讯Demo,涉及到数据发送接收、多线程、监视器等操作。-Socket class using the C# language written protocol TCP Socket client and server communications Demo, involves sending and receiving data, multi-threaded, monitors and other operations.
LdxTCPClient
- TIdTCPClient 的封装类,自带线程进行socket读取,不用再自己写线程处理-include thread do process TIdTCPClient read buffer
QTcpTest
- 基于QT5.5.1的socket TCP协议通信示例,包含客户端与服务端,实现了多线程、心跳机制、断线重连,数据简单封包(防止粘包)等必备技巧,已经封装为独立的类,可以移植性强,只需要添加自己的数据解析与处理即可直接使用。-Based on QT5.5.1 socket TCP communications example, including client and server, realize multithreading, heartbeat, break line, simple dat