资源简介
指定一个网段,就可探测出这个网段中的活动主机

代码片段和文件信息
// ICMP11.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ICMP11.h“
#include “ICMP11Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CICMP11App
BEGIN_MESSAGE_MAP(CICMP11App CWinApp)
//{{AFX_MSG_MAP(CICMP11App)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CICMP11App construction
CICMP11App::CICMP11App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CICMP11App object
CICMP11App theApp;
/////////////////////////////////////////////////////////////////////////////
// CICMP11App initialization
BOOL CICMP11App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CICMP11Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5325824 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.bsc
文件 114784 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.exe
文件 225792 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.ilk
文件 13770 2013-01-05 11:30 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.obj
文件 7010996 2013-01-05 11:30 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.pch
文件 418816 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.pdb
文件 2928 2013-01-05 11:11 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.res
文件 0 2013-01-05 11:30 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11.sbr
文件 0 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11Dlg.sbr
文件 105397 2013-01-05 11:30 探测网段中的活动主机\探测网段中的活动主机\Debug\StdAfx.obj
文件 1374899 2013-01-05 11:30 探测网段中的活动主机\探测网段中的活动主机\Debug\StdAfx.sbr
文件 246784 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\vc60.idb
文件 389120 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\vc60.pdb
文件 55670 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\Debug\ICMP11Dlg.obj
文件 21476 2013-06-21 08:30 探测网段中的活动主机\探测网段中的活动主机\ICMP11.APS
文件 1498 2013-06-21 08:46 探测网段中的活动主机\探测网段中的活动主机\ICMP11.clw
文件 2063 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\ICMP11.cpp
文件 4262 2013-01-05 11:41 探测网段中的活动主机\探测网段中的活动主机\ICMP11.dsp
文件 518 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\ICMP11.dsw
文件 1324 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\ICMP11.h
文件 82944 2013-06-21 08:55 探测网段中的活动主机\探测网段中的活动主机\ICMP11.ncb
文件 1299 2013-06-21 08:36 探测网段中的活动主机\探测网段中的活动主机\ICMP11.plg
文件 5961 2013-01-05 11:11 探测网段中的活动主机\探测网段中的活动主机\ICMP11.rc
文件 1558 2013-01-05 11:12 探测网段中的活动主机\探测网段中的活动主机\ICMP11Dlg.h
文件 3579 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\ReadMe.txt
文件 208 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\StdAfx.cpp
文件 1054 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\StdAfx.h
文件 1251 2013-01-05 10:06 探测网段中的活动主机\探测网段中的活动主机\phead.h
文件 1078 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\res\ICMP11.ico
文件 398 2013-01-05 10:03 探测网段中的活动主机\探测网段中的活动主机\res\ICMP11.rc2
............此处省略10个文件信息
- 上一篇:凸轮设计小软件
- 下一篇:spring中文帮助文档.chm
相关资源
- wifi的ssid探测
- VC 编程实现活动主机扫描源代码
- 在ILC上探测希格斯-费米子和希格斯
- 与ATLAS探测器在sNN = 5.02 TeV质子-铅碰撞
- 用ATLAS测量在$$ \\ sqrt {s _ {\\ mathrm {N
- 使用ATLAS探测器在LHC的s = 13 TeV pp碰撞
- 通过大型强子对撞机逐光散射的小曲
- 使用ATLAS探测器在s = 13 TeV时以pp碰撞测
- 使用ATLAS探测器在s = 13 TeV的四射流最
- 使用ATLAS探测器在s = 13 $$ \\ sqrt {s} =
- 在ATLAS探测器上搜索衰变到增强夸克对
- W s Z玻色子对生产横截面在pp碰撞中的
- 使用ATLAS探测器在s = 13 TeV的pp碰撞中用
- 使用ATLAS探测器在s = 8 $$ \\ sqrt {s} =
- 在与ATLAS探测器发生s = 8 TeV pp碰撞的
- 使用ATLAS探测器在s = 7TeV的pp碰撞中区
- 使用ATLAS探测器在13 TeV pp碰撞中搜索轨
- 使用ATLAS探测器在s = 8 TeV的质子-质子
- 使用ATLAS探测器在s = 13 $$ \\ sqrt {s} =
- 使用ATLAS探测器在s = 13 TeV的pp碰撞中搜
- 用ATLAS探测器产生三个大矢量玻色子的
- 在单个T通道顶夸克生产中在LHC上探测
- 用ATLAS探测器搜索希格斯和Z玻色子衰
- M3:一项新的介子失踪动量实验,用于
- 纠缠熵探测具有指数非线性电动力学
- 在大型强子对撞机上使用Trilepton通道
- 用ATLAS探测器在s = 13TeV pp碰撞中用ta
- 印度中微子天文台ICAL探测器对中微子
- 反向跷跷板中具有破碎的循环对称性
- 基于微震和应力监测的支承压力分布
评论
共有 条评论