搜索资源列表
chat
- 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux
socket_chater
- 用C语言写的Linux下基于socket通讯的聊天程序,可以实现端到端的聊天或多人组播聊天
Linux下c语言开发的聊天工具
- Linux下c语言开发的聊天工具,gtk库生成图形界面,socket
qq_chat.rar
- linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
chat
- linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
Qt4chat
- 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
linux_chat
- linux下基于tcp实现的类似于qq的聊天程序,相信对学习linux下的socket编程有很大帮助。-linux qq based on linux tcp socket programming
FreeChat-ssl
- linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
socket-windows-linux
- 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 -Cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools
server
- thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
SOCKET-Linux-chat
- 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
chat_example.tar
- Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
SOCKET
- Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
Room
- 这个在linux下gcc编译通过的聊天室,是基于udp协议的。能够发送消息的时候,显示用户名。进入和退出聊天室都有相应的提示,是TCP/IP Socket编程(C语言描述)学习的好实例
socket.tar
- Linux下C语言写的简易的socket聊天室,可供新手参考-Linux C language to write simple socket chat rooms for novice reference
linux-socket-chat
- 本聊天室程序在Ubuntu下,采用C语言实现,结构为Client/Server结构 服务端程序通过共享存储区存储聊天数据,并发送给每个连接的客户端 -This chat program under the Ubuntu, using C language implementation, structure of Client/Server structure Chat server program through the Shared storage area to store
Linux_TcpSocket_CPP_Code
- linux C++ socket 聊天软件-char software
SOCKET-QQ
- socket在linux环境下实现基本的聊天功能的C程序,包含服务端和客户端-Realization linux basic chat function C program
linux_qq
- 该代码在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