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

搜索资源列表

  1. Server_Client

    0下载:
  2. TCP/IP Socket Server Source Client Source Chat Program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4132351
    • 提供者:Parkj
  1. chat

    0下载:
  2. 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:96969
    • 提供者:张洪铭
  1. Chat

    0下载:
  2. 基于服务器/客户端的聊天程序,可实现一般的文本通信功能。-Based on the server/client chat program, the text can be achieved in general communication.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-16
    • 文件大小:3584688
    • 提供者:万基磊
  1. A_LAN_Chat

    0下载:
  2. This a Server-Client LAN chat with multi-client support. Shows online users on both server and client. Prompts when a new user is online and when a user lefts the room. very cool ! I have made this chat on demand of my loveboard members (www.loveboa
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:94447
    • 提供者:leo
  1. C-S-chat

    1下载:
  2. vc聊天室 客户端 服务器端源代码...学习网络-vc Chat client server-side source code ... Learning Network
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:187606
    • 提供者:wen
  1. ChatNetworkTCP

    0下载:
  2. Chat using Client and Server TCP by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:127511
    • 提供者:egomes007
  1. chat

    0下载:
  2. 带server client 基于VC++聊天程序-Server client with VC++-based chat program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:393880
    • 提供者:didiao
  1. chat

    0下载:
  2. 局域网聊天, 有服务器和客户端两个界面,可以再局域网内进行聊天-LAN chat server and the client has two interfaces, can be carried out within local area network chat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:91279
    • 提供者:yuxin
  1. Chat(P2P_TCP)

    0下载:
  2. 基于TCP的P2P聊天程序,将Server与Client合为一体,变为一个Chat窗口,选择不同的选项(等待连接、连接)来实现Server或Client,功能更为灵活方便。-TCP-based chat program of P2P, Server and Client will be combined into a Chat window, choose a different option (wait for connections, connections) to achieve the
  3. 所属分类:P2P

    • 发布日期:2017-04-02
    • 文件大小:92293
    • 提供者:cxsys
  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. TCPChat

    0下载:
  2. TCP Chat. Server and client source code
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:27301
    • 提供者:Roman_Khr
  1. chatroom-server-client

    0下载:
  2. 这时一个局域网聊天室程序。利用socket套接字完成的,在局域网内的一台电脑上运行 服务器端程序,然后再在其他电脑上打开客户端,通过手动输入IP和端口,可以实现局域网内的多人聊天室-It s a LAN Chatroom program. Socket is used to complete ot, and in LAN running on a computer server-side program, and then run client program on other comput
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:82239
    • 提供者:wukong
  1. simplechat

    0下载:
  2. This program contains simple chat server and client. This is programmed by MFC. You can use this just compile and run.!! :)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:56071
    • 提供者:Edward
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. Basic_ClientServer_Chat

    0下载:
  2. Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.-Client Server Chat application u
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:101246
    • 提供者:nik
  1. ServerChat

    0下载:
  2. This the Bluetooth Chat server. The server part runs and establishes connection with client-This is the Bluetooth Chat server. The server part runs and establishes connection with client
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:758
    • 提供者:abhijith
  1. IM

    0下载:
  2. IM即时会议聊天 可以在线IM交流、建立会议室(可以设置密码) 会员(密码、头像等信息)和部门实现在线管理 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000 数据库采用的是Access 默认登陆帐号/密码:51aspx/51aspx-Real-time IM chat session online IM exchanges, the establishment of the conference room (you can se
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3088349
    • 提供者:xu liang
  1. chat

    1下载:
  2. 一个简单的聊天室,分客户端和服务器端,可以实现基本的对话聊天-A simple chat room, sub-client and server side, you can basically achieve the chat dialogue
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:90790
    • 提供者:xuying
  1. Chat

    0下载:
  2. 局域网内通讯软件 可以实现TCP及UDP聊天方式 可以自设服务器或客户端 指定目的IP地址以进行点到点通信-LAN communication software can be achieved within the TCP and UDP can be customized based chat server or the client specify a destination IP address for point to point communication
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:74738
    • 提供者:刘飞
  1. tcp_chat_delphi

    0下载:
  2. This a bi-directional server-client based chat program written in delphi. The server is able to connect to nearly unlimited client, with one component.-This is a bi-directional server-client based chat program written in delphi. The server is able to
  3. 所属分类:Delphi VCL

    • 发布日期:2015-07-14
    • 文件大小:1610
    • 提供者:mtx33
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com