CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 网络聊天

搜索资源列表

  1. netchatt

    0下载:
  2. 网络聊天的小例程-Chat network of small routines ......................
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:30444
    • 提供者:しょさん
  1. wlgj

    0下载:
  2. 网络聊天工具的源码和注解,有兴趣的朋友可以看看。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11988
    • 提供者:张雷
  1. 网络聊天系统

    0下载:
  2. 一个网络聊天系统 包括服务器和客户端两部分 主要是课余的作品
  3. 所属分类:系统编程

    • 发布日期:2009-01-17
    • 文件大小:17300
    • 提供者:wwyytt1
  1. chat.rar

    0下载:
  2. linux下开发的一款类似于QQ的网络聊天室,可以私聊也可以群聊,不过没有界面,利用的是多线程编程,linux developed a similar network QQ chat room, you can group chat can also私聊, but there is no interface, the use of the multi-threaded programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:23485
    • 提供者:彭宗山
  1. qq_chat.rar

    1下载:
  2. linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-01-24
    • 文件大小:15556
    • 提供者:彭宗山
  1. chat.rar

    1下载:
  2. linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1922528
    • 提供者:彭晓
  1. Chat

    0下载:
  2. 一款用C#编写的拥有服务器端和客户端的网络聊天程序(绝对好用),发送消息跟QQ一样,按Alt+S即可,还能进行文件的传输-Written in C# using a server and client with a network chat program (absolutely easy to use), to send the same message with QQ, you can press Alt+ S, but also for file transfer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:97924
    • 提供者:罗凯文
  1. myChat

    0下载:
  2. 网络聊天室,linux c编写,实现群聊私聊,以及登录等功能。-Internet chat rooms, linux c prepared to achieve group chat private chat, and log functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21059
    • 提供者:陆陌颜
  1. chat

    0下载:
  2. 实验 c/s网络编程:聊天程序,使用c++实现的,相当于一个简单的聊天室。-Experimental c/s network programming: chat program, the use of c++ Achieved, which is equivalent to a simple chat room.
  3. 所属分类:Network Security

    • 发布日期:2017-05-11
    • 文件大小:84703
    • 提供者:wangqjing
  1. chatroom.tar

    0下载:
  2. 基于Linux的网络聊天室 开发环境:Ubuntu7.04操作系统 项目描述:该项目为基于C/S架构的局域网聊天工具,用户可以注册、登录、群聊、私聊、隐身、保存聊天记录。管理员可以禁止用户发言和把用户踢出聊天室。 服务器端保存了所有用户的信息和聊天记录。-Linux-based development environment for Internet Relay Chat: Ubuntu7.04 operating system Project Descr iption: The
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1843557
    • 提供者:hh
  1. ChatRoom(Winsock)

    0下载:
  2. 用socket实现的网络聊天室程序,开发环境是vc 6.0.-Implementation of the network using socket chat room procedures, the development environment is a vc 6.0.
  3. 所属分类:Network Security

    • 发布日期:2017-05-08
    • 文件大小:42810
    • 提供者:zhanghuaifeng
  1. Code

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex on the object, how to use the mutex object to achieve the simu
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:35911
    • 提供者:gwx1119
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. chat_client

    0下载:
  2. 一个Erlang的网络聊天源码,说是可以开发并行程序的,我刚刚开始接触的, 是可以了解一下的。-This is a erlang chat client code.
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:1147
    • 提供者:蓝筹股
  1. liaotian

    0下载:
  2. 聊天工具 网络编程实例 在linux下课直接运行 源码完成 -Messenger instances of network programming to run in the linux source code directly after class to complete
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:709320
    • 提供者:shiyi ren
  1. SSHSecureShellClient-3.2.9

    0下载:
  2. 聊天功能,用于实现网络聊天,用GTK和C语言实现,更好的模仿了FIGO-for chatting in linux, like figo, is using gtk and c langguage
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5376490
    • 提供者:suojian
  1. chat_tool_based_on_linux

    0下载:
  2. 项目名称是Linux下的网络聊天系统。该项目是为了将培训内容运用于实践而进行的。Linux系统被越来越广泛运用于各个领域,在linux系统下开发一个类于windows系统下的QQ的聊天工具,显然更方便人们进行沟通与交流-6
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:408479
    • 提供者:田伟
  1. 网络聊天

    0下载:
  2. 利用QT编写一个群聊天室(Use QT to write a group chat room)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:466944
    • 提供者:kiranrao
  1. chatingroom.tar

    0下载:
  2. 简易网络聊天室,实现即时通讯,分成三部分:聊天区、功能区、名单区。(Simple network chat room, the realization of instant messaging, divided into three parts: chat area, function area, list area.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:Melodyluer
  1. chathome

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

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