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

  • 大小: 27KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-26
  • 語言: 其他
  • 標簽: 信息??安全??

資源簡介

信息安全中的秘密分享算法

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“SecretShare.h“
#include?“SecretShareDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CSecretShareApp

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

/////////////////////////////////////////////////////////////////////////////
//?CSecretShareApp?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CSecretShareApp?object

CSecretShareApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CSecretShareApp?initialization

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

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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1731??2007-12-23?03:07??SecretShare.clw

?????文件???????2133??2007-12-23?00:24??SecretShare.cpp

?????文件???????4249??2007-12-23?00:24??SecretShare.dsp

?????文件????????545??2007-12-23?01:11??SecretShare.dsw

?????文件???????1379??2007-12-23?00:24??SecretShare.h

?????文件??????41984??2007-12-23?03:07??SecretShare.ncb

?????文件??????48640??2007-12-23?03:07??SecretShare.opt

?????文件????????256??2007-12-23?03:07??SecretShare.plg

?????文件???????6258??2007-12-23?02:13??SecretShare.rc

?????文件???????7762??2007-12-23?03:07??SecretShareDlg.cpp

?????文件???????1736??2007-12-23?02:28??SecretShareDlg.h

?????文件????????213??2007-12-23?00:24??StdAfx.cpp

?????文件???????1054??2007-12-23?00:24??StdAfx.h

?????文件???????1078??2007-12-23?00:24??res\SecretShare.ico

?????文件????????403??2007-12-23?00:24??res\SecretShare.rc2

?????文件???????3669??2007-12-23?00:24??ReadMe.txt

?????文件????????965??2007-12-23?02:11??resource.h

?????文件??????36304??2007-12-23?02:13??SecretShare.aps

?????目錄??????????0??2007-12-23?00:24??res

-----------?---------??----------?-----??----

???????????????160359????????????????????19


評論

共有 條評論