当前位置:
首页 资源下载
搜索资源 - linux chat server in c
搜索资源列表
-
0下载:
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
-
-
0下载:
linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
-
-
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下载:
本程序在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
-
-
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下载:
这是一个普通的聊天程序。服务器用C写,客户端的逻辑层用C写,客户端用户界面用Java写,它和逻辑层之间用JNI相连。此程序运行在Linux+Netbean之上。-This is an ordinary chat program. Server written in C, client written in C, the logic layer, client-side user interface written in Java, it is connected to the logical l
-
-
0下载:
linux平台c语言写成的局域网聊天服务器程序-c language linux platform LAN chat server program written in
-
-
0下载:
在linux环境下,用c语言编写的,使用tcp协议的服务器端程序,实现聊天室功能的服务器端程序-In the linux environment, using the c language, using the tcp protocol server-side programs, and chat room features a server-side program
-
-
0下载:
这是linux下,多对多的基于TCP\IP简单的C语言聊天程序。
id:内容
指定发给某一人
内容
发给服务器
*:内容
发给所有人-This is under linux, many-to-many TCP \ IP simple chat program in C language.
id: content
Specify issued to a person
Content
Sent to the server
*:content
Distr
-
-
0下载:
在linux下,用C语言实现的聊天程序中服务器的实现,程序可编译运行。-In Linux, using C language implementation of the realization of the server chat program, and the program can be normal compilation operation.
-
-
0下载:
tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
-
-
0下载:
tcp协议的简单聊天工程,由客户端、服务器组成,用c语言实现,可用于嵌入式linux网络编程中。-Simple chat engineering, TCP protocol is composed of client, server, implemented in c language, can be used in the embedded Linux network programming.
-
-
0下载:
网络文字聊天工具,客户端在windows平台用VC实现,服务端在linux平台用C++实现。-Network chat tool, the client in the windows platform realized by VC server in the Linux platform, using C++ implementation.
-
-
0下载:
我自己写的一个基于tcp/ip的聊天服务器,可是实现实时通话以及多人通话,请多多指教,其中用到了链表,是在linux c下编写-I write a chat server based on TCP/IP, but in real time to speak, and many people call, please advice, which use the linked list, is written under Linux c
-
-
0下载:
在Linux下用C语言编写实现的聊天室,实现了群聊功能,包含客户程序和服务器程序-In the chat room to achieve Linux written in C language to achieve a group chat features, including client and server programs
-
-
0下载:
实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持windowNT/2000/XP/linux/solaris/unix。本系统无需任何WEB SERVER、数据库系统支持,完全独立运行。不需要将本软件与任何WEB服务器安装于同一目录或子目录,增加语音聊天功能,增加头像功能,增加视频功能,增加视频聊天功能-Achieve special high perform
-
-
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
-