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

搜索资源列表

  1. TCP客户服务器通讯测试软件

    0下载:
  2. TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:309087
    • 提供者:李勇
  1. Winsock通信测试程序--Source-V2.0

    2下载:
  2. 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering sof
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:63924
    • 提供者:黄先生
  1. TCPdemo

    0下载:
  2. 一个简单实用的网络TCP/IP测试程序源代码,不修改 即可完成普通测试,在此基础上修改后,即可得到特定的程序。-a simple and practical network TCP / IP testing program's source code can be completed without amending the general test, on the basis of this revision, can be a particular procedure.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7412
    • 提供者:笑千秋
  1. 2004-06-09_TDISources

    0下载:
  2. 一个关于TDI的例子,包括TCP test ,TCP echo等,以及简单API-an example of TDI, including TCP test, TCP echo, as well as a simple API
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:557456
    • 提供者:李园
  1. JBSocketServerTest

    0下载:
  2. When you re developing a TCP/IP server application it s easy to test it poorly. In this article we develop a test framework that does most of the hard work for you. -developing a TCP / IP server APPLIS ication it s easy to test it poorly. In this A
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:28201
    • 提供者:stephen
  1. MySeverDemo1

    0下载:
  2. 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172579
    • 提供者:黄越
  1. tcp-cs

    0下载:
  2. TCP/IP协议的使用 在redhat9下测试通过-TCP / IP protocol used in the test under redhat9
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:26166
    • 提供者:李峰
  1. TestNet(master)

    0下载:
  2. 该软件可以对用TCP建立的服务器进行测试,能显示交换的报文 -The software can be used to establish the TCP server test that can show the exchange of messages
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:60340
    • 提供者:韩信
  1. NetTest

    0下载:
  2. Windows visual Basic TCP server and client test source code-visual Basic Windows TCP server and client test source code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:21856
    • 提供者:Latis
  1. Udp329

    0下载:
  2. UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -UDP is a non-connection-oriented, reliable communication protocol, compared to TCP, Although less than rel
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4485
    • 提供者:zxzl
  1. TCP自环程序

    0下载:
  2. 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86283
    • 提供者:李京津
  1. netjet

    0下载:
  2. 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13870
    • 提供者:lzy
  1. 端口扫描检测程序

    0下载:
  2. * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket * followed test objectives mainframe connectivity ports in order to judge whether to open po
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1372
    • 提供者:吕杰
  1. Traffic

    2下载:
  2. Traffic is a network traffic generator following a server/client model for generating high volumes of traffic on a network. This could be used to test the ability of a router/firewall/VPN to handle continuous high traffic loads. It is optimally used
  3. 所属分类:网络编程

  1. fuz

    0下载:
  2. The fuz is test app for fuzzing protocols power TCP
  3. 所属分类:网络编程

搜珍网 www.dssz.com