• 大小: 0.27M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论