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

搜索资源列表

  1. TCP

    0下载:
  2. 1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-11
    • 文件大小:2877716
    • 提供者:刘震
  1. TCPClient

    0下载:
  2. 作为TCP客户端跟TCP服务端进行通讯,支持modbus协议-As a TCP client to communicate with the TCP server to support the modbus protocol
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:134022
    • 提供者:xgq
  1. AsyncTcp

    0下载:
  2. c# 异步tcpClient数组连接 发送 接收,与 循环监听 tcplistener-c# syn Client and server
  3. 所属分类:.net

    • 发布日期:2017-03-26
    • 文件大小:87720
    • 提供者:古月亮
  1. TCPClient

    0下载:
  2. WinCE环境下的TCP/IP客服端的实现,使用EVC开发,通过调试。-WinCE environment TCP/IP side of the achievement of customer service, the use of EVC development, through debugging.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:119290
    • 提供者:liushuchun
  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. TcpClient

    0下载:
  2. 一个TCP数据传输的例子,用VC编写,适合初学-TCP (use vc )
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4604
    • 提供者:greg
  1. TCPClient

    0下载:
  2. 实现了两个电脑之间的通信,目的遵循TCP/IP协议-Realize the communication between two computers to follow the TCP/IP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:206318
    • 提供者:
  1. TCPClient

    0下载:
  2. TCP Socket串口通信的一个实例,是一个客户端,可以与服务器端进行实时通信。-TCP Socket An example of serial communication, a client can communicate with the server in real time.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2512152
    • 提供者:大超
  1. VB6.0.BO

    0下载:
  2. Private Sub cmdConnect_Click() If Len(Text1.Text) = 0 And Len(Text2.Text) = 0 Then MsgBox 123.12.25.38 Exit Sub Else If Len(Text1.Text) > 0 Then tcpClient.RemoteHost = Text1.Text Else tcpClient.RemoteHost = Text2.Text End
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:874
    • 提供者:dhxdh
  1. TCPClient

    0下载:
  2. 在EVC4.0下的TCP传输客户端 绝对好用。-In the TCP transmission EVC4.0 client absolutely useful.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:56901
    • 提供者:scienceluo
  1. tcpiplistener

    0下载:
  2. VS2005 VB实现tcp/ip通讯,包括完整的client和server程序-VS2005 VB achieve tcp/ip communications, including a complete client and server procedures
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:23029
    • 提供者:alonegun
  1. TCPClient

    0下载:
  2. 实现点对点的FTP文件传输的客户端代码,C#编写。可以传输各种类型的文件-The achievement of peer-to-peer file transfer of the FTP client code, C# Prepared. Can transmit all types of documents
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:15875
    • 提供者:asher
  1. SocketWebServer

    1下载:
  2. SocketWebServer计算机网络使用的代码。有TCPClient.java、TCPServer.java、UDPClient.java等等。-SocketWebServer code used by computer networks. There TCPClient.java, TCPServer.java, UDPClient.java and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-23
    • 文件大小:2851
    • 提供者:miaomiao
  1. TcpClient

    0下载:
  2. 采用异步方式实现的tcp连接客户端程序,工作中经常用于测试-Achieved using asynchronous client tcp connection procedures, often used to test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:104397
    • 提供者:sendchao
  1. TcpClient

    0下载:
  2. 一个简单的VC实现的TCP实现的网络通信客户端~希望对初学者有帮助-VC achieve a simple realization of the TCP network communication client ~ want to be helpful for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:9385
    • 提供者:韦头
  1. TCPClient

    0下载:
  2. evc下的tcp协议 -EVC tcp agreement under
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:119280
    • 提供者:Bruce
  1. TCPClient

    0下载:
  2. 在mobile下两个终端tcp无线连接,实现客户端到服务器端的连接通信。-Mobile terminals in the next two tcp wireless connection, the realization of the client to the server-side connection communications.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-09
    • 文件大小:1799970
    • 提供者:wangkun
  1. TCPClient

    0下载:
  2. TCP 通信客户端 可以建议一个通信的客户端,以后上传服务器-TCP communications client may suggest a communication client, the server after the upload
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-17
    • 文件大小:2579
    • 提供者:黄湛
  1. TCPClient

    0下载:
  2. EVC下TCP客户端 源码 经测试可用的,完整源代码 模拟器下编译通过-evc tcp client pocket pc 2003 emulator built good
  3. 所属分类:Windows CE

    • 发布日期:2017-05-07
    • 文件大小:1321902
    • 提供者:lingyu
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com