91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 43KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-01
  • 語言: C/C++
  • 標(biāo)簽: snmp??c++??

資源簡介

基于SNMP的網(wǎng)絡(luò)流量監(jiān)視系統(tǒng) c++源代碼 包括完整的注釋

資源截圖

代碼片段和文件信息

//?NetDatas.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“NetDatas.h“
#include?“NetDatasDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CNetDatasApp

BEGIN_MESSAGE_MAP(CNetDatasApp?CWinApp)
//{{AFX_MSG_MAP(CNetDatasApp)
//?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()

/////////////////////////////////////////////////////////////////////////////
//?CNetDatasApp?construction

CNetDatasApp::CNetDatasApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CNetDatasApp?object

CNetDatasApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CNetDatasApp?initialization

BOOL?CNetDatasApp::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

CNetDatasDlg?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;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2008-05-04?21:52??NetDatas2\
?????目錄???????????0??2008-05-04?21:52??NetDatas2\Debug\
?????文件???????21432??2008-04-24?13:58??NetDatas2\NetDatas.aps
?????文件????????1612??2008-04-24?15:35??NetDatas2\NetDatas.clw
?????文件????????2091??2007-06-15?11:03??NetDatas2\NetDatas.cpp
?????文件????????4397??2007-06-15?12:04??NetDatas2\NetDatas.dsp
?????文件?????????539??2007-06-15?11:03??NetDatas2\NetDatas.dsw
?????文件????????1346??2007-06-15?11:03??NetDatas2\NetDatas.h
?????文件??????107520??2008-04-24?15:35??NetDatas2\NetDatas.ncb
?????文件???????55808??2008-04-24?15:35??NetDatas2\NetDatas.opt
?????文件????????1301??2008-04-24?15:23??NetDatas2\NetDatas.plg
?????文件????????6344??2007-06-16?16:39??NetDatas2\NetDatas.rc
?????文件????????4925??2007-06-16?16:28??NetDatas2\NetDatasDlg.cpp
?????文件????????1657??2007-06-16?15:59??NetDatas2\NetDatasDlg.h
?????文件????????3615??2007-06-15?11:03??NetDatas2\ReadMe.txt
?????目錄???????????0??2008-05-04?21:52??NetDatas2\res\
?????文件????????1146??2007-06-16?15:58??NetDatas2\Resource.h
?????文件????????1078??2007-06-15?11:03??NetDatas2\res\NetDatas.ico
?????文件?????????400??2007-06-15?11:03??NetDatas2\res\NetDatas.rc2
?????文件????????3072??2008-04-24?14:09??NetDatas2\res\Thumbs.db
?????文件?????????210??2007-06-15?11:03??NetDatas2\StdAfx.cpp
?????文件????????1054??2007-06-15?11:03??NetDatas2\StdAfx.h
?????文件????????7018??2008-04-24?14:33??NetDatas2\_Cli_NetTraffic.cpp
?????文件????????1020??2007-06-16?14:49??NetDatas2\_Cli_NetTraffic.h

評論

共有 條評論