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

搜索资源列表

  1. SampleTCP

    0下载:
  2. (1)Simple test for TCP under Lunix (Blocking) server.c client.c (2)Simple test for TCP under Lunix (NonBlocking) server3.c client1.c (3)Simple test for TCP under Windows (Nonblocking) WinClient.c WinServer.c
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:91.6kb
    • 提供者:许为
  1. JBSocketServerTestSource

    0下载:
  2. Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using t
  3. 所属分类:TCP/IP协议栈

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

    0下载:
  2. TCP发包、收包C++源代码实现,可以用来测试TCP协议数据包的发送和接收。-TCP contract, closing package C++ source code can be used to test the TCP protocol to send and receive packets.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-12
    • 文件大小:19.04mb
    • 提供者:陈荣伟
  1. CRC.rar

    0下载:
  2. 实验:标准CRC算法实验报告,用C++实现的TCP的CRC检验。这是别人写的CRC检验。,Experiment: Experimental Report standard CRC algorithm using C++ realization of the CRC test TCP. This is written by someone else CRC test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3.46mb
    • 提供者:binnary
  1. ping

    0下载:
  2. 可以实现网络中计算机之间的联通性测试,使用方便,采用C++Builder编写 -Can achieve network connectivity between the computer test, easy to use, the use of C Builder to prepare
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:550.46kb
    • 提供者:张念
  1. TCPTest

    0下载:
  2. C语言实现TCP连接的测试程序,源码经多次重复测试没有问题或bug-C language realization of TCP connection test procedures, source code, as there is no problem with repeated testing or bug
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:43.66kb
    • 提供者:章枫
  1. TCP104

    1下载:
  2. 104规约测试程序,c#源代码,适合初学者-104 plan test104 plan test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:108.97kb
    • 提供者:zfs
  1. LiaoTian

    0下载:
  2. 用C#开发的简单的聊天试验程序 使用TCP/IP通讯协议-With C# Developed a simple test procedures for the use of chat TCP/IP communication protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:28.72kb
    • 提供者:DYK
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:64.76kb
    • 提供者:zym
  1. ping.c

    0下载:
  2. ping 程序源码,用于网络的连接和测试-ping is used to test and connect the net .
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:60.6kb
    • 提供者:zlgbg
  1. test

    0下载:
  2. 网络安全方面用C++编写的源代码,主要用到了tcp/ip方面的内容那个-security
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-17
    • 文件大小:4.03mb
    • 提供者:chenli
  1. Flood

    0下载:
  2. Flood attack test C++ long time
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:yamm
  1. C_Programming_TcpServer_stress_test_tool_code

    0下载:
  2. C编程开发TcpServer压力测试工具代码C Programming TcpServer stress test tool code -C Programming TcpServer stress test tool code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:..
  1. Thread

    0下载:
  2. 多线程测试源代码。应用程序向导已为您创建了此 Thread 应用程序。 本文件概要介绍组成 Thread 应用程序的 的每个文件的内容。 Thread.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Thread.cpp 这是主应用程序源文件。-Multi-threaded test source c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:6.06mb
    • 提供者:zsh
  1. Network-programmingl

    0下载:
  2. 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-25
    • 文件大小:498kb
    • 提供者:zhaozm
  1. Download_using_HTTP

    0下载:
  2. 使用C++封装使用HTTP协议下载文件,做成通用的类,可方便使用以实现自己的应用,附带测试代码。-Using the HTTP protocol to download files using the C package, made ​ ​ up of a common class, easy to use to enable their applications, with a test on behalf of Code.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-21
    • 文件大小:36.98mb
    • 提供者:空空子
  1. client

    0下载:
  2. 用C语言实现的TCP代码,本代码已经本人测试-C language implementation of the TCP code, the code I test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:1.56kb
    • 提供者:liu
  1. tcpcopy-c

    0下载:
  2. Name: tcpcopy It is an online TCP duplication tool and can be used for performance testing, regression testing, real tesing, etc. Descr iption: It can help you find bugs without deploying your server software on your production serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.06mb
    • 提供者:khao
  1. C#使用SOCKET

    0下载:
  2. socket编程 主站从站 测试可行 含服务器,客服端代码。(Socket programming master station from the station test feasible, including server, customer service side code.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:1.17mb
    • 提供者:为为群
  1. LeafSoft

    1下载:
  2. 串口通讯测试,tcp与udp通讯测试。ping测试(Serial communication test, TCP and udp communication test.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-11-30
    • 文件大小:67kb
    • 提供者:ziv-zheng
« 12 »
搜珍网 www.dssz.com