登录
首页 » Visual C++ » UDPTest

UDPTest

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

  • UDPchatter
    一个基于UDP协议的网络聊天程序(A network based on UDP protocol chat program)
    2004-01-31 14:12:08下载
    积分:1
  • jiayoua_modbusm
    说明:  arj欺骗代码,c语言,以可改变网卡接收模式,获取所有经过的数据包(arj cheat code, c language, in order to change the network card can receive mode, after obtaining all the data packets)
    2010-04-11 14:47:51下载
    积分:1
  • soitwareprogrammingprogramming
    Opc use the software, use VB programming
    2018-11-03 13:55:29下载
    积分:1
  • qqsniffer.src
    局域网QQ密码嗅探器QQsniffer,不要用于非法哦(LAN QQ password sniffer QQsniffer, not used in the illicit Oh)
    2007-10-15 22:33:32下载
    积分:1
  • NCRR
    运用网络编码技术改进的无线路由协议,可以实现做大的吞吐量,实现节能功能(Using network coding technique to improve wireless routing protocol, can achieve big throughput, achieve energy saving function)
    2014-12-17 20:21:46下载
    积分:1
  • Winsock
    关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
    2010-12-19 23:20:09下载
    积分:1
  • ava-kuangjia
    ava 框架,以前找的,不知道现在能用不,需要的自己下载(ava kuangjia )
    2013-12-21 21:33:50下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • resource-allocation
    说明:  无线网络中的资源分配与跨层控制,国外专家编写的,讲解的很详细(Wireless network resource allocation and cross-layer control, prepared by foreign experts, to explain in great detail)
    2011-04-14 16:23:52下载
    积分:1
  • TCP
    基于流式套接字的TCP回射程序的客户端以及服务器(Retroreflective program based on the TCP stream socket)
    2012-12-28 15:37:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载