登录
首页 » Visual C++ » UDPTest

UDPTest

于 2013-04-18 发布 文件大小:21065KB
0 368
下载积分: 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 个回复

  • fzitnbl185
    用BitBlt()函数实现界面切换的程序设计方法,其中包括:新建项目,用函数实现文件的打开操作以及相关的程序设计,(The program design method of interface switching is realized by BitBlt () function, which includes: new project, file opening operation with function, and related program design.)
    2018-12-01 16:10:18下载
    积分:1
  • getIPaddress
    通过此程序,可以获得本地计算机的IP地址,并以提示框的形式显示出来.(Through this process, access to the local computer' s IP address, and the form of prompt box is displayed.)
    2009-05-07 14:27:16下载
    积分:1
  • socket_Programming
    Programming socket 网络编程(Programming socket )
    2010-11-28 14:56:14下载
    积分:1
  • WBControl
    十分漂亮的基于IE内核的多页面浏览器控件。 原控件存在几个BUG,目前以全部解决(.)
    2009-11-30 06:27:19下载
    积分:1
  • ARPfindMACaddress
    说明:  ARP协议发现局域网内的活动主机,vc++语言编写,用有界面,美观实用(ARP protocol found in the activities of the LAN hosts, vc++ language, with a interface, beautiful and practical)
    2011-02-23 07:22:30下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • aonitor-domain-number
    材料力学课程的作业,用于惯性矩的计算,但也是我平时学VB的积累,(The homework in the mechanics of materials course is used for the calculation of moment of inertia, but it is also the accumulation of VB in my usual study.)
    2018-12-05 05:07:55下载
    积分:1
  • 12345
    我的毕业设计 已通过答辩 计算机网络安全中防火墙技术和端口扫描技术 网络扫描器设计(My graduation project has passed the defense computer network security, firewall technology, and port-scanning technology network scanner designed)
    2010-03-13 15:20:08下载
    积分:1
  • Client-dotnet
    一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
    2013-09-03 12:09:29下载
    积分:1
  • 49525823chap04Telnet
    Visual C++ .NET 网络与通信高级编程范例配套代码(Visual C++. NET network and high-level programming paradigm supporting code)
    2014-02-20 23:05:14下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载