搜索资源列表
-
0下载:
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)
-
-
0下载:
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
-
-
0下载:
Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
-
-
0下载:
本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
-
-
0下载:
用于Linux操作系统,在QT环境下开发的基于Socket的聊天室,包括server和client两部分-For Linux operating system, developed in a QT environment Socket-based chat rooms, including two parts of the server and client
-
-
0下载:
linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
-
-
0下载:
linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/i
-
-
0下载:
本聊天室程序在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
-
-
0下载:
利用linux网络编程,实现多客户端之间相互聊天。其中,服务器实现消息转发的功能。-Use linux network programming, chat with each other across multiple clients. Wherein the server implementing message forwarding function.
-
-
0下载:
多人聊天室
1、在Linux下采用socket实现多进程间的通信
2、采用TCP/IP协议进行数据传输
3、服务端采用多线程技术支持多用户同时登陆
4、支持客户端之间直接通信-Chat room
1, using multi-socket communication between processes in Linux
2, using the TCP/IP protocol for data transmission
3, the server uses mu
-
-
0下载:
一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
-
-
0下载:
用C写的一个类似QQ的IM聊天工具:
1, 服务器为LINUX
2, 客户端为WIN
可以作为学习SOCKET编程的参考工程.-C wrote a similar QQ IM chat tools: 1, the server is LINUX 2, the client can be used as learning to WIN SOCKET programming reference works.
-