资源简介
基于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数据
相关资源
- 数字图像处理 东南大学
- 裂缝检测数字图像处理在裂缝识别与
- 《数字图像处理》第三版课后标准答
- 同济大学数字图像处理作业
- 数字图像处理数据集一-BSD68
- 武汉大学数字图像处理实习资料
- 数字图像处理大作业.zip
- 图像结合畸变矫正-数字图像处理
- 数字图像处理第三版中文及英文答案
- 数字图像处理复习资料.doc
- 数字图像处理方法的研究文献翻译
- VC数字图像处理 特效显示代码
- 数字图像处理——基础篇谷口庆治
- 数字图像处理第三版中文答案
- 数字图像处理课件 ppt
- 广东工业大学数字图像处理作业
- 数字图像处理冈萨雷斯第三版课后习
- 数字图像处理 冈萨雷斯 第三版 课后
- 数字图像处理(第3版)_课后习题解答
- 中南大学数字图像处理实验报告
- 数字图像处理编程入门pdf电子书
- 数字图像处理西安交通大学
- 广东工业大学数字图像处理历年试卷
- 数字图像处理编程吕凤军
- 基于DSP的数字图像处理
- 数字图像处理期末作业
- 数字图像处理数据集四-CSet8
- 数字图像处理入门word版
- 数字图像处理 傅里叶变换 第三章 课
- 数字图像处理编程入门 吕凤军
评论
共有 条评论