CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TCP 客户

搜索资源列表

  1. TJSYXY.Communication

    0下载:
  2. 一款高并发的TCP服务器,内部不带有心跳,并包含客户端演示(A highly concurrent TCP server with no heartbeat inside and contains client demos)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:278528
    • 提供者:烨烨
  1. C# Socket 分包传送数据

    0下载:
  2. 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:烨烨
  1. tcp-server-multi

    0下载:
  2. python实现的模拟多个客户端想服务器上传数据(Simulation of multiple python client to the server to upload data)
  3. 所属分类:网络编程

    • 发布日期:2018-01-05
    • 文件大小:46080
    • 提供者:cslbupt
  1. 代码

    0下载:
  2. 生动形象编写tcp,通俗易懂,用男朋友打电话比喻客户端,女朋友接电话比喻服务器端。(Vivid image writing TCP, easy to understand, using a boyfriend to call the phone compared to the client, the girlfriend to call the phone compared to the server side.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:nus13845
  1. main

    0下载:
  2. 数据在串口和tcp服务器或者tcp客户端之间转发 数据在tcp服务器或者tcp客户端 和 tcp客户端之间转发(Data is forwarded between the serial port and the TCP server or the TCP client Data is forwarded between the TCP server or the TCP client and the TCP client)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:8192
    • 提供者:恒冬
  1. TCP

    0下载:
  2. 简单的tcp协议 客户端与服务端之间的socket连接通信(The socket connection communication between the client and the server of a simple TCP protocol)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:109568
    • 提供者:火焰令
  1. TCP13.0

    0下载:
  2. 此程式主要用于伺服器与客户端通讯及数据传送(This program is mainly used for server and client communication and data transmission)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-07
    • 文件大小:117760
    • 提供者:toyd408
  1. TcpSevice

    0下载:
  2. C# 访问TCP类,实现了TCP端口队列处理,可以方便的实现多客户端的访问及数据处理(using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.IO; using System.IO.Ports; using System.Threading; using System.Runtime.Serialization; usin
  3. 所属分类:网络编程

    • 发布日期:2018-01-08
    • 文件大小:2168832
    • 提供者:kuogyu
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. lwipTCP

    0下载:
  2. tcp/udp服务器和tcp/udp客户端例子(Tcp/udp server and tcp/udp client example)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-09
    • 文件大小:5120
    • 提供者:无极限a
  1. SocketToolsourcecode

    2下载:
  2. Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-09
    • 文件大小:3622912
    • 提供者:sherry0wsy
  1. TCP_Client

    0下载:
  2. 使用TCP通讯协议,这个是客户端的代码,可以实现局域网下进行文件传送,适合工业局域网文件管理的小工具(Using TCP communication protocol, this is the source code of the client,it can implement file transfer in LAN and a small tool suitable for file management in industrial LAN.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-10
    • 文件大小:1249280
    • 提供者:ajdw10
  1. tecptest

    0下载:
  2. fu服务器对每个客户端都建立一个线程,实现局域网文件功能共享分发(Qt5 tcpThe Fu server creates a thread for each client to implement the shared distribution of the LAN file function)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:671744
    • 提供者:王宇大大
  1. FTP客户端源码VC++6.0

    0下载:
  2. FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)
  3. 所属分类:Ftp客户端

    • 发布日期:2018-01-10
    • 文件大小:2170880
    • 提供者:zmqgeek
  1. 简单TCP套接

    0下载:
  2. linux系统下简单的soket套接,实现客户端与服务单的简单信息传输(Simple soket socket under Linux system,Simple information transmission of client and service list)
  3. 所属分类:Linux/Unix编程

  1. TCP_network

    0下载:
  2. TCP的小型服务器和客户端,可实现简单的收发消息功能(A small TCP server and client, can achieve a simple messaging function)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-10
    • 文件大小:8192
    • 提供者:yx525
  1. 四子棋

    0下载:
  2. 资料夹内有伺服端和客户端程式码,是TCP线上连线对战游戏,可以同时许多人上线,其中两人如果互选为对手将可进行连线游戏,伺服端会收到两方传值与输赢的资讯,下棋时,对方也会收到你传送的位置到listbox,并显示棋子于panel上,每一方都是黑棋,传到另一方变白棋,游戏结束后,按下再来一局便会清除所有位置资料,再度开始游戏(Folder servo and client code, TCP is a line connecting to the war game, and many people o
  3. 所属分类:其他

  1. SendMailClient

    0下载:
  2. 基于MFC和socket编程实现邮件发送客户端。(Mail client based on MFC and socket programming.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-18
    • 文件大小:83903488
    • 提供者:水盼
  1. detrrmine

    0下载:
  2. Modbus TCP服务器,很好的调试Modbus TCP客户端的工具()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:551936
    • 提供者:NSCZ%2525217327
  1. Modbus上位机

    2下载:
  2. 上位机客户端与服务器通过Modbus TCP IP协议进行数据交换。(The client and server of the upper computer exchange data through the Modbus TCP IP protocol.)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:9216
    • 提供者:sievens
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com