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

搜索资源列表

  1. Socket

    0下载:
  2. socket的服务器和客户端,实现点对点聊天功能-socket server and client, to achieve point-to-point chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:15302
    • 提供者:spiderpoison
  1. SocketTcp

    0下载:
  2. socket编程TCP server端与client端连通程序-socket programming with TCP server-side client-side connectivity procedure
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:8433
    • 提供者:xg
  1. Client_sonsole

    0下载:
  2. VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:16616
    • 提供者:duncan
  1. Chat

    0下载:
  2. Socket编程实现聊天室。服务器端及客户端均实现多线程。具有简单的帐号管理功能。-Socket Programming Chat. Server-side and client are the realization of multi-threading. Simple account management functions.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:170895
    • 提供者:金天风
  1. TCP

    0下载:
  2. 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:3036
    • 提供者:LeeDaHae
  1. SOCKET

    0下载:
  2. 简单的SOCKET编程,有服务器和客户端,能实现简单的通讯-SOCKET simple programming, there are server and client, to achieve simple communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:82621
    • 提供者:xuyongcong
  1. socket_chat

    0下载:
  2. Csharp的基于Socket的聊天室源程序,包括客户端及服务器端程序源代码-CSharp Socket-based chat room source code, including client and server-side source code
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:24010
    • 提供者:李琦
  1. MsgSend

    0下载:
  2. socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:42372
    • 提供者:涂菲
  1. C_S_Code.tar

    0下载:
  2. 一个简单的socket程序,内含客户端和服务器端代码, 实现了对socket的简单使用。-A simple socket program, including client and server-side code, the implementation of the socket easy to use.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:5991
    • 提供者:xiaolei
  1. TCPIP-vol3.win

    0下载:
  2. tcp/ip网络互联技术(卷3) 客户-服务器编程与应用(windows套接字版)-tcp/ip network interconnection technologies (Volume 3) Client- Server Programming and Applications (windows socket version)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:42737
    • 提供者:Vergil
  1. asyncclientserver

    0下载:
  2. Asincronous socket-based client-server with source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:65728
    • 提供者:2mm
  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. winsocket

    0下载:
  2. Windows 的 socket 编程入门实践 实现server与client的通信-Windows of the socket programming practice to achieve entry-server and client communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:207324
    • 提供者:天翼
  1. winsocket_server_client

    0下载:
  2. 计算机网络winsock编程之服务器/客户端模式socket编程,清华大学计算机网络实践课程实验四-winsocket server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:519656
    • 提供者:李里
  1. udpsocket

    0下载:
  2. linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:白鸽
  1. socketchat

    0下载:
  2. Socket Chat - A Multithreaded TCP Chat Client-Server-Socket Chat- A Multithreaded TCP Chat Client-Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:104968
    • 提供者:theo
  1. BackServer

    0下载:
  2. socket服务器,响应客户端的请求,返回数据-socket server, in response to the request of the client, return data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:118488
    • 提供者:tiger
  1. socket

    0下载:
  2. 面向连接的Socket实例: 代码实例中的服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务 器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。-Connection-oriented Socket example: code of server instances to connect through the socket to the client to send the string " H
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:28521
    • 提供者:暗流
  1. Socket

    0下载:
  2. Socket支持的网上点对点通信实现,包含服务器端和客户端,可截获流经本机网卡的ip数据包-Socket support for the realization of the online peer-to-peer communications, including server-side and client, can be intercepted through the local network card ip packet
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:974
    • 提供者:曹卓然
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com