CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 聊天室

搜索资源列表

  1. linux-chatroom

    0下载:
  2. 基于Linux操作系统的网络编程,实现网络聊天室,并对不健康的内容进行管理。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:20145
    • 提供者:ll
  1. chat.rar

    0下载:
  2. linux操作系统 socket编程 selectIO复用 异步聊天室,linux operating system socket programming asynchronous multiplexing selectIO chat room
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:3075
    • 提供者:asdf
  1. select

    0下载:
  2. linux下基于select函数的一个小型聊天室程序,分服务器和客户端-linux select function Based on a small chat room procedures, sub-server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:1961
    • 提供者:SilverBullet
  1. server

    0下载:
  2. 这是一个QT编写的基于TCP连接的聊天室服务端,可编译成win32,winCE,Linux等可执行文件-This is to prepare a QT-based chat rooms connected TCP server can be compiled win32, winCE, Linux and other executable file ....
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1350368
    • 提供者:姚毅强
  1. GTK_MySQ-LTCP_IP

    0下载:
  2. 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:608641
    • 提供者:rejoiceliberty
  1. chat

    0下载:
  2. 一个聊天室的源码,放在Linux下的。简单的文本格式,希望能帮上个位。运行就不多说了。-A chat room source code placed under Linux. A simple text format, hope that can help the last bit. Run no more to say.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:2204
    • 提供者:meng
  1. chatroom.tar

    0下载:
  2. linux下简单聊天室源代码(包含服务器和客户端), 功能比较简单,适合刚学网络编程的同学参考。-linux source code for the simple chat rooms (including server and client), function is relatively simple for students just learning network programming reference.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:75249
    • 提供者:weibo
  1. SOCKET

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

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

    0下载:
  2. 基于多路复用的聊天室。利用了共享内存等等。包括客服端和服务器端-Multiplexer-based chat rooms. Use of shared memory, and so on. Including the customer service side and server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2711
    • 提供者:张伟
  1. Linux

    0下载:
  2. 基于Linux下的网络聊天室的设计 基于Linux下的网络聊天室的设计-Based on the network chat room of the Linux design Based on the network chat room of the Linux design
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:147688
    • 提供者:吴启意
  1. chatroom

    0下载:
  2. linux 聊天室,可以实现 私聊 群发 管理员踢人 发送表情 等 功能-Linux chat rooms
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:344174
    • 提供者:lee yeng
  1. linux

    0下载:
  2. linux 网络聊天室课程设计,实现了两个人聊天功能及多个人群聊功能-linux net
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:12461
    • 提供者:likuo
  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. 聊天室

    0下载:
  2. linux下简易的聊天室,可以实现群聊、私聊的功能。
  3. 所属分类:Linux/Unix编程

  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-09
    • 文件大小:107636
    • 提供者:zhangzhaoqing
  1. chatroom

    0下载:
  2. Linux聊天室,基于服务器的客户端之间通信的聊天程序,首先建立服务器程序通过多线程方式循环接收客户端信息,客户端程序发送数据,被服务器接收后广播,实现多客户端之间的通信。-Linux chat rooms, chat program based on communication between the client server, the first server program established by multiple threads circulating receive clien
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3235
    • 提供者:
  1. laiotianssocket

    0下载:
  2. linux 聊天室的实现 socket编程-linux socket programming to achieve the chat room
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:14740
    • 提供者:杨宇
  1. poll聊天服务器

    0下载:
  2. 1. 聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接通讯。 4. 实现客户之间的私聊 5. 实现客户端的在线信息显示。 6. 实现服务器端当前在线客户信息。(1. chat room server side creation. 2. chat room client creation. 3. realize the connection communication between client and server. 4., to achieve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:weibaba
  1. bchat_linux_60_free

    0下载:
  2. 视频语音聊天室(免费10用户Linux版本) 注:聊天室的登陆配置管理辅助网页是聊天室的外围工作,与聊天室本身没有关联。本软件包所附的asp或者php、perl程序都是有源代码形式脚本程序,仅供参考,请根据需要自行更改使用。(BlueSky Multimedia Chat System Linux Version))
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:5291008
    • 提供者:数字网络
  1. chathome

    1下载:
  2. 网络编程,socket,客户端与服务器,简化版网络聊天室(Network programming, socket, client and server, simplified network chat room.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:崛起的昊
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com