资源简介
本程序适用于一般高校数字图像处理课程的简单程序。用几个简单的功能,如图像旋转 线性变换 傅里叶变换 黑白颠倒。注:本程序只能打开bmp格式的图片。内附源程序及经典lean.bmp原图

代码片段和文件信息
// 20060101008.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “20060101008.h“
#include “MainFrm.h“
#include “20060101008Doc.h“
#include “20060101008View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// C20060101008App
BEGIN_MESSAGE_MAP(C20060101008App CWinApp)
//{{AFX_MSG_MAP(C20060101008App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// C20060101008App construction
C20060101008App::C20060101008App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only C20060101008App object
C20060101008App theApp;
/////////////////////////////////////////////////////////////////////////////
// C20060101008App initialization
BOOL C20060101008App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(C20060101008Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(C20060101008View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1480 2009-04-10 11:16 数字图像处理程序\20060101008\DIB.h
文件 2512 2009-03-25 08:10 数字图像处理程序\20060101008\MainFrm.cpp
文件 1581 2009-03-25 08:10 数字图像处理程序\20060101008\MainFrm.h
文件 4431 2009-03-25 08:10 数字图像处理程序\20060101008\ReadMe.txt
文件 927 2009-04-10 11:12 数字图像处理程序\20060101008\Resource.h
文件 213 2009-03-25 08:10 数字图像处理程序\20060101008\StdAfx.cpp
文件 1054 2009-03-25 08:10 数字图像处理程序\20060101008\StdAfx.h
文件 2499 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.clw
文件 4299 2009-03-25 08:10 数字图像处理程序\20060101008\20060101008.cpp
文件 4779 2009-04-01 09:45 数字图像处理程序\20060101008\20060101008.dsp
文件 545 2009-03-25 08:10 数字图像处理程序\20060101008\20060101008.dsw
文件 1411 2009-03-25 08:10 数字图像处理程序\20060101008\20060101008.h
文件 82944 2009-03-25 08:09 数字图像处理程序\20060101008\XinJiDIP.ncb
文件 910 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.plg
文件 4234 2009-04-10 11:17 数字图像处理程序\20060101008\20060101008VIEW.cpp
文件 2065 2009-04-10 11:11 数字图像处理程序\20060101008\20060101008VIEW.h
文件 495616 2009-03-25 08:09 数字图像处理程序\20060101008\XinJiDIP.opt
文件 1565 2009-03-25 08:26 数字图像处理程序\20060101008\20060101008DOC.h
文件 16364 2009-04-10 11:29 数字图像处理程序\20060101008\DIB.cpp
文件 1942 2009-03-25 08:27 数字图像处理程序\20060101008\20060101008DOC.cpp
文件 66560 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.ncb
文件 8901 2009-03-31 10:18 数字图像处理程序\20060101008\20060101008.vcproj
文件 1409 2009-03-31 10:19 数字图像处理程序\20060101008\20060101008.vcproj.MATH23.student.user
文件 44476 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.aps
文件 12429 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.rc
文件 496640 2009-04-15 08:19 数字图像处理程序\20060101008\20060101008.opt
文件 7632 2009-04-15 08:19 数字图像处理程序\20060101008\Debug\20060101008.res
文件 279552 2009-04-15 08:19 数字图像处理程序\20060101008\Debug\vc60.idb
文件 462848 2009-04-10 11:29 数字图像处理程序\20060101008\Debug\vc60.pdb
文件 374540 2009-04-15 08:19 数字图像处理程序\20060101008\Debug\20060101008.ilk
............此处省略38个文件信息
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- VC助手 VC6.0助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
评论
共有 条评论