CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - TCP连接

搜索资源列表

  1. SOCKET-TCP

    1下载:
  2. SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24497
    • 提供者:的三分
  1. SNMP-TCP-Mon

    0下载:
  2. 使用SNMP建立对TCP连接的监控,压缩包里面有源码.-use SNMP TCP connection establishment of the control and compressed inside source.
  3. 所属分类:SNMP编程

    • 发布日期:2008-10-13
    • 文件大小:4087
    • 提供者:小公猫
  1. TCP

    0下载:
  2. 初学VC,这是一个简单的TCP连接例子.分为Server和Client两个程序。-novice VC, This is a simple example of the TCP connection. Server and Client divided into two procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:51471
    • 提供者:leencadrew
  1. TCP

    1下载:
  2. TCP回传,MiniARM通过跟PC机建立TCP连接,MiniARM把从PC机发过来的数据回发到PC机里,使用TCP_UDP_Debug.exe软件进行调试,在进行调试的时候需要设置PC机的网络环境
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-18
    • 文件大小:166653
    • 提供者:lifeng
  1. 使用SNMP建立对TCP连接的监控

    0下载:
  2. 使用SNMP建立对TCP连接的监控.rar-use SNMP TCP connection establishment of the monitoring. Rar
  3. 所属分类:SNMP编程

    • 发布日期:2008-10-13
    • 文件大小:4276
    • 提供者:
  1. tcp.rar

    0下载:
  2. 利用WinPcap和Libnids,捕获TCP数据包,显示TCP连接过程,需要先安装WinPcap和Libnids,The use of WinPcap and Libnids, capture TCP packets, TCP connection showed that the process of
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-28
    • 文件大小:2142
    • 提供者:邹雄杰
  1. sample15-tcp-ip.rar

    0下载:
  2. cvi下使用TCP/IP建立连接的例子.,cvi下使用TCP/IP建立连接的例子.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:28585
    • 提供者:siangun
  1. slidwindow

    0下载:
  2. TCP滑动窗口及慢启动算法模拟 其中创建两个节点n0,n1,并在这两个节点之间创建一条TCP连接。-TCP sliding window and slow start algorithm simulation which creates two nodes n0, n1, in between the two nodes to create a TCP connection.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:931
    • 提供者:lvfangfang
  1. tcp.ip

    0下载:
  2. 本文档详细介绍了TCP\IP和OSI网络七层协议模型(内附精彩的插图,让人看了就一目了然)。 网络模型 计算机网络是指由通信线路互相连接的许多自主工作的计算机构成的集合体,各个部件之间以何种规则进行通信,就是网络模型研究的问题。网络模型一般是指OSI七层参考模型和TCP/IP四层参考模型。这两个模型在网络中应用最为广泛。 目录[隐藏] • • OSI模型概述 • • OSI参考模型的主要功能和任务 • R
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:94374
    • 提供者:leespoon
  1. server

    0下载:
  2. 这是一个QT编写的基于TCP连接的聊天室服务端,可编译成win32,winCE,Linux等可执行文件-This is to prepare a QT-based chat rooms connected TCP server can be compiled win32, winCE, Linux and other executable file ....
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1350368
    • 提供者:姚毅强
  1. MC55_TCP

    0下载:
  2. MC55 GPRS模块 快速开发指南 详细描述了使用AT指令打开TCP连接,发送数据等操作-MC55 GPRS AT
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:6655
    • 提供者:pan
  1. tcp_connect

    0下载:
  2. tcp 连接工具,只建立三次握手!-tcp connection tools, only the establishment of three-way handshake!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:945
    • 提供者:
  1. My

    0下载:
  2. 在Ubuntu8.04下使用allinone方式安装NS2,模拟网络中两个ftp通过tcp连接发送数据的作业例程-Ubuntu8.04 use in allinone installed NS2, two ftp simulated network tcp connection to send data through the operating routines
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:102595
    • 提供者:wangcheng
  1. TCP

    0下载:
  2. TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:19938
    • 提供者:杨保国
  1. socket

    0下载:
  2. socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:14445
    • 提供者:刘文战
  1. TcpConnection

    1下载:
  2. 程序:TCP连接管理:显示tcp连接,udp连接,断开tcp连接-this is tcp connection management. It can show the TCP connections, as well as disconnect any specified TCP connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-05-06
    • 文件大小:17837
    • 提供者:kevin
  1. WinEggDrop-Kill-TCP

    0下载:
  2. 切断系统的tcp连接,wineggdrop的,找了挺久的-Cut off the system tcp connection, wineggdrop, and found a very long time
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:1557
    • 提供者:
  1. Linux下C语言Socket函数建立TCP连接

    0下载:
  2. LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:乐哉山水
  1. PLC S7300&400(TCP)

    2下载:
  2. 西门子PLC S7-300 & S7-400系列TCP连接上位机程序,无需PLC端再编程,源码包含C#和VB,亲测S7-300 CPU-314C-2 PN/DP可用。(PLC connected PC via RJ45 directly and do Memory write and read)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-08
    • 文件大小:706560
    • 提供者:Along82
  1. TCP测试

    1下载:
  2. LabView中TCP/IP基本通讯范例,包括服务器及客户端范例。服务器端创建侦听器并发送数据,客户端打开TCP连接并接收数据。实现同步通讯。(TCP/IP for Labview including server and clinet)
  3. 所属分类:网络编程

    • 发布日期:2019-12-13
    • 文件大小:14336
    • 提供者:sunto
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com