• 大小: 1.73MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: 图像处理  

资源简介

编程实现图片的翻转效果(翻转90度)和任意角度的旋转效果。 C++程序,VC++6.0完美运行的,运行.dsw文件后后debug里面会有.exe文件 因为提交问题删除了debug文件(太大)

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “GeoTrans.h“

#include “ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// T

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-04 14:42  2\
     目录           0  2014-07-20 16:20  2\1_end\
     文件        1735  2006-05-29 17:08  2\1_end\ChildFrm.cpp
     文件        3500  2014-06-27 09:53  2\1_end\ChildFrm.dsp
     文件         524  2014-06-27 09:53  2\1_end\ChildFrm.dsw
     文件        1456  2006-05-29 17:08  2\1_end\ChildFrm.h
     文件       41984  2014-06-27 09:59  2\1_end\ChildFrm.ncb
     文件       48640  2014-06-27 09:59  2\1_end\ChildFrm.opt
     文件        1085  2014-06-27 09:58  2\1_end\ChildFrm.plg
     文件       52366  2014-06-27 10:13  2\1_end\DibImage.cpp
     文件        3425  2014-06-27 10:05  2\1_end\DibImage.dsp
     文件         524  2014-06-27 10:31  2\1_end\DibImage.dsw
     文件        3022  2006-05-29 17:08  2\1_end\DibImage.h
     文件       50176  2014-06-30 15:34  2\1_end\DibImage.ncb
     文件       48640  2014-06-30 15:34  2\1_end\DibImage.opt
     文件         920  2014-06-30 15:34  2\1_end\DibImage.plg
     文件        1031  2006-05-29 17:08  2\1_end\GeoRotaDlg.cpp
     文件        1232  2006-05-29 17:08  2\1_end\GeoRotaDlg.h
     文件       47864  2014-07-01 14:32  2\1_end\GeoTrans.aps
     文件        4242  2014-07-01 14:32  2\1_end\GeoTrans.clw
     文件        4520  2006-05-29 17:08  2\1_end\GeoTrans.cpp
     文件        5634  2014-06-27 14:29  2\1_end\GeoTrans.dsp
     文件         541  2006-05-29 17:08  2\1_end\GeoTrans.dsw
     文件        1378  2006-05-29 17:08  2\1_end\GeoTrans.h
     文件      320512  2014-07-01 14:32  2\1_end\GeoTrans.ncb
     文件       59904  2014-07-01 14:32  2\1_end\GeoTrans.opt
     文件        1138  2014-07-01 14:32  2\1_end\GeoTrans.plg
     文件       14612  2014-07-01 14:32  2\1_end\GeoTrans.rc
     文件        1049  2006-05-29 17:08  2\1_end\GeoTransDlg.cpp
     文件        1255  2006-05-29 17:08  2\1_end\GeoTransDlg.h
     文件        7091  2006-05-29 17:09  2\1_end\GeoTransDoc.cpp
............此处省略60个文件信息

评论

共有 条评论