搜索资源列表
伯克利socket聊天室
- 使用伯克利套接字以及Select实现了一个聊天大厅, 使用GCC编译, 平台为linux或者类unix系统.
linux下c语言多路复用实现聊天程序
- 多路复用实现的聊天程序的客户端和服务器端
linux网络编程C/S
- C语言开发的基于命令行的聊天软件源码,包含client端和server端
即用即查linux命令行实例参考手册代码;多级反馈队列调度算法;多功能聊天软件的设计与开发
- 即用即查linux命令行实例参考手册代码;多级反馈队列调度算法;多功能聊天软件的设计与开发.
linux_qq.linux局域网聊天工具原代码
- linux局域网聊天工具原代码,c语言编写,LAN chat tools linux source code, c language
linux下采用多路复用技术的聊天室的客户端与服务端
- linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
chat.rar
- linux下开发的一款类似于QQ的网络聊天室,可以私聊也可以群聊,不过没有界面,利用的是多线程编程,linux developed a similar network QQ chat room, you can group chat can also私聊, but there is no interface, the use of the multi-threaded programming
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-new.rar
- linux 下c语言编写的聊天程序,里面包括几个相关的源码和说明。,linux prepared under the c language chat program, which includes several related source code and instructions.
chatbymessage.rar
- linux环境下,用IPC和多进程的实现的一个聊天室,linux environment, multi-process with the IPC and the realization of a chat room
QT4_qq
- 软件说明: QT做的QQ聊天系统,人机界面,还可传送文件 1.运行环境 linux FC4 2.应用软件 QT 3.3.4 使用方法: 1.把QT的库路径设在 /usr/lib/qt-3.3/lib 下。 2.在linux下打开目录,客户端运行./qq_client, 服务器端运行./qq_server。 3.服务器端点start server。 4.客户端输入服务器IP,点联接。 然后就可以正常聊天了。 -Software Descr
linuxCforChatRoom
- linux C聊天室代码,包括server端和client端。-chat rooms linux C code, including server-side and client side.
chat
- linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
ChatServer
- linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓linux网络套接字编程学习之良品-linux c multi-process multi-user chat server
SELECT
- linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
embedded-linux-chat-room
- 基于嵌入式linux的网络聊天室的实现,有详细的设计文档,和源码-Network based on embedded linux chat room implementation of a detailed design documents, and source code
linuxsocket
- linux聊天程序试试看毕业设计 没什么写的了-Try linux chat program not written by graduate design of the
linux
- 一个QQ聊天小软件,多进程,多线程,的聊天小工具,运用linux下C语言实现。-a software for commiunicate.
C-linux-chat
- 在linux系统下实现多人聊天室,文档内部有使用方法。-In the linux system to achieve more than chat rooms, use of internal documents.
linux_chat
- linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(linux chat server&client,based on TCP.)