搜索资源列表
ChatRoom(Csocket)
- Winsock实现网络聊天室.源代码拷入硬盘中,用Visual C++打开项目文件,即可编译运行。
ChatRoom(Winsock)
- CSocket实现聊天室. 用Visual C++打开项目文件,即可编译运行。
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
TCPIPchat-room
- VC++MFC工程实现的TCP/IP的聊天室软件,有客户端和用户端。可以实现客户端之间的文件传输,界面友好,有实现报告文档-a chat room project developed by VC++, with sevice and client terminals ,beside , these codes can realize file transmition betwee two client terminals with a friendly oprating interface.
VC_network_communication_programming
- Visual C++网络通信编程实用案例精选这本书中所带的一些源代码。有许多实用的程序,像聊天室,简单浏览器实现,网站下载,语音聊天,远程监控,类似网络蚂蚁的断点续传程序、传输文件等对学习网络编程很有用-Visual C++ network communication programming practical case selection in this book brought some of the source code. There are many useful programs,
clientAndserver
- 聊天室,可以进行文件传输,可以进行私人聊天。-Chat rooms, you can transfer files to a private chat.
vbChatRoom
- visual basic 6.0 开发的聊天室,可以传文件,有一点研究价值,希望对大家有用!-visual basic 6.0 development of chat rooms, you can transfer files, there is little research value, hope for all of us!
SocketDemo13
- 只有简单的聊天室代码,没有文件共享,没有可视化界面,单纯的学习交流(Only simple chat room code, no file sharing, no visual interface, simple learning exchange)