当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - linux chat tcp c code
搜索资源列表
-
0下载:
linux下用c写的简易聊天室程序,非常好的tcp通信源代码,用的是c语言,一般直接就可以用-under linux with c chat room to write a simple program, very good communication tcp source code using c language, generally can be used directly
-
-
0下载:
linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
-
-
0下载:
在Linux下有关C语言网络聊天系统的源代码..使用的是tcp协议-In the Linux under the C language source code online chat system .. using tcp protocol
-
-
0下载:
在linux环境下的,基于tcp协议栈使用c语言实现的多人能同时在线聊天的聊天室代码-Under linux environment, the stack using c language tcp protocol based on simultaneous multiplayer online chat chat room code
-
-
0下载:
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
-