资源简介

一个用C++编写的加水印的工具,主要是看源文件,看看这个工具的原理 0分分享了

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “E05640225.h“
#include “E05640225Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CE05640225App

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

/////////////////////////////////////////////////////////////////////////////
// CE05640225App construction

CE05640225App::CE05640225App()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     147528  2008-06-26 20:21  E05640225\Debug\E05640225.exe

     文件     277224  2008-06-26 20:21  E05640225\Debug\E05640225.ilk

     文件      14405  2008-06-26 20:21  E05640225\Debug\E05640225.obj

     文件     336896  2008-06-26 20:21  E05640225\Debug\E05640225.pdb

     文件       3804  2008-06-26 20:21  E05640225\Debug\E05640225.res

     文件     102333  2008-06-26 20:21  E05640225\Debug\E05640225Dlg.obj

     文件      15035  2008-06-26 20:21  E05640225\Debug\Histshow.obj

     文件      18284  2008-06-26 20:21  E05640225\Debug\ImageWnd.obj

     文件     105604  2008-06-26 20:21  E05640225\Debug\StdAfx.obj

     文件     222208  2008-06-26 20:23  E05640225\Debug\vc60.idb

     文件     380928  2008-06-26 20:21  E05640225\Debug\vc60.pdb

     文件      38928  2008-06-22 10:12  E05640225\E05640225.APS

     文件       2648  2008-07-01 21:22  E05640225\E05640225.clw

     文件       2105  2008-05-14 19:51  E05640225\E05640225.cpp

     文件       4466  2008-05-17 10:37  E05640225\E05640225.dsp

     文件        543  2008-05-14 19:51  E05640225\E05640225.dsw

     文件       1357  2008-05-14 19:51  E05640225\E05640225.h

     文件     132096  2008-07-01 21:23  E05640225\E05640225.ncb

     文件      77824  2008-07-01 21:23  E05640225\E05640225.opt

     文件        252  2008-06-26 20:23  E05640225\E05640225.plg

     文件       7379  2008-06-22 10:12  E05640225\E05640225.rc

     文件      33927  2008-06-24 20:44  E05640225\E05640225Dlg.cpp

     文件       3354  2008-06-19 10:44  E05640225\E05640225Dlg.h

     文件       2793  2008-05-17 11:59  E05640225\Histshow.cpp

     文件       1479  2008-05-17 11:57  E05640225\Histshow.h

     文件       4895  2008-05-14 20:45  E05640225\ImageWnd.cpp

     文件       1140  2008-05-14 20:29  E05640225\ImageWnd.h

     文件       3633  2008-05-14 19:51  E05640225\ReadMe.txt

     文件       1078  2008-05-14 19:51  E05640225\res\E05640225.ico

     文件        401  2008-05-14 19:51  E05640225\res\E05640225.rc2

............此处省略11个文件信息

评论

共有 条评论