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

搜索资源列表

  1. 网络聊天:VC winsock-tcp

    0下载:
  2. 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:67642
    • 提供者:teky
  1. scoket_chat.rar

    0下载:
  2. scoket通信(仿QQ)VC源码: 通过socket通信原理,建立一套即时通讯软件,包括服务器与客户端源代码,scoket communications (like QQ) VC Source: Communication Theory through the socket to establish a set of instant messaging software, including server and client source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-30
    • 文件大小:437728
    • 提供者:metoo
  1. socket

    0下载:
  2. 局域网即时通信,已实现客户端和服务器聊天基本功能!-LAN instant messaging has client and server implementation the basic functions of chatting!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:13874
    • 提供者:李建鹤
  1. WSAsocket

    1下载:
  2. 本程序基于windows异步消息机制,采用异步套接字,详细设计实现了一个类似于聊天室的即时消息通讯系统的客户端和服务器端。对学习网络socket编程的朋友具有很高的参考价值!-This procedure mechanism based on asynchronous messaging windows, the use of asynchronous sockets, the realization of the detailed design of a chat room similar t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-30
    • 文件大小:122283
    • 提供者:wang514
  1. socketprogram

    0下载:
  2. 通过用socket创建套接字,实现远程服务器与客户端的即时通讯-Create a socket using socket, remote server and the instant messaging client
  3. 所属分类:ICQ-IM-Chat

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

    0下载:
  2. simple client for messaging to socket server
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:11184
    • 提供者:Vi
  1. src

    0下载:
  2. 非常好的即时通讯代码,包括服务器和客户端,功能完备,是学习socket和即时通讯开发的绝好实例。-A very good instant messaging code, including server and client, complete functions, is to learn socket and the development of excellent examples of instant messaging.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:181557
    • 提供者:zhangmin
  1. LAN_IM

    0下载:
  2. 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1775459
    • 提供者:王勋
  1. design-of-instant-messaging-software

    0下载:
  2. 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:157553
    • 提供者:张宁
  1. MF-FakeQQ

    0下载:
  2. 给出了 应用MFC 编程socket的实际例子,设计了用户端和服务器端的即时通信-MFC application is given practical examples of socket programming, design client and instant messaging server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:235499
    • 提供者:zhanghaoyuan
  1. MF-FakeQQ

    0下载:
  2. 给出了 应用MFC 编程socket的实际例子,设计了用户端和服务器端的即时通信-MFC application is given practical examples of socket programming, design client and instant messaging server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:235558
    • 提供者:zhanghaoyuan
  1. MyQQ2012

    0下载:
  2. 通过socket连接实现了即时通讯功能。 在服务器端,将用户资料存储于access数据库中。 客户端需要登陆。登陆后能够从服务器读取好友列表、用户资料等信息。考虑到安全性,密码使用了MD5加密,客户端与服务器之间使用序列化的类传输数据。 本资料适合新手使用。-Through the socket connection to the instant messaging function. On the server side, the user data stored in the
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-01
    • 文件大小:400698
    • 提供者:ChenHuarong
  1. KouChat_Win32

    0下载:
  2. 用Socket实现服务器客户端于一体的局域网即时通讯系统,主要实现单人聊天,群聊,文件传输-On Socket Server client in one of the LAN instant messaging system, the main single chat, group chat, file transfer
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:79761
    • 提供者:谭雄鹰
  1. 4.0_MiniQQ2012

    0下载:
  2. 用Socket实现服务器客户端于一体的局域网即时通讯系统,实现单人聊天,群聊,文件传输,主界面调整,皮肤设置等一系列功能-On Socket Server client in one of the LAN instant messaging system, to achieve single chat, group chat, file transfer, the main interface to adjust the skin setting a series of functions
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:512717
    • 提供者:谭雄鹰
  1. socketprogram

    0下载:
  2. 通过用socket创建套接字,实现远程服务器与客户端的即时通讯-Create a socket using socket, remote server and the instant messaging client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:5477
    • 提供者:ingthe
  1. QQ

    0下载:
  2. 实现即时通讯,利用Socket套接字实现多人聊天,包括客户端和服务器端- Achieve instant messaging, chat with people using Socket socket implementation, including client and server side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3324896
    • 提供者:my
  1. Monitor11

    0下载:
  2. 采用服务器(Server),客户端(Client)模式,使用Socket编程的基本原理及Windows的消息系统。实现基本的远程控制要求,界面新颖友好。用VC开发! 要求: 1).远程控制模式架构,如基于主从模式; 2).远程控制功能实现,如开关机,远程监视; -Using server (Server), Client (Client) mode, the basic principles and the use of Socket Programming Windows m
  3. 所属分类:Remote Control

    • 发布日期:2017-05-22
    • 文件大小:7146922
    • 提供者:林风
  1. Windows-SOCKET-QQ

    0下载:
  2. 这是一个基于windows套接字的即时聊天示例程序,含有客户端和服务器端,具有很高的参考价值哦-This is a windows-based instant messaging socket sample program contains the client and server side, with a high reference value oh
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-23
    • 文件大小:7408914
    • 提供者:Mari
  1. Socket_CPP

    0下载:
  2. 一个基于socket通信方式的小型局域网即时聊天应用,包含服务器端与客户端的具体实现,适用于网络编程初学者理解TCP/IP协议栈的工作原理。-Based on a small LAN socket communication instant messaging applications, including implementation of the server and client for network programming for beginners to understand TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:3717951
    • 提供者:张茜
  1. chatClientandchatServer

    0下载:
  2. 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。 客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:33997
    • 提供者:王根胜
« 12 »
搜珍网 www.dssz.com