资源简介

可以实现把多个图像快速合并成一张图片,源码,有图片可供直接实验

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Hebing.h“
#include “HebingDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHebingApp

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

/////////////////////////////////////////////////////////////////////////////
// CHebingApp construction

CHebingApp::CHebingApp()
{
// TODO: add construction code here

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

     文件     110711  2012-10-22 11:39  hebing\242553452\Debug\Hebing.exe

     文件     208024  2012-10-22 11:39  hebing\242553452\Debug\Hebing.ilk

     文件      14913  2012-10-22 11:37  hebing\242553452\Debug\Hebing.obj

     文件    5573108  2012-10-22 11:37  hebing\242553452\Debug\Hebing.pch

     文件     369664  2012-10-22 11:39  hebing\242553452\Debug\Hebing.pdb

     文件       2712  2006-10-26 11:35  hebing\242553452\Debug\Hebing.res

     文件      42666  2012-10-22 11:39  hebing\242553452\Debug\HebingDlg.obj

     文件     106081  2012-10-22 11:37  hebing\242553452\Debug\StdAfx.obj

     文件     205824  2014-10-22 16:14  hebing\242553452\Debug\vc60.idb

     文件     364544  2012-10-22 11:39  hebing\242553452\Debug\vc60.pdb

     文件      21392  2012-10-22 11:37  hebing\242553452\Hebing.aps

     文件       1311  2014-10-22 16:15  hebing\242553452\Hebing.clw

     文件       2063  2004-06-07 01:13  hebing\242553452\Hebing.cpp

     文件       4159  2004-06-07 01:13  hebing\242553452\Hebing.dsp

     文件        535  2004-06-07 01:13  hebing\242553452\Hebing.dsw

     文件       1324  2004-06-07 01:13  hebing\242553452\Hebing.h

     文件      82944  2014-10-22 16:15  hebing\242553452\Hebing.ncb

     文件     131072  2014-10-22 16:15  hebing\242553452\Hebing.opt

     文件       1674  2012-10-22 11:39  hebing\242553452\Hebing.plg

     文件       5540  2004-07-04 15:37  hebing\242553452\Hebing.rc

     文件      13040  2012-10-22 11:39  hebing\242553452\HebingDlg.cpp

     文件       1533  2004-06-07 01:16  hebing\242553452\HebingDlg.h

     文件       1078  2004-06-07 01:13  hebing\242553452\res\Hebing.ico

     文件        398  2004-06-07 01:13  hebing\242553452\res\Hebing.rc2

     文件        868  2004-06-07 01:16  hebing\242553452\Resource.h

     文件        208  2004-06-07 01:13  hebing\242553452\StdAfx.cpp

     文件       1054  2004-06-07 01:13  hebing\242553452\StdAfx.h

     文件       5484  2006-04-07 16:41  hebing\242553452\下载说明.htm

     文件         36  2004-06-07 02:09  hebing\242553452\程序说明.txt

     目录          0  2012-10-22 11:39  hebing\242553452\Debug

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

评论

共有 条评论