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

搜索资源列表

  1. chat_program_Csocket

    0下载:
  2. 一个聊天程序,客户端跟服务器端都有 不错的网络编程-a chat program, the client with the server has a good network programming
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:79639
    • 提供者:Dragon
  1. java_chat_src

    1下载:
  2. 聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分为广播形式和单点对单点的选择发送形式。此程序可以在单机和局域网运行。 在原来程序的基础上,稍加修改了程序,添加了检测用户名唯一性的功能,并且完善了注释。如果有什么错误,请大家多多指导!-Chat Room Note : This procedure based on the C / S mode, Server runni
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5423
    • 提供者:阿木
  1. ClientSever

    0下载:
  2. 这是socket编程实现的聊天程序,可以运行,包括客户端程序和服务器程序-This is the socket programming chat procedures can run, including client and server
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:62278
    • 提供者:sdnu_zhl
  1. NDK_dll_demo

    0下载:
  2. TCP/IP Chat Client/Server VC 7.01 开发-TCP / IP Chat Client / Server Development VC 7.01
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:101230
    • 提供者:noryfly
  1. myicq-win_src

    2下载:
  2. MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 --------------- 采用MySQL数据库 日志文件 配置文
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:745709
    • 提供者:ahhfwrx
  1. voicechat_src

    1下载:
  2. 一个可以在线语音聊天的程序源码,由server和client组成,client连接server后可与另一个客户端实现语音通信。-an online voice chat program source code from the server and client components. client server can connect with another client achieve voice communication.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:185309
    • 提供者:黄浩
  1. wskChat

    0下载:
  2. VB 寫的聊天室代碼 包含Client 與 server 端的代碼-written by VB code contains chat rooms and Client-server code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5188
    • 提供者:cca
  1. charing

    0下载:
  2. Visual C++编写的聊天程序,分为server和client两部分-prepared chat procedures, and client server is divided into two parts
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:98485
    • 提供者:王强
  1. VC_Chat_Room

    0下载:
  2. 这是一个用VC编写的简单的聊天室系统,设有服务器端和客户端,可以群发,私聊,支持文件传送。-This is a VC with the simple preparation of the chat room system, with server and client, can be repeated, Private Chat. support file transfer.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:81291
    • 提供者:qwedsa
  1. QQFILE

    0下载:
  2. 这个一个有文件传送功能的程序,会显示文件传送的进度。客户先通过一个登录名进入。客户端和服务端在同一个界面上,也可以发送消息,聊天。-this is a file transfer function of the procedure will show the file transfer progress. First customers through a login access. Client and server with an interface can also send messag
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:84691
    • 提供者:郑淑美
  1. asdffdsaqq1_1

    0下载:
  2. 简易的QQ聊天程序 里面只有两个文件 server.java client.java 供初学者研究学习-QQ Chat simple procedure but only two documents server.java client.j ava for beginners Studies
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2332
    • 提供者:vicky
  1. netchating

    0下载:
  2. 局域网内的一个简单的聊天程序,分为服务器端与客户端两部分-LAN within a brief chat procedures, divided into server and client part 2
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:44960
    • 提供者:qiaodong
  1. net_03_11_09

    0下载:
  2. 很好的聊天事程序,不错的 很好用的,分为客户端,和服务器端-good chat procedures, good good use, and is divided into client and server
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:128927
    • 提供者:sunweiwei
  1. chap4sock

    0下载:
  2. 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:76085
    • 提供者:marble
  1. leiqqxiaochengxu

    0下载:
  2. 一个跟QQ很像的聊天工具,有服务器端和客户端-one with the QQ are like chat tools, server and client
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:60366
    • 提供者:凌毅
  1. linuxchat

    0下载:
  2. linux下的聊天程序,server端和client端,下载后直接编译就可运行。-under linux chat procedures, and client-server side, After downloading can be directly translated operation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2647
    • 提供者:风里的梦
  1. linuxtcpchat

    1下载:
  2. linux下的聊天程序,server端和client端下载后直接编译就可运行。其他为必需的调运函数,也必须调用并运行。-under linux chat procedures, server and client-side download operation can be directly translated. Other necessary for the transportation function, you must call and run.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4355
    • 提供者:风里的梦
  1. simplelinuxchat

    0下载:
  2. 一个简单的linux下的聊天程序,server端和client端下载后直接编译就可运行。-a simple chat under linux procedures, server and client-side download operation can be directly translated.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:风里的梦
  1. Chatclientserver

    0下载:
  2. C++编写的一个聊天的小程序,分为服务器端和客户端,可以设置黑名单等等 -prepared a small chat procedures, divided into server and client, can be set up and so on blacklist
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:14841
    • 提供者:YIN WEI
  1. SimpleMessageServer

    0下载:
  2. 简单的聊天通信程序,包含服务器端和客户端,可以发送文本信息进行沟通-simple chat communications procedures, including server and client, can send text messages to communicate
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:66965
    • 提供者:权周晓
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com