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

搜索资源列表

  1. linux TCP UNIX domain

    0下载:
  2. 1、TCP UNIX 2、C/S Mode
  3. 所属分类:源码下载

  1. TCP/UDP调试工具

    0下载:
  2. TCP/UDP调试工具,可以TCP-client server、udp等方式 非常方便
  3. 所属分类:调试

    • 发布日期:2012-07-31
    • 文件大小:1621358
    • 提供者:deification
  1. CSharp-TCP

    0下载:
  2. 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:157772
    • 提供者:李振宇
  1. TcpClient

    0下载:
  2. tcp客户端群测软件,可以建立多个线程,可以接受并返回数据给服务器。-tcp client software group test
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:149836
    • 提供者:阚道坤
  1. TCP Client Server

    1下载:
  2. 编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。服务器程序启动后,监听端口5678的请求;客户端程序启动后,向服务器端口5678发送请求。服务器不断接收客户机所写入的信息,并且服务器也会做出"Receive"为回应,告知客户机已接收到消息。要求:服务器程序采用多线程开发,允许多个客户端程序同时连接。客户机发送"End"字符串时,客户端程序退出-Write a Java web application, the application
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:2063
    • 提供者:Allan
  1. java-TCP

    1下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:11777
    • 提供者:zhang liang
  1. TCP

    3下载:
  2. C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:49658
    • 提供者:SilverBullet
  1. TCP-Chat

    0下载:
  2. C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:122540
    • 提供者:潘德锋
  1. TCP_test

    2下载:
  2. LPC2378的TCP客户端完整程序,包括TCP/IP协议,操作系统为UCOS,很好的程序哦。-LPC2378 complete the TCP client procedures, including TCP/IP protocol, the operating system for UCOS, oh well the procedure.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-05-17
    • 文件大小:904716
    • 提供者:xushow
  1. MFC-TCP

    1下载:
  2. 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18959043
    • 提供者:王林峰
  1. QT_TCP_client

    3下载:
  2. 本代码是实现QT 环境下 TCP 的socket通信的client 。代码中包含QT 编写的界面。-This code is to achieve TCP-QT environment socket communications client. QT write code that contains the interface.
  3. 所属分类:Internet/网络编程

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

    3下载:
  2. 用QT开发的TCP/IP传输数据的例子,分为客户端和服务器,传输数据的时候带校验位,其中服务器部分的数据利用qsran函数生成随机数据,需要研究TCP客户端和服务器数据互相对传的同学可以看看,有参考价值-Examples of the QT development of TCP/IP to transfer data is divided into client and server, the transmission data with parity bit, in which the ser
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-11
    • 文件大小:9542
    • 提供者:彭博
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3498757
    • 提供者:憔悴
  1. TCPClient_Server

    1下载:
  2. VC实现TCP通信,客户端和服务器端的程序都有,服务器端定时发送数据,客户端定时接收,并显示字节数。-VC achieve TCP communication, the client and server side programs are, the server-side time to send data, the client regularly receives and displays the number of bytes.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:29231104
    • 提供者:高倩
  1. tcp_src

    0下载:
  2. 在vistual Basic环境下做的一个tcp调试助手,具有tcp client,tcp server ,以及udp功能,十六进制显示和发送。支持各种波特率下的通讯。-In the vistual Basic environment to do a tcp debugging assistant, with tcp client, tcp server, as well as udp functions, hexadecimal display and send. Supports a var
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:171782
    • 提供者:王志军
  1. 基于TCP-IP协议的网络编程练习

    1下载:
  2. 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-09-26
    • 文件大小:59325
    • 提供者:huleimin
  1. ModTcp

    0下载:
  2. 这是一个Modbus Tcp客户端程序,它能够动态访问从设备(Modbus Slave)的寄存器,如:动态可以改变访问的地址或者寄存器的类型 及数量-This is a Modbus Tcp client program, it can dynamically access the device (Modbus Slave) register, such as: dynamically change the address and the type of register accessed a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3809502
    • 提供者:丁丁
  1. Tcp通讯

    0下载:
  2. 基于winsocket 编程,包含客户端与服务端-winsocket-based programming, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:136116
    • 提供者:陈军
  1. TCPClientGetTime

    0下载:
  2. 一个简单的vc下tcp客户端获取时间程序,希望对初学者有所帮助-Vc under a simple tcp client access time to the procedure, and they hope to be helpful for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:1092
    • 提供者:zmz
  1. TCP

    0下载:
  2. 简单的TCP通讯客户端 简单的TCP通讯客户端 简单的TCP通讯客户端-Simple TCP communication simple TCP client communications client communications simple TCP client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:14376
    • 提供者:lzwjaosn
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com