資源簡介
C++ 使用加密狗進行軟件加密(提高篇-實例591).zip
代碼片段和文件信息
//?EncryptDog.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“EncryptDog.h“
#include?“EncryptDogDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CEncryptDogApp
BEGIN_MESSAGE_MAP(CEncryptDogApp?CWinApp)
//{{AFX_MSG_MAP(CEncryptDogApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CEncryptDogApp?construction
CEncryptDogApp::CEncryptDogApp()
{
//?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1174??2009-01-05?15:40??EncryptDog\EncryptDog.clw
?????文件????????2119??2008-12-22?09:42??EncryptDog\EncryptDog.cpp
?????文件????????4480??2008-12-23?10:24??EncryptDog\EncryptDog.dsp
?????文件?????????543??2008-12-22?09:42??EncryptDog\EncryptDog.dsw
?????文件????????1368??2008-12-22?09:42??EncryptDog\EncryptDog.h
?????文件???????48640??2009-01-05?15:40??EncryptDog\EncryptDog.opt
?????文件????????5588??2008-12-23?10:30??EncryptDog\EncryptDog.rc
?????文件????????5015??2008-12-23?10:24??EncryptDog\EncryptDogDlg.cpp
?????文件????????1395??2008-12-23?10:21??EncryptDog\EncryptDogDlg.h
?????文件????????3651??2008-12-22?09:42??EncryptDog\ReadMe.txt
?????文件?????????824??2008-12-23?10:22??EncryptDog\resource.h
?????文件???????31996??2007-12-04?15:15??EncryptDog\RGDLW32V.OBJ
?????文件?????????622??2007-12-04?15:15??EncryptDog\softdog.h
?????文件?????????212??2008-12-22?09:42??EncryptDog\StdAfx.cpp
?????文件????????1054??2008-12-22?09:42??EncryptDog\StdAfx.h
?????文件??????720056??2008-12-23?10:22??EncryptDog\res\2.bmp
?????文件????????5756??2008-12-23?10:22??EncryptDog\res\22.bmp
?????文件????????1078??2008-12-22?09:42??EncryptDog\res\EncryptDog.ico
?????文件?????????402??2008-12-22?09:42??EncryptDog\res\EncryptDog.rc2
?????文件????????7680??2009-03-05?12:54??EncryptDog\res\Thumbs.db
- 上一篇:C++ 網絡語音電話
- 下一篇:C++ 通過計算機名稱獲取IP地址
評論
共有 條評論