CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - tcp 客户端

搜索资源列表

  1. Tcpclint

    0下载:
  2. Tcp客户端的实现,有用的用户请下载它,向往对您有帮助,如果需要更多的,请联系我!-TCP client to achieve useful users download it and yearn for your help If you need more, please contact me!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:张继明
  1. tcpip_File_translate

    0下载:
  2. tcp/ip文件传输,定义文件分割结构体,实现服务器、客户端数据传输
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:52309
    • 提供者:李庆华
  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11406
    • 提供者:6756
  1. TCP 编程

    0下载:
  2. 提供TCP编程相关操作,首先介绍了TCP编程的基本概念,然后分别介绍了在WINCE环境下创建TCP客户端程序和TCP服务器程序的步骤方法。
  3. 所属分类:软件工程

    • 发布日期:2012-07-02
    • 文件大小:1717098
    • 提供者:Angel715
  1. Qt_Tcp

    0下载:
  2. QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。 tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。 -QTcpSocket and QTcpServer class implements Qt Tcp client and server. TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:8969
    • 提供者:黄硕
  1. TCP_tester.rar

    0下载:
  2. TCP/ip通信的调试工具,包括服务器端和客户端,TCP/ip communication debugging tools, including server-side and client
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:192750
    • 提供者:xuql
  1. TCP、IP

    0下载:
  2. 题目1 FTP客户端与服务器端设计 题目2 邮件服务系统设计 题目3 HTTP通信系统设计-Title 1 FTP client and server-side design Title 2 mail service system design Title 3 HTTP communication system design
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:10452
    • 提供者:古月
  1. QQtalk

    0下载:
  2. 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:11671
    • 提供者:郑飞
  1. Socket

    0下载:
  2. 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:377611
    • 提供者:周意
  1. Code

    0下载:
  2. 基于TCP的客户端和服务器接收发送程序,经过调试是可以用的
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1546608
    • 提供者:qinyanhui
  1. TCP

    0下载:
  2. 关于TCP协议进行通信的关键技术资料 详细阐明了客户端和服务器的对应关系和任务协调-The key technical information about the TCP protocol to communicate to elaborate on the correspondence between client and server, and task coordination
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:95659
    • 提供者:liyang
  1. server2

    0下载:
  2. qt实现Tcp服务器,版本内容使用Qt 第四版本实现 可以和多方客户端交互-use qt replianment tcp server
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:46426
    • 提供者:我知道
  1. 11

    0下载:
  2. 基于TCP/IP套接字编程三个步骤:服务器监听,客户端请求,连接确认。-Based on TCP/IP socket programming in three steps: server listens, the client requests a connection confirmation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:46959
    • 提供者:郑州
  1. TCP-Socket

    0下载:
  2. 主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12583681
    • 提供者:lisa
  1. TCPUDPTesterTool1.02

    0下载:
  2. 服务器端或客户端测试TCP/IP通讯连接以及测试数据的接收与发送情况-Server-side or client-side test TCP/IP communication connections and test data reception and transmission case
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:1604730
    • 提供者:liuhui
  1. cSharpClient-and-Server-with-Interface

    0下载:
  2. TCP实现客户端与服务器通信-带简单界面-Achieve client and server communication- with interface
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:24404
    • 提供者:minmin
  1. Server-Client

    0下载:
  2. 基于tcp/ip的服务器和客户端通信软件设计-tcp/ip server/client conmmu
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:25863
    • 提供者:zhaokuo
  1. Network-Communication-Programming

    0下载:
  2. 介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发.通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能.-This paper introduces the use of Visual C# language to communicate in TCP/IP network. The Tcp- Client class
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:241581
    • 提供者:温智彬
  1. TCP

    0下载:
  2. web服务器C,TCP协议编写C/S模式的服务器端与客户端-web server C
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7533
    • 提供者:liukun
  1. tcp_example

    0下载:
  2. TCP客户端与服务器端通信模型详解说明实例-TCP client and server communication model
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:807
    • 提供者:nut
« 12 »
搜珍网 www.dssz.com