搜索资源列表
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
socketmultithread
- 多线程socket,有一个客户端,一个服务器端,可进行通信聊天-Multi-threaded socket, there is a client, a server can communicate with chat
liaotian
- 基于Socket通信机制和多线程技术的聊天室程序设计 下面为聊天室服务器端程序和客户机端程序,调试该程序,验证程序所具有的“聊天”功能,然后结合这段程序,通过增加线程的方法,使程序具有服务器端程序可以同时接纳2个以上客户登陆,并实现各客户机间的“聊天”功能。 -Socket-based communication mechanisms and multi-threading programming chat rooms following procedures for the chat
Chat4WSASocketVS2010
- 本工程为一个基于VS2010,基于对话框,利用最新Socket函数,采用异步自定义消息,多线程技术的用于学习的网络聊天程序,已通过调试可以运行。-This is a chat project based on VS2010, Dialog,With the newest Socket function using, user defined message, multi-thread technologies. Also, it s mainly aimed for learnig.