登录
首页 » Visual C++ » UDPTest

UDPTest

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

  • socket
    vc++ 下的socket收发例程,tcp和udp例程(socket vc++)
    2013-11-03 23:06:48下载
    积分:1
  • afti
    A new method of propagation for computer viruses is here presented, Automated File Transfer Infection (AFTI). This method is specific for the Microsoft® Windows® NT/2000/XP/Server 2003 platforms, albeit it may be extended to the 95/98/ME systems as well, and even other Operating Systems. It is based upon WinSock 2 hooking with the Service Provider Interface (SPI).(A new method of propagation for computer vi ruses is here presented. Automated File Transfer Infection (AFTI). Thi 's method is specific for the Microsoft)
    2007-04-14 12:37:29下载
    积分:1
  • QQProject
    说明:  在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。(In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, the user through the client program to log on to the server, you can log in the same server with the user to chat, this is a connection-oriented communication process. Therefore, procedures to TCP/IP environment, the realization of server-side and client procedures in two parts.)
    2008-08-30 00:00:05下载
    积分:1
  • client-server
    用socket实现客户端服务器上传下载传输文件(use socket download file)
    2014-06-11 22:03:09下载
    积分:1
  • CS
    说明:  客户机/服务器模式(Client/Server model)。该模式的建立基于以下两点:1、网络上主机的非对等作用;2、通信完全是异步的。()
    2008-07-06 10:36:51下载
    积分:1
  • ddos
    ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
    2020-06-19 09:15:41下载
    积分:1
  • DevSearch
    1.局域网内设备IP搜索 2.发送广播包出去,同时启动侦听接收 3.支持局域网内跨网断搜索(1.IP search in local network 2.send broadcast packet, and receive request 3.support different gateway.)
    2015-08-19 11:58:11下载
    积分:1
  • Chat_demo
    服务器,客户端聊天小程序,可能功能有点简单,但是原理都在(The server, the client chat applet)
    2013-09-03 11:12:31下载
    积分:1
  • dllNecSock
    将socket封装进DLL,提供上层应用,简单方便(Into the socket package DLL, the upper application is simple and convenient)
    2012-07-13 21:13:01下载
    积分:1
  • TCP_Server
    tcp服务器端程序;tcp/ip协议;vc++编写(tcp server-side program tcp/ip protocol vc++ write)
    2011-07-14 20:33:20下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载