当前位置:
首页 资源下载
搜索资源 - chatroom send file
搜索资源列表
-
1下载:
本程序用C++socket实现多人聊天功能。
具体功能为:服务器可以对说有人说话。
服务器可以与单个用户对话。
服务器可以踢出所有人。
服务器可以踢出某一个人。
客户端可以发送文件给服务器。
客户端可以与客户端私聊。
客户端可以说有人说话。-This procedure using C++ socket to achieve more than chat. Specific functions as follows: the server can say
-
-
0下载:
这是一个包含用户界面的聊天软件,使用Java语言进行编辑。
采用了非常高效的编码逻辑,可以实现server端和client端。-It is the implementation of GUI for a chat room program.
Behaviors (Server)
When the server starts up, it should try to load from “accounts.dat” for saved accounts
o Each account
-
-
0下载:
简单的局域网聊天工具QQ,自己编写,实现了文件传输,发送图片,添加好友、上线提醒等功能,亲测可用。-Simple LAN chat tool QQ, their preparation, to achieve the file transfer, send pictures, add friends, on-line reminder functions, pro-test is available.
-
-
0下载:
此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息;
采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S s
-