文件名称:Linux_chat_sys
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 148kb
- 下载次数:
- 0次
- 提 供 者:
- 小**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
系统功能:1.注册与登录系统(登录时可将同账号的已在线用户顶下线)2.公聊3.私聊4.文件传输(可以拒绝和同意接收文件,收发双方都可以指定文件名和路径)5.保存消息记录6.保存用户信息7.客户端查看在线好友(ctrl+\ ,1)8.客户端查看所有好友(ctrl+\ ,2)9.客户端查看聊天记录(ctrl+\ ,3)10.服务器将指定客户端踢下线(ctrl+\ ,客户名) 11.用户快捷下线(ctrl+c)12.好友上线、下线提示
运行环境:必须运行在Linux系统环境下。
支持软件:Gcc gdb -System functions: 1. Registration and login system (login to the same account has been online users top off the assembly line) public chat private chat file transfer (can refuse and agree to receive files, send and receive both can specify file name and path) 5. saved message records 6. saved user information 7. client view online friends (ctrl+ \ 1) 8. client view of all your friends (ctrl+ \, 2) 9. client view chat history (ctrl+ \ 3) 10. servers will specify the client to kick off the assembly line (ctrl+ \, customer name) 11. user shortcut downline (ctrl+c) 12 friends on-line, off the assembly line prompt operating environment: must be run on a Linux system environment. Support Software: Gcc gdb
运行环境:必须运行在Linux系统环境下。
支持软件:Gcc gdb -System functions: 1. Registration and login system (login to the same account has been online users top off the assembly line) public chat private chat file transfer (can refuse and agree to receive files, send and receive both can specify file name and path) 5. saved message records 6. saved user information 7. client view online friends (ctrl+ \ 1) 8. client view of all your friends (ctrl+ \, 2) 9. client view chat history (ctrl+ \ 3) 10. servers will specify the client to kick off the assembly line (ctrl+ \, customer name) 11. user shortcut downline (ctrl+c) 12 friends on-line, off the assembly line prompt operating environment: must be run on a Linux system environment. Support Software: Gcc gdb
(系统自动生成,下载前可以参看下载内容)
下载文件列表
吴涛\linux即时聊天系统--概要设计说明书的.doc
....\Project_code\client
....\............\client.c
....\............\client.o
....\............\display
....\............\display.c
....\............\linklist_s.c
....\............\linklist_s.o
....\............\makefile1
....\............\makefile2
....\............\server
....\............\server.c
....\............\server.o
....\............\user_data
....\Project_code
吴涛