搜索资源列表
instance3
- 《Visualc++.net网络编程》随书源码:实例3 面向连接循环处理服务器编程 先运行服务器程序server.exe,再运行多次客户端client.exe,服务器屏幕显示出服务过的客户端数目。-"Visual. Net network programming "With the book source : Example 3 connection-oriented programming cycle processing server running the serv
QQProject
- 在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。
