CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux chat server in c

搜索资源列表

  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. FreeChat-ssl

    0下载:
  2. linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:33369
    • 提供者:lin
  1. server

    0下载:
  2. 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)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2151
    • 提供者:devesh
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:144245
    • 提供者:
  1. chat_example.tar

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. Chatting

    0下载:
  2. 这是一个普通的聊天程序。服务器用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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:79833
    • 提供者:morgan
  1. server.c

    0下载:
  2. linux平台c语言写成的局域网聊天服务器程序-c language linux platform LAN chat server program written in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3689
    • 提供者:张旭
  1. server

    0下载:
  2. 在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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1248
    • 提供者:王磊
  1. manytomany

    0下载:
  2. 这是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
  3. 所属分类:Linux Network

    • 发布日期:2017-11-11
    • 文件大小:12761
    • 提供者:李俊涛
  1. server

    0下载:
  2. 在linux下,用C语言实现的聊天程序中服务器的实现,程序可编译运行。-In Linux, using C language implementation of the realization of the server chat program, and the program can be normal compilation operation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:1300
    • 提供者:蓝雨
  1. VCPP6.0-Linux-TCP-chatroom

    0下载:
  2. 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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:3765403
    • 提供者:wenzi
  1. TCP_talk

    0下载:
  2. 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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:12545
    • 提供者:pingshengfu
  1. LittleIM

    0下载:
  2. 网络文字聊天工具,客户端在windows平台用VC实现,服务端在linux平台用C++实现。-Network chat tool, the client in the windows platform realized by VC server in the Linux platform, using C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5812454
    • 提供者:方展鹏
  1. chat_server

    0下载:
  2. 我自己写的一个基于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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1646
    • 提供者:白鹿
  1. ChatP

    0下载:
  2. 在Linux下用C语言编写实现的聊天室,实现了群聊功能,包含客户程序和服务器程序-In the chat room to achieve Linux written in C language to achieve a group chat features, including client and server programs
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:8234
    • 提供者:我查查
  1. MeChatT4.30

    0下载:
  2. 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持windowNT/2000/XP/linux/solaris/unix。本系统无需任何WEB SERVER、数据库系统支持,完全独立运行。不需要将本软件与任何WEB服务器安装于同一目录或子目录,增加语音聊天功能,增加头像功能,增加视频功能,增加视频聊天功能-Achieve special high perform
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1487846
    • 提供者:zzpudn91
  1. linux_qq

    0下载:
  2. 该代码在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
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
搜珍网 www.dssz.com