资源简介
编程实现图像的百叶窗和马赛克效果。
VC++ 6.0运行通过,运行.dsw文件后会生成debug文件夹,下面有.exe可以直接运行
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “DIBShow.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()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-20 16:20 3\
文件 428 2009-10-16 21:32 3\CDib.h
文件 1534 2009-10-16 19:33 3\ChildFrm.cpp
文件 1397 2009-10-16 19:33 3\ChildFrm.h
文件 1230372 2014-07-01 14:32 3\DIBShow.aps
文件 2707 2014-07-01 14:33 3\DIBShow.clw
文件 4499 2009-10-17 12:17 3\DIBShow.cpp
文件 5164 2009-10-23 11:35 3\DIBShow.dsp
文件 520 2009-10-16 19:33 3\DIBShow.dsw
文件 1367 2009-10-16 19:33 3\DIBShow.h
文件 238592 2014-07-01 14:33 3\DIBShow.ncb
文件 53760 2014-07-01 14:33 3\DIBShow.opt
文件 828 2014-07-01 14:32 3\DIBShow.plg
文件 12675 2014-07-01 11:19 3\DIBShow.rc
文件 1804 2009-10-17 11:56 3\DIBShowDoc.cpp
文件 1522 2009-10-17 11:56 3\DIBShowDoc.h
文件 4541 2014-07-01 10:35 3\DIBShowView.cpp
文件 1955 2014-07-01 10:35 3\DIBShowView.h
文件 14351 2014-07-01 14:19 3\Dib.cpp
文件 2640 2009-11-08 14:47 3\Dib.h
文件 2126 1998-05-13 00:00 3\MSIMG32.LIB
文件 2803 2009-10-19 10:48 3\MainFrm.cpp
文件 1451 2009-10-19 10:28 3\MainFrm.h
文件 4793 2009-10-16 19:33 3\ReadMe.txt
文件 209 2009-10-16 19:33 3\StdAfx.cpp
文件 1054 2009-10-16 19:33 3\StdAfx.h
文件 43982 1998-05-13 00:00 3\WINMM.LIB
目录 0 2014-07-20 16:20 3\res\
文件 1200054 2009-10-21 16:27 3\res\20081226182434825.bmp
文件 1078 2009-10-16 19:33 3\res\DIBShow.ico
文件 399 2009-10-16 19:33 3\res\DIBShow.rc2
............此处省略5个文件信息
- 上一篇:C++11教程参考书
- 下一篇:VC6.0 OpenCV 摄像头程序
相关资源
- C++图像处理几何校正可运行工程
- VC++ 数字图像处理典型算法及实现 源
- 05年毕业设计-图像处理软件及源代码
- 基于MATLAB图像处理课程设计
- C++进行图像预处理代码
- 数字图像处理——MFC实现DICOM图像打开
- 数字图像处理与机器视觉(Visual C++与
- 数字图像处理实习程序
- Visual C++数字图像处理开发入门与编程
- 指纹模式识别系统算法及实现源码
- MFC图像处理
- VC++图像处理程序设计PDF + 源码
- 数字图像处理mfc
- OpenCV和MFC的+界面程序+各种图像处理操
- C++图像处理系统源代码
- 精通Visual C++数字图像处理技术与工程
- 基于MFC的图像处理课程设计
- VC++ 读图 分类 变化监测 几何校正
- C/C++图像处理编程
- 《数字图像处理与机器视觉》张铮等
- c++ 图像处理
- 《数字图像处理与机器视觉-VC++与Ma
- 基于opencv和MFC的多功能视频、图像处
- VC++图像处理程序设计(杨淑莹)清晰
- 遥感图像处理系统MFC
- VS2015MFC+Opencv2 打开图片及简单的图像
- 数字图像处理与机器视觉 Visual C++与
- Visual C++数字图像处理第二版光盘
- 何斌Visual C++数字图像处理第二版原书
- 精通Visual C++数字图像处理典型算法及
评论
共有 条评论