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

搜索资源列表

  1. client_server

    0下载:
  2. Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:3.39kb
    • 提供者:taomic
  1. client_server

    0下载:
  2. 基于客户端|服务器模式的socket编程-Based on the c/s mode of socket programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:121.98kb
    • 提供者:yaolijuan
  1. client_server

    0下载:
  2. (1)实现下载功能 server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。 client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套接字,然后进行与服务端的连接,当与服务端连接上以后,客户端接受文件。 (2)实现上传功能 在实现了下载功能之后,还要求能实现上传功能,也就是说,能够将客
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:4.76kb
    • 提供者:志平
  1. client_server

    0下载:
  2. socket开发的客户端,所实现的功能是发送小写字母,从服务器返回大些字母。-the client part of the socket programing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1.67kb
    • 提供者:renwei
  1. Client_Server

    0下载:
  2. client server application
  3. 所属分类:Web Server

    • 发布日期:2017-04-09
    • 文件大小:24.76kb
    • 提供者:redwane
  1. client_server.tar

    0下载:
  2. server端程序用于接收client端发送的信息并原样反回给client端,一个简单的小程序.-server-side program to receive client information and sends back to the client-side anti-AS, a simple small program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:2.92kb
    • 提供者:nelsu
  1. Client_Server

    1下载:
  2. tcp/ip协议,vc,在局域网或广域网可实现客户端/服务器端远程控制.-tcp/ip protocol, vc, in the local area network or wide area network can be realized client/server-side remote control.
  3. 所属分类:Remote Control

    • 发布日期:2016-09-25
    • 文件大小:308kb
    • 提供者:云木
  1. client_server

    0下载:
  2. 客户端与服务器进行通信,使用socket-the client communicate with the server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:guojingjing
  1. client_server

    0下载:
  2. introduction to Client server . Client and server types with diagram -introduction to Client server . Client and server types with diagram
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:740.45kb
    • 提供者:zahir
  1. Client_server

    0下载:
  2. C++编写的工业通讯网络收发程序,包括client端口与Server两部分。-C++ the preparation of industrial communication network transceiver program, including the client port and server two parts.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:28.2kb
    • 提供者:张东
  1. tcp-Client_Server

    0下载:
  2. visual studio 2005下运行成功,包括client和server两部分-include client and server,successful
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-20
    • 文件大小:5.56mb
    • 提供者:boif
  1. Client_Server

    0下载:
  2. 简单的Client和Server,通过http协议交互,服务器端有两种实现。-a simple client/server program which interact through http
  3. 所属分类:Web Server

    • 发布日期:2017-11-22
    • 文件大小:4.55kb
    • 提供者:吴凡
  1. TCP-Client_Server-VC

    1下载:
  2. PC机实现TCP客户端和服务器的源码程序,功能实现有点类似TCP/UDP测试工具。-PC machine to achieve TCP client and server source code procedures, functions somewhat similar to TCP/UDP test tools.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:6.46mb
    • 提供者:王强
  1. chat2-client_server

    0下载:
  2. client server chat program with visual C#
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-16
    • 文件大小:70.21kb
    • 提供者:khalil011131
  1. Client_Server

    0下载:
  2. 本程序实现了基于UDP的socket网络通信客户端的功能,它可以向服务器端发送数据并可以接收服务器发送回来的数据并显示。-The program implements a UDP-based network communications client socket function, it can send data to the server and the receiving server can send data back and displayed.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:wylber
  1. Client_Server

    0下载:
  2. C++ SOCKET程序,可以运行。对于学习MFC,socket朋友很有帮助-C++ SOCKET
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-16
    • 文件大小:23.97mb
    • 提供者:xiaotoncn
  1. ACE-client_server-Sample

    0下载:
  2. An ACE network client sample source code.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:2.68kb
    • 提供者:yuempek
  1. client_server-20170330T071303Z-001

    0下载:
  2. A implementation of a Client Server architecture using POSIX C.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-13
    • 文件大小:21.22kb
    • 提供者:Narendra Meel
搜珍网 www.dssz.com