搜索资源列表
centralized
- 这是一个学习SOCKET时的简单程序,可以用来检测ECHO协议,适合初学者-This is a learning SOCKET the simple procedures can be used to detect ECHO agreement for beginners
windows-socket
- 几种常用的Windows Socket 模型 好用又实用。-Windows Socket model several kinds of useful and practical.
Socket-RemoteCode
- this program is a client server chat system based on socket programming and it shows how a server can send some code to client for processing and receive output from client , it is a sample of running remote code
TVShow
- 以tcp传输协议为基础,运用Socket完成Online TV Show Store System-1. Developing a simple web server 2. Socket programming for TCP transport protocols 3. Protocol and message design for applications
net_2013_3_24
- 稳定易用的大容量 windows socket api 封装库,采用重叠完成端口模型实现,引擎采用异步消息控制,实现了一个简明易用的网络框架,发送和接收数据全都采用异步模式,发送和接收数据都不会给调用线程带来等待或者延迟,同时引擎实现了两种通信模式,流模式和消息模式,可以节省用户大量的构建时间。 引擎内部实现参考了 ACE 的种种概念,比如 proactor(预先操作,前摄器),task(任务),主动对象(Active Object),message queue(消息队列),lock(