========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : demo
========================================================================
AppWizard has created this demo application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your demo application.
demo.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
demo.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CDemoApp application class.
demo.cpp
This is the main application source file that contains the application
class CDemoApp.
demo.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
demo.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\demo.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file demo.rc.
res\demo.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CMDIFrameWnd and controls all MDI frame features.
res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in demo.rc to add
toolbar buttons.
/////////////////////////////////////////////////////////////////////////////
For the child frame window:
ChildFrm.h, ChildFrm.cpp
These files define and implement the CChildFrame class, which
supports the child windows in an MDI application.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
demoDoc.h, demoDoc.cpp - the document
These files contain your CDemoDoc class. Edit these files to
add your special document data and to implement file saving and loading
(via CDemoDoc::Serialize).
demoView.h, demoView.cpp - the view of the document
These files contain your CDemoView class.
CDemoView objects are used to view CDemoDoc objects.
res\demoDoc.ico
This is an icon file, which is used as the icon for MDI child windows
for the CDemoDoc class. This icon is included by the main
resource file demo.rc.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named demo.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
VC++图像处理典型算法完整演示源代码
共109个文件
h:46个
cpp:41个
lib:3个
4星 · 超过85%的资源 需积分: 9 72 下载量 105 浏览量
2010-01-15
23:33:30
上传
评论 1
收藏 330KB RAR 举报
温馨提示
VC++图像处理典型算法全套演示程序的源代码,将众多图像处理功能集合于一个演示程序中,包括很多的图像处理类,像运动模糊恢复类,包含三种方法的运动模糊恢复功能,维纳滤波、逆滤波和投影迭代法。这些方法都是根据先验信息进行,运动模糊恢复的,因此首先要获得点扩散函数,本类提,供了计算点扩散函数的方法,需要配合ComFourierTransform傅里叶变换类,使用;同时还包括灰度变换类、直方图类、几何变换类、快速傅立叶变换类、形态学处理类、模板自定义对话框、图像分割类、匹配类、水域分割类、小波变换、图像增强类等等 ……
资源推荐
资源详情
资源评论
收起资源包目录
VC++图像处理典型算法完整演示源代码 (109个子文件)
demo.aps 54KB
OK.bmp 6KB
Toolbar.bmp 1KB
demo.clw 28KB
demoView.cpp 111KB
Segment.cpp 39KB
Register.cpp 37KB
GeometryTrans.cpp 35KB
Morphology.cpp 29KB
transeform.cpp 22KB
GrayTrans.cpp 21KB
Watershed.cpp 21KB
ImgEnhance.cpp 20KB
FFT.CPP 15KB
ImgCenterDib.cpp 13KB
ImageRestoreExt.cpp 10KB
DIBapi.cpp 9KB
histogram.cpp 9KB
ImageRestore.cpp 8KB
PhaseCorre.cpp 7KB
transform_DCT.cpp 7KB
ThreshSegmentDlg.cpp 6KB
SpecialEffectShow.cpp 6KB
Match.cpp 5KB
HistogramDrawDlg.cpp 5KB
StaticDetect.cpp 5KB
demo.cpp 4KB
MaskDefineDlg.cpp 4KB
MainFrm.cpp 3KB
AVIHandler.cpp 2KB
demoDoc.cpp 2KB
Zoomdlg.cpp 2KB
ChildFrm.cpp 2KB
WatershedParaDlg.cpp 1KB
linearStretchParamDlg.cpp 1KB
ProjectRestoreDlg.cpp 1KB
NonlinearStretchDlg.cpp 1KB
MedianDialog.cpp 1KB
WienterFilterDlg.cpp 1KB
AvgDialog.cpp 1KB
RegionGrowDlg.cpp 1KB
InverseFilterDlg.cpp 1KB
GeometryMoveDlg.cpp 1KB
RotateSetDlg.cpp 1KB
StdAfx.cpp 206B
Thumbs.db 8KB
wavelet_3_8.dll 36KB
FourierTransformLib8.dll 22KB
ImageRestoreLib8.dll 13KB
demo.dsp 9KB
demo.dsw 533B
resource.fd 14KB
resource.h 10KB
demoView.h 5KB
DIBapi.h 4KB
FilterApi.h 4KB
Register.h 4KB
Morphology.h 3KB
transeform.h 3KB
WaveletApi.h 3KB
GeometryTrans.h 2KB
Segment.h 2KB
FFT.H 2KB
demoDoc.h 2KB
MaskDefineDlg.h 2KB
GrayTrans.h 2KB
Watershed.h 2KB
MainFrm.h 2KB
ThreshSegmentDlg.h 2KB
ImageCenterDib.h 1KB
HistogramDrawDlg.h 1KB
WatershedParaDlg.h 1KB
linearStretchParamDlg.h 1KB
ChildFrm.h 1KB
NonlinearStretchDlg.h 1KB
demo.h 1KB
ProjectRestoreDlg.h 1KB
FourierTransform.h 1KB
WienterFilterDlg.h 1KB
RotateSetDlg.h 1KB
histogram.h 1KB
InverseFilterDlg.h 1KB
GeometryMoveDlg.h 1KB
RegionGrowDlg.h 1KB
Zoomdlg.h 1KB
ImgEnhance.h 1KB
MedianDialog.h 1KB
AvgDialog.h 1KB
StdAfx.h 1KB
SpecialEffectShow.h 960B
StaticDetect.h 926B
ImageRestore.h 913B
ImageRestoreExt.h 880B
Match.h 867B
AVIHandler.h 844B
transform_DCT.h 707B
MediaSource.h 348B
PhaseCorre.h 337B
demo.ico 1KB
demoDoc.ico 1KB
共 109 条
- 1
- 2
andyjiang
- 粉丝: 93
- 资源: 663
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 15-面试题库(14个维度选拔考查).doc
- 28-绝对必备:HR经理面试提问大全(100问).doc
- 25-100个最权威的招聘面试题及回答解析.doc
- 27-HR经理常用的21个经典面试问题.doc
- 21-HR经理面试问题样例大全(30余种能力考查).doc
- 23-《职业测评--职场成功测评之完整题库》附答案.doc
- 26-200个名企的面试题详解(微软+谷歌+联合利华).doc
- 22-101个面试难题及结构化面试题库(附点评).doc
- 31-世界五百强面试题目及应答评点(全套50题).doc
- 30-面试通用题库以及压力测试.doc
- 29-面试通关秘笈:面试过程中常见的刁钻问题汇总.docx
- 32-招聘专员必备《HR结构化面试题库大全及解析》.doc
- python条件语句和高级应用
- 金属拉链穿头机(sw10可编辑+工程图)全套技术资料100%好用.zip
- 家具设备1出2三角木头机(sw18可逼哪家+工程图+BOM)全套技术资料100%好用.zip
- 1-销售面试题.xls
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页