CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - linux socket chat

搜索资源列表

  1. linuxmutitalk.rar

    0下载:
  2. 采用socket套接字方式实现一个简单的linux下多人聊天程序,运用了多线程技术。,To achieve more than a simple chat program under linux, using multi-threading.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:25890
    • 提供者:huyang
  1. chat

    0下载:
  2. linux下的socket通信,基于tcp编程,可以实现多个用户聊天,一发一收,并有用户名,密码输入功能-The socket communication under Linux, based on TCP programming, can implement multiple users to chat, a charge the sniper, and useful account name and password input function
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1980
    • 提供者:vivian
  1. Qt4chat

    0下载:
  2. 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:608060
    • 提供者:倪明
  1. qq

    0下载:
  2. qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:4147
    • 提供者:liuyuanqing
  1. socket-windows-linux

    0下载:
  2. 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 -Cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-01
    • 文件大小:33791
    • 提供者:wangjia
  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. chat

    0下载:
  2. unix / linux use socket programming of a chat room examples-unix/linux use socket programming of a chat room examples
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:14181
    • 提供者:ken
  1. chat

    0下载:
  2. 基于linux socket的聊天程序,欢迎大家下载,并提建议,谢谢!-this is a like qq chat program ! welcome everybody download ! this is a like qq chat program ! this is a like qq chat program !
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:2558
    • 提供者:chenyq
  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. SOCKET

    0下载:
  2. Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:166912
    • 提供者:bwz
  1. socket

    0下载:
  2. 在LINUX下实现了一个简单的聊天室程序,可以实现基于socket的聊天功能。-LINUX to achieve in a simple chat program, you can socket-based chat feature.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:2856
    • 提供者:杨光
  1. chat

    0下载:
  2. 该代码是linux下用SOCKET编写的局域网内的聊天室,具有新用户注册,群聊,私聊,上线通知和下线通知的功能,刚学习linux下SOCKET编程的同学可以-The code is written under linux SOCKET LAN chat room with the new user registration, group chat, private chat, on-line notification and offline notification feature, just
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2096
    • 提供者:周卓斌
  1. Linux-GTKP-chat

    0下载:
  2. Linux Socket 基于GTK+聊天软件,采用父子进程编写,互斥死锁-Linux Socket based on GTK+ chat software written in parent-child process mutex deadlock
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:36421
    • 提供者:爱德华
  1. Socket.chat-master

    0下载:
  2. 这是一个开源代码,在linux系统中实现局域网聊天,利用TCP/IP协议。-This is an open source code, LAN chat in the Linux system, using TCP/IP protocol.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-11
    • 文件大小:8074
    • 提供者:
  1. socket.tar

    0下载:
  2. Linux下C语言写的简易的socket聊天室,可供新手参考-Linux C language to write simple socket chat rooms for novice reference
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:9381
    • 提供者:张稷勇
  1. linux-socket-chat

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

    • 发布日期:2017-04-08
    • 文件大小:107636
    • 提供者:zhangzhaoqing
  1. linux-socket

    0下载:
  2. linux下的socket编程,实现简单的聊天功能-Linux under the socket programming, the realization of a simple chat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5447
    • 提供者:李开复
  1. chat_sem

    0下载:
  2. 用linux的套接字 ,实现字符界面的聊天。主要用的信号量,共享内存-With Linux socket, chat interface of characters. Mainly use the semaphore and Shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:26412
    • 提供者:静心
  1. chat.tar

    0下载:
  2. 一个简单的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.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:FFute
  1. SOCKET-QQ

    0下载:
  2. socket在linux环境下实现基本的聊天功能的C程序,包含服务端和客户端-Realization linux basic chat function C program
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:3895
    • 提供者:zhaoyue
« 12 3 »
搜珍网 www.dssz.com