资源简介
基于VC平台对数字图像处理的多个方面进行了实现

代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “DImageProcess.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)
ON_COMMAND(ID_EDIT_CUT OnEditCut)
//}}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
cs.cx=1024;
cs.cy=768;
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
void CChildframe::OnEditCut()
{
// TODO: Add your command handler code here
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1553 2005-05-16 15:27 原始\ChildFrm.cpp
文件 1284 2005-05-16 15:27 原始\ChildFrm.h
文件 16980 2015-04-25 19:59 原始\Debug\ChildFrm.obj
文件 0 2015-04-25 19:59 原始\Debug\ChildFrm.sbr
文件 22667 2015-04-25 19:59 原始\Debug\Dib.obj
文件 0 2015-04-25 19:59 原始\Debug\Dib.sbr
文件 14344 2015-04-25 19:59 原始\Debug\DilationPara.obj
文件 0 2015-04-25 19:59 原始\Debug\DilationPara.sbr
文件 3654656 2015-04-25 19:59 原始\Debug\DImageProcess.bsc
文件 815196 2015-04-25 19:59 原始\Debug\DImageProcess.exe
文件 1275440 2015-04-25 19:59 原始\Debug\DImageProcess.ilk
文件 25800 2015-04-25 19:59 原始\Debug\DImageProcess.obj
文件 6870360 2015-04-25 19:59 原始\Debug\DImageProcess.pch
文件 902144 2015-04-25 19:59 原始\Debug\DImageProcess.pdb
文件 127588 2015-04-25 19:59 原始\Debug\DImageProcess.res
文件 0 2015-04-25 19:59 原始\Debug\DImageProcess.sbr
文件 25649 2015-04-25 19:59 原始\Debug\DImageProcessDoc.obj
文件 0 2015-04-25 19:59 原始\Debug\DImageProcessDoc.sbr
文件 300834 2015-04-25 19:59 原始\Debug\DImageProcessView.obj
文件 0 2015-04-25 19:59 原始\Debug\DImageProcessView.sbr
文件 18235 2015-04-25 19:59 原始\Debug\DlgHistogram.obj
文件 0 2015-04-25 19:59 原始\Debug\DlgHistogram.sbr
文件 10453 2015-04-25 19:59 原始\Debug\DlgLiner.obj
文件 0 2015-04-25 19:59 原始\Debug\DlgLiner.sbr
文件 11090 2015-04-25 19:59 原始\Debug\DlgRot.obj
文件 0 2015-04-25 19:59 原始\Debug\DlgRot.sbr
文件 10581 2015-04-25 19:59 原始\Debug\DlgStretch.obj
文件 0 2015-04-25 19:59 原始\Debug\DlgStretch.sbr
文件 10472 2015-04-25 19:59 原始\Debug\DlgThreshold.obj
文件 0 2015-04-25 19:59 原始\Debug\DlgThreshold.sbr
............此处省略133个文件信息
- 上一篇:软件工程课程设计.doc
- 下一篇:武汉市特征点、水系、植被、街区shp数据
相关资源
- 冈萨雷斯 数字图像处理 源代码(m文
- VC数字图像处理课程设计
- 图片-视频互换程序
- 北京交通大学-数字图像处理试卷+ 答
- 数字图像处理 王伟强 国科大 期末试
- 国科大数字图像处理习题课重点
- 数字图像处理标准测试图片335张
- 哈尔滨工业大学深圳 数字图像处理
- 东南大学数字图像处理期末复习
- 数字图像处理课程设计 实验报告
- 数字图像处理冈萨雷斯第三版 英文原
- 数字图像处理 刚萨雷斯 第三版中文版
- 数字图像处理(第三版)(何东健)
- 数字图像处理第三版中文答案冈萨雷
- 数字图像处理第四章答案
- 数字图像处理及模式识别.pdf
- 数字图像处理实验报告(全答案)
- 图像增强实验内含完整代码
- 数字图像处理代码
- 图像处理常用到的图片
- 数字图像处理标准测试图
- 西华大学2017-2018数字图像处理期末B卷
- 哈尔滨工程大学数字图像处理英文课
- 数字图像处理-毛发处理实验
- 数字图像处理数据集八-RN15
- 数字图像处理-基础篇 谷口庆治
- 基于数字图像处理技术的混凝土表面
- 超全的数字图像处理试题
- 数字图像处理教案244642
- qt 数字图像处理
评论
共有 条评论