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

资源简介

C++ 利用图片加密文件(提高篇-实例576).zip

资源截图

代码片段和文件信息

// EncryWithPicture.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “EncryWithPicture.h“
#include “EncryWithPictureDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEncryWithPictureApp

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

/////////////////////////////////////////////////////////////////////////////
// CEncryWithPictureApp construction

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

////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21344  2013-11-29 15:19  EncryWithPicture.aps
     文件        1436  2013-11-29 15:20  EncryWithPicture.clw
     文件        2203  2007-05-08 08:52  EncryWithPicture.cpp
     文件        4340  2013-11-29 11:49  EncryWithPicture.dsp
     文件         557  2007-05-08 08:52  EncryWithPicture.dsw
     文件        1434  2007-05-08 08:52  EncryWithPicture.h
     文件      562688  2013-11-29 15:20  EncryWithPicture.opt
     文件        5671  2013-11-29 14:49  EncryWithPicture.rc
     文件        7656  2013-11-29 15:18  EncryWithPictureDlg.cpp
     文件        1608  2013-11-29 14:37  EncryWithPictureDlg.h
     文件           0  2013-11-29 15:20  mingrisofttemp.txt
     文件         924  2007-05-08 08:52  resource.h
     文件         218  2007-05-08 08:52  StdAfx.cpp
     文件        1054  2007-05-08 08:52  StdAfx.h
     文件        1078  2007-05-08 08:52  res\EncryWithPicture.ico
     文件         408  2007-05-08 08:52  res\EncryWithPicture.rc2
     文件        6144  2009-03-05 12:54  res\Thumbs.db

评论

共有 条评论