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

  • 大小: 1.83MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-10
  • 語言: C/C++
  • 標簽: MFC??DES加解密??

資源簡介

用MFC寫的DES加解密,可以實現對文件的加密和解密。

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“DES.h“
#include?“DESDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CDESApp

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

/////////////////////////////////////////////////////////////////////////////
//?CDESApp?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDESApp?object

CDESApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CDESApp?initialization

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

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

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

?????文件?????122936??2012-05-20?19:26??DES\Debug\DES.exe

?????文件?????240052??2012-05-20?19:26??DES\Debug\DES.ilk

?????文件??????14392??2012-04-22?20:41??DES\Debug\DES.obj

?????文件????5634496??2012-04-22?18:10??DES\Debug\DES.pch

?????文件?????410624??2012-05-20?19:26??DES\Debug\DES.pdb

?????文件???????2868??2012-04-22?20:41??DES\Debug\DES.res

?????文件??????62335??2012-05-20?19:26??DES\Debug\DESDlg.obj

?????文件?????106147??2012-04-22?18:10??DES\Debug\StdAfx.obj

?????文件?????222208??2012-06-24?17:20??DES\Debug\vc60.idb

?????文件?????380928??2012-05-20?19:26??DES\Debug\vc60.pdb

?????文件??????36024??2012-04-22?20:41??DES\DES.APS

?????文件???????1580??2012-06-24?17:20??DES\DES.clw

?????文件???????2021??2012-04-22?17:51??DES\DES.cpp

?????文件???????4165??2012-04-22?18:10??DES\DES.dsp

?????文件????????514??2012-04-22?18:10??DES\DES.dsw

?????文件???????1291??2012-04-22?17:51??DES\DES.h

?????文件??????66560??2012-06-24?17:20??DES\DES.ncb

?????文件??????48640??2012-06-24?17:20??DES\DES.opt

?????文件????????240??2012-06-24?17:20??DES\DES.plg

?????文件???????5908??2012-04-22?20:41??DES\DES.rc

?????文件??????17250??2012-04-22?20:45??DES\DESDlg.cpp

?????文件???????2635??2012-04-22?20:38??DES\DESDlg.h

?????文件?????????14??2012-04-22?20:02??DES\key.txt

?????文件???????3525??2012-04-22?17:51??DES\ReadMe.txt

?????文件???????1078??2012-04-22?17:51??DES\res\DES.ico

?????文件????????395??2012-04-22?17:51??DES\res\DES.rc2

?????文件???????1095??2012-04-22?20:41??DES\resource.h

?????文件????????205??2012-04-22?17:51??DES\StdAfx.cpp

?????文件???????1054??2012-04-22?17:51??DES\StdAfx.h

?????文件???????4115??2012-04-22?21:07??DES\Table.h

............此處省略9個文件信息

評論

共有 條評論