CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - tcp ip server client 服务器 客户端

搜索资源列表

  1. SingleServerWin32

    0下载:
  2. 使用C语言编写TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据。-Using the C language TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:1928
    • 提供者:
  1. SingleServerLinux

    0下载:
  2. TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据-TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2687
    • 提供者:
  1. c4

    0下载:
  2. tcp/ip 服务器和客户端连接成功例子-tcp/ip server and client connection success stories
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1046
    • 提供者:liang
  1. TCP

    0下载:
  2. 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1576
    • 提供者:
  1. client

    0下载:
  2. TCP/IP客户端发送程序,服务器IP和端口的发送-TCP/IP client sends program Server IP and port send
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:76360
    • 提供者:dd110119
  1. client-server-(winsock)

    0下载:
  2. 在TCP/IP网络编程中,利用Winsock建立客户端和服务器的连接。-TCP/IP network programming using Winsock to establish connection to the client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1513
    • 提供者:陈风
  1. server

    0下载:
  2. 基于SOCKET的windows下服务器端程序,使用基于TCP/IP的C/S通信机制,涉及到服务器监听模式、接收客户端发送的connect请求等,可模拟小型聊天软件的功能-SOCKET the windows server side program, using the TCP/IP-based C/S communication mechanism, related to the server listening mode to receive the client sends the con
  3. 所属分类:WinSock-NDIS

  1. client

    0下载:
  2. 基于SOCKET的windows下客户端程序,是基于TCP/IP的客户机/服务器通信机制,涉及到客户端的连接请求,数据传输等,可与之前上传的server程序共同构成小型聊天软件-Based on the windows under SOCKET client program is based on the TCP/IP client/server communication mechanism, involving the client' s connection request, the
  3. 所属分类:WinSock-NDIS

  1. main

    0下载:
  2. 同时建立一个简单的TCP/IP服务器和客户端,并且此服务器和客户端可以通信-At the same time to establish a simple TCP/IP server and client and the server and client can communicate
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-29
    • 文件大小:11619315
    • 提供者:
  1. TCP

    0下载:
  2. 利用TCP/IP协议实现局域网通信的服务器程序,负责接受来自局域网中客户端的信息-LAN communication server program using TCP/IP protocol, responsible for receiving information from the client LAN
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:2039
    • 提供者:yuhaijiao
  1. Socket-TCP-COM

    1下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:131327
    • 提供者:王崇洋
  1. dmsdoc

    0下载:
  2. 通用数据采集系统(Data Mining System)主要用于从登陆日志中采集客户使用所租用服务器的数据,并通过网络通信(TCP/IP协议)上传至服务器,以便在一段时间内作为对客户进行收费的依据。 系统在结构上使用C/S结构,即数据采集客户端(Client)与服务器端(Server)结构。 客户端(Client)分为服务器日志数据读取、数据匹配和数据发送模块。 服务器端(Server)分为数据接收、数据存入和数据库访问模块-General-purpose data acqu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:415215
    • 提供者:王银
  1. Server

    0下载:
  2. 使用java编写的基于socket的服务器,使用TCP/IP协议,接收一方客户端的消息,进行解包,寻找到目标客户端,进行转发。-Use java-based socket server using TCP/IP protocol, to receive one of the client' s message, unpack, looking to the target client for forwarding.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-23
    • 文件大小:1606
    • 提供者:远野瞬
  1. usr-android-RelayCtrl-demo

    0下载:
  2. android应用程序源码。功能为搭建tcp ip服务器和客户端,从而通过wifi控制家用电器。-android application source code. Functions to build tcp ip server and client, thus controlling appliances via wifi.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-05
    • 文件大小:354892
    • 提供者:einstein
  1. TCPIP

    0下载:
  2. TCP/IP网络编程,用C++编写的,主要是服务器客户端的编写-TCP/IP network programming, using C++ written mainly to write a client server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:2124
    • 提供者:
  1. ClientServer20130608

    0下载:
  2. tcp数据传输的服务器程序与客户端程序,几个结构可作成各种应用,在服务端加入获取客户端的IP再发给其他客户端,以实现在客户端之间P2P通信,也可以在发送数据包加入时间戳在接收时处理网络延迟影响-tcp data transfer server program and client program, several structures can be made a variety of applications to join the service side to get the client&
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:100438
    • 提供者:曾祥园
  1. c4

    0下载:
  2. tcp/ip 服务器和客户端连接成功例子-tcp/ip server and client connection success stories
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1090
    • 提供者:程序段
  1. embed_TCP_IP_stack

    0下载:
  2. 本文件是嵌入式TCP/IP协议栈的说明文件,嵌入式TCP/IP应用开发人员可以通过阅读该文件,掌握在嵌入式TCP/IP协议栈的基础之上开发服务器/客户端应用程序,如FTP服务器,WEB服务器,串口服务器。-This document is embedded TCP/IP protocol stack documentation, embedded TCP/IP application development staff can read the document in the hands of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:9554
    • 提供者:tthedeci
  1. SingleServerLinux

    0下载:
  2. TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据-TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2731
    • 提供者:uneThe
  1. SingleServerWin32

    0下载:
  2. 使用C语言编写TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据。-Using the C language TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:1972
    • 提供者:ggedin
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com