資源簡介
DES加密算法C++實現(程序+源代碼)(附課程設計)
絕對可用 !
代碼片段和文件信息
#include?“stdafx.h“
#include?“BtnST.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CButtonST
//?Mask?for?control‘s?type
#define?BS_TYPEMASK?SS_TYPEMASK
CButtonST::CButtonST()
{
m_bIsPressed =?FALSE;
m_bIsFocused =?FALSE;
m_bIsDisabled =?FALSE;
m_bMouseOnButton =?FALSE;
FreeResources(FALSE);
//?默認是否為平滑按鈕,true?是??false?不是(沒有擴展的功能)
m_bIsFlat?=?TRUE;
//?Button?will?be?tracked?also?if?when?the?window?is?inactive?(like?Internet?Explorer)
m_bAlwaysTrack?=?TRUE;
??
//?By?default?draw?border?in?“flat“?button?
m_bDrawBorder?=?TRUE;?
??
//?By?default?icon?is?aligned?horizontally
m_byAlign?=?ST_ALIGN_HORIZ;?
??
//
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1441??2010-01-13?10:56??DES課程設計\DESEncrypt.exe.lnk
?????文件?????325632??2010-01-11?13:24??DES課程設計\DES課程設計正文.doc
?????文件??????41984??2010-01-11?14:01??DES課程設計\目錄.doc
?????文件????????800??2007-12-07?16:04??DES課程設計\程序源代碼\16輪子密鑰.dat
?????文件??????38935??2007-09-29?14:54??DES課程設計\程序源代碼\BtnST.cpp
?????文件???????7150??2007-09-29?14:28??DES課程設計\程序源代碼\BtnST.h
?????文件??????10906??2007-12-07?15:25??DES課程設計\程序源代碼\CDES.cpp
?????文件????????806??2007-12-07?13:02??DES課程設計\程序源代碼\CDES.H
?????文件??????28776??2003-09-14?14:34??DES課程設計\程序源代碼\CreditStatic.cpp
?????文件???????3576??2003-09-14?14:34??DES課程設計\程序源代碼\CreditStatic.h
?????文件???????3309??2007-12-04?19:57??DES課程設計\程序源代碼\data.h
?????文件?????155711??2007-12-06?15:10??DES課程設計\程序源代碼\Debug\DESEncrypt.exe
?????文件???????2119??2007-12-06?12:50??DES課程設計\程序源代碼\DESEncrypt.cpp
?????文件???????4868??2007-12-07?17:34??DES課程設計\程序源代碼\DESEncrypt.dsp
?????文件????????528??2007-12-06?12:50??DES課程設計\程序源代碼\DESEncrypt.dsw
?????文件???????1453??2010-01-13?10:56??DES課程設計\程序源代碼\DESEncrypt.exe.lnk
?????文件???????1368??2007-12-06?12:50??DES課程設計\程序源代碼\DESEncrypt.h
?????文件???????6842??2007-12-07?17:33??DES課程設計\程序源代碼\DESEncrypt.rc
?????文件??????11123??2007-12-07?17:26??DES課程設計\程序源代碼\DESEncryptDlg.cpp
?????文件???????2361??2007-12-07?17:26??DES課程設計\程序源代碼\DESEncryptDlg.h
?????文件???????1186??2006-05-07?09:07??DES課程設計\程序源代碼\NewStatic.cpp
?????文件???????1106??2006-04-29?14:55??DES課程設計\程序源代碼\NewStatic.h
?????文件???????3651??2007-12-06?12:50??DES課程設計\程序源代碼\ReadMe.txt
?????文件???????1078??2007-12-06?19:36??DES課程設計\程序源代碼\res\DESEncrypt.ico
?????文件????????402??2007-12-06?12:50??DES課程設計\程序源代碼\res\DESEncrypt.rc2
?????文件???????1883??2007-12-07?17:26??DES課程設計\程序源代碼\resource.h
?????文件???????2238??2007-12-07?17:11??DES課程設計\程序源代碼\Right6_32x32x256.ico
?????文件????????212??2007-12-06?12:50??DES課程設計\程序源代碼\StdAfx.cpp
?????文件???????1054??2007-12-06?12:50??DES課程設計\程序源代碼\StdAfx.h
?????目錄??????????0??2010-01-13?10:56??DES課程設計\程序源代碼\Debug
............此處省略6個文件信息
- 上一篇:最小二乘法數值分析作業
- 下一篇:用C++編寫帶菜單的窗口
評論
共有 條評論