搜索资源列表
socketonLinux
- Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
myicq-win_src
- MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 --------------- 采用MySQL数据库 日志文件 配置文
gaim-1.3.1.tar
- linux下运行的聊天工具,允许你与任何使用即时信息服务器的人谈话。支持由多个插件组成的多平台连接特性。这些插件允许你连接其他聊天服务器如Yahoo!,ICQ,或IRC。-chat tools, and allows you to use any instant messaging server conversations. Supported by a number of plug-in component of the multi-platform connectivity. These p
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
chatbymessage.rar
- linux环境下,用IPC和多进程的实现的一个聊天室,linux environment, multi-process with the IPC and the realization of a chat room
linuxmutitalk.rar
- 采用socket套接字方式实现一个简单的linux下多人聊天程序,运用了多线程技术。,To achieve more than a simple chat program under linux, using multi-threading.
chat.rar
- linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
ChatServer
- Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
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)
serviceandclient
- linux下用c写的简易聊天室程序,可以多用户聊天-under linux using c write simple chat program, you can multi-user chat
chatInLinux
- Linux环境下的文本聊天,包含客户端与服务器端, 支持多方聊天。适合刚接触Linux网络编程的人学习使用。-Chat use text in Linux environment, including client and server process and it was support multi-chat. For fresh student learn Linux network programming.
intranet-chat-system-
- 一个linux系统下的小型局域网聊天系统,通过多线程实现。实现了群聊、和单人聊天两种模式。-A small linux system LAN chat system, through multi-threading. Achieve a group chat, and chat with single modes.
linux--multi-process
- 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
linux_chat
- linux课程设计,完成对话框界面实现群聊、客户端标志、客户端退出、聊天记录功能、单聊功能、多聊等功能功能。-Linux curriculum design, complete the dialog box interface to achieve the group chat client signs, exit the client, chat recording function, single chat feature, multi-chat function function.
chat.tar
- 多用户聊天系统,是在Linux环境下实现的,类似于QQ群系统!-Multi-user chat system is implemented in the Linux environment, similar to the QQ group system!
chat
- linux下的网络编程,使用C语言,实现多人会话聊天室. 具体功能包括: 注册与登录系统,群聊,私聊,在线用户查询-Linux network programming, the use of C language, the realization of multi person chat rooms. Specific features include: registration and login system, group chat, private chat, online user qu
chat.tar
- Linux C编写的基于tcp协议的多人聊天,仿QQ功能(Multi person chat based on TCP protocol)
chat
- A really basic multi-user communication system for u*nix/Linux. Source code from 1985.