登录
首页 » Visual C++ » UDPTest

UDPTest

于 2013-04-18 发布 文件大小:21065KB
0 304
下载积分: 1 下载次数: 13

代码说明:

  UDP协议测试工具,可根据设定绑定UDP绑定IPD端口,进行相关的UDP吸引收发数据测试。(UDP protocol test tools, according to the set bound to the UDP binding IPD port, the UDP attract send and receive data test.)

文件列表:

UDPTest
.......\Debug
.......\.....\UDPTest.exe,2390016,2013-01-24
.......\.....\UDPTest.ilk,6870672,2013-01-24
.......\.....\UDPTest.pdb,12774400,2013-01-24
.......\Release
.......\.......\UDPTest.exe,340992,2013-01-24
.......\.......\UDPTest.pdb,6261760,2013-01-24
.......\UDPTest
.......\.......\Debug
.......\.......\.....\BuildLog.htm,10938,2013-01-24
.......\.......\.....\mt.dep,67,2013-01-24
.......\.......\.....\stdafx.obj,463937,2013-01-24
.......\.......\.....\UDPTest.exe.embed.manifest,406,2013-01-24
.......\.......\.....\UDPTest.exe.embed.manifest.res,472,2013-01-24
.......\.......\.....\UDPTest.exe.intermediate.manifest,381,2013-01-24
.......\.......\.....\UDPTest.obj,19805,2013-01-24
.......\.......\.....\UDPTest.pch,24772608,2013-01-24
.......\.......\.....\UDPTest.res,34004,2013-01-24
.......\.......\.....\UDPTestDlg.obj,148537,2013-01-24
.......\.......\.....\vc90.idb,896000,2013-01-24
.......\.......\.....\vc90.pdb,1978368,2013-01-24
.......\.......\ReadMe.txt,2891,2013-01-17
.......\.......\Release
.......\.......\.......\BuildLog.htm,7624,2013-01-24
.......\.......\.......\mt.dep,67,2013-01-24
.......\.......\.......\stdafx.obj,2548994,2013-01-24
.......\.......\.......\UDPTest.exe.intermediate.manifest,381,2013-01-24
.......\.......\.......\UDPTest.obj,34227,2013-01-24
.......\.......\.......\UDPTest.pch,25624576,2013-01-24
.......\.......\.......\UDPTest.res,34004,2013-01-24
.......\.......\.......\UDPTestDlg.obj,103129,2013-01-24
.......\.......\.......\vc90.idb,494592,2013-01-24
.......\.......\.......\vc90.pdb,1978368,2013-01-24
.......\.......\res

.......\.......\...\UDPTest.rc2,363,2013-01-17
.......\.......\resource.h,1461,2013-01-24
.......\.......\stdafx.cpp,138,2013-01-17
.......\.......\stdafx.h,1796,2013-01-17
.......\.......\targetver.h,1030,2013-01-17
.......\.......\UDPTest.aps,60232,2013-01-24
.......\.......\UDPTest.cpp,1730,2013-01-23
.......\.......\UDPTest.h,447,2013-01-17
.......\.......\UDPTest.rc,6584,2013-01-24
.......\.......\UDPTest.vcproj,5482,2013-01-17
.......\.......\UDPTest.vcproj.LZP.Administrator.user,1403,2013-03-24
.......\.......\UDPTest.vcproj.WWW-5D0A70751BD.Administrator.user,1427,2013-01-27
.......\.......\UDPTest.vcproj.WWW-ABAE16CF6F8.Administrator.user,1427,2013-01-24
.......\.......\UDPTestDlg.cpp,12265,2013-01-24
.......\.......\UDPTestDlg.h,1318,2013-01-24
.......\UDPTest.ncb,12839936,2013-03-24
.......\UDPTest.sln,887,2013-01-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mvb
    列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
    2021-01-03 16:48:55下载
    积分:1
  • 800-cases-of-foreign-hackers
    国外黑客800例,比较全面的讲解黑客技术,能够让你快速的找到需要的技术,进行研读(800 cases of foreign hackers, a more comprehensive explanation hacker technology that allows you to quickly find the needed technology, the study)
    2011-05-26 09:10:33下载
    积分:1
  • SynScanPort
    采用syn的扫描方式对一个网段的ip进行扫描,图形界面(Syn scan mode using a segment of ip scanning, graphical interface)
    2010-05-17 19:44:34下载
    积分:1
  • RemoteDemo
    windows 终端服务查询登录信息等。 可用于远程桌面二次开发,使用RDP协议的远程连接等。(windows Terminal Services query log information. Remote Desktop can be used for secondary development, the use of RDP protocol, such as remote connectivity.)
    2007-10-18 22:34:40下载
    积分:1
  • SCI新
    串口通讯,能显示串口数据发送,接受,内带详细代码(Serial communication, serial data can be displayed to send, accept, with detailed code)
    2018-06-06 16:37:22下载
    积分:1
  • UDPRecieveDLL
    UDP 接收数据类,里面有个接收UDP数据的线程。 我自己使用的,可靠的,已经编成DLL了,其中有些解析二进制流的代码,可以不看。(udp socket program , focus on recieve udp data.)
    2012-03-08 10:04:31下载
    积分:1
  • st_asio_wrapper
    它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp) Only supports tcp and udp protocol )
    2013-08-22 10:10:54下载
    积分:1
  • soitwareprogrammingprogramming
    Opc use the software, use VB programming
    2018-11-03 13:55:29下载
    积分:1
  • company_network
    搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为(Set up a department of four corporate network, including R & D department, testing department, management department and sales department, the use of local area network model of an object in the simulation at a server and multiple clients of conduct)
    2009-04-08 19:35:59下载
    积分:1
  • xuaualgveterminegdraw
    这是用VC++环境做成的一个图形编程的练习,是一个旋转的风车,()
    2018-02-20 11:51:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载