登录
首页 » Visual C++ » NetDebug

NetDebug

于 2013-01-28 发布 文件大小:267KB
0 292
下载积分: 1 下载次数: 121

代码说明:

  1、实现多个网络调试助手示例在一个进程中启动; 2、可以实现TCP_SERVER,TCP_CLIENT,UDP,UDP组播通信;(1, multiple network example debugging assistant to start a process 2, can achieve TCP_SERVER, TCP_CLIENT, UDP, UDP Multicast communication )

文件列表:

NetDebug
........\BCMenu.cpp,88816,2002-03-31
........\BCMenu.h,16478,2002-03-31
........\BlockBuffer.h,13912,2010-09-08
........\BtnST.cpp,70180,2006-07-08
........\BtnST.h,10401,2008-02-24
........\CnHyperlink.cpp,3851,2009-04-17
........\CnHyperlink.h,3315,2009-04-14
........\codex
........\.....\cdxCDynamicBar.cpp,5197,2000-02-18
........\.....\cdxCDynamicBar.h,4625,1999-09-11
........\.....\cdxCDynamicControlsManager.cpp,21236,1999-05-14
........\.....\cdxCDynamicControlsManager.h,20575,2010-09-15
........\.....\cdxCDynamicDialog.cpp,2505,1999-09-09
........\.....\cdxCDynamicDialog.h,4107,2000-02-18
........\.....\cdxCDynamicFormView.cpp,2339,1999-09-07
........\.....\cdxCDynamicFormView.h,1642,2000-02-18
........\.....\cdxCDynamicPropSheet.cpp,6858,2000-02-18
........\.....\cdxCDynamicPropSheet.h,7420,2000-02-18
........\.....\cdxCDynamicWnd.cpp,19191,2000-02-18
........\.....\cdxCDynamicWnd.h,21234,2010-09-15
........\.....\cdxCDynamicWndEx.cpp,9235,1999-10-13
........\.....\cdxCDynamicWndEx.h,1790,1999-09-09
........\.....\cdxCSizeIconCtrl.cpp,4137,2000-01-09
........\.....\cdxCSizeIconCtrl.h,2582,1999-10-14
........\.....\doc


........\.....\...\cdxCDynamicWnd-DOC.html,12720,2000-02-18
........\.....\SizeCBar.cpp,33082,1999-02-07
........\.....\SizeCBar.h,6264,1999-02-07
........\.....\SizeCBar.html,37693,1999-09-11
........\DcbDlg.cpp,4886,2009-04-08
........\DcbDlg.h,1715,2009-04-02
........\Debug
........\.....\NetDebug.exe,159809,2010-12-16
........\.....\RCa02356,78452,2010-07-12
........\.....\RCa02404,78452,2010-07-12
........\.....\RCa03900,78452,2010-07-12
........\.....\VC6.exe,192647,2010-07-12
........\DebugWnd.cpp,35458,2010-12-15
........\DebugWnd.h,2881,2010-10-11
........\MemDC.h,3513,2008-01-23
........\NetDebug.aps,25280,2010-12-16
........\NetDebug.clw,3656,2010-12-16
........\NetDebug.cpp,2091,2010-07-12
........\NetDebug.dsp,4739,2010-11-11
........\NetDebug.dsw,522,2010-09-11
........\NetDebug.h,1350,2010-11-11
........\NetDebug.ncb,214016,2010-12-16
........\NetDebug.opt,57856,2010-12-16
........\NetDebug.plg,1163,2010-12-16
........\NetDebug.rc,9474,2010-09-15
........\NetDebugDlg.cpp,7735,2010-09-14
........\NetDebugDlg.h,1917,2010-09-02
........\PropertiesDlg.cpp,5915,2009-04-10
........\PropertiesDlg.h,2491,2009-04-10
........\ReadMe.txt,3537,2009-03-27
........\res
........\...\LedOff.ico
........\...\LedOn.ico

........\...\NetDebug.rc2,395,2009-03-27
........\resource.h,2385,2010-09-08
........\StdAfx.cpp,205,2009-03-27
........\StdAfx.h,1139,2010-09-02
........\TimeoutsDlg.cpp,2061,2009-04-08
........\TimeoutsDlg.h,1348,2009-04-02
........\WinXPButtonST.cpp,9288,2010-09-15
........\WinXPButtonST.h,2951,2010-09-15
........\WSocket.cpp,14571,2010-12-16
........\WSocket.h,2285,2010-12-15

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

发表评论

0 个回复

  • 放大镜
    简单放大镜,生成一个放大窗口,滚轮实现倍率调节(Simple magnifier generates an enlarged window, and the roller realizes magnification regulation)
    2017-07-15 15:37:07下载
    积分:1
  • visualc++WANGLUOBIANCHENG
    visual c++ 网络通信编程实用案例精选(visual c++ network communications programming practical cases Featured)
    2007-09-01 00:08:19下载
    积分:1
  • NDISprogromer
    说明:  NDIS协议驱动程序源代码清单。NDIS协议驱动程序源代码用C语言完成。文档里含有全部代码。(agreement NDIS driver source code list. Agreement NDIS driver source code using C language completed. Documents containing all the code.)
    2006-04-22 16:07:30下载
    积分:1
  • Chat
    在VS2005的编程环境下,利用套接字的编程原理,可以实现网络聊天功能。(On the basic of VS2005, take advantage of the principle of Socket to achieve the ability to communicate online.)
    2014-04-11 09:18:47下载
    积分:1
  • atl控件使用socket通信
    说明:  关于Socket编程的实例,希望可以给大家提供一定的参考(Socket Programming for example, we hope to provide some reference)
    2006-02-22 11:49:24下载
    积分:1
  • shortest-path
    通信网络的架设问题 若要在n(≥10)个城市之间建设通信网络,只需要架设n-1条线路即可(With the Dijksra algorithm to network G from source points to the rest of the vertices of the shortest path)
    2014-01-11 23:32:27下载
    积分:1
  • ping_sourceCode
    说明:  PING程序源码有记录路由功能,希望对你们有帮助(PING record procedures source routing function, and I hope to help you)
    2006-04-01 01:06:07下载
    积分:1
  • qqsniffer.src
    局域网QQ密码嗅探器QQsniffer,不要用于非法哦(LAN QQ password sniffer QQsniffer, not used in the illicit Oh)
    2007-10-15 22:33:32下载
    积分:1
  • sound
    求一段音频信号的短时过零率,可用于特征的选取,以及对音频进行分类筛选等场合。(For the sound process)
    2018-03-23 14:14:44下载
    积分:1
  • gontext
    如何获取线程关联用户名和域名,不错,很好()
    2018-06-20 11:33:16下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载