资源简介
用于将RGB图像转换为HIS图像,还可将HIS图像转换为RGB图像,代码中有详细的转换程序
代码片段和文件信息
// 200732590099.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “200732590099.h“
#include “MainFrm.h“
#include “ChildFrm.h“
#include “200732590099Doc.h“
#include “200732590099View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy200732590099App
BEGIN_MESSAGE_MAP(CMy200732590099App CWinApp)
//{{AFX_MSG_MAP(CMy200732590099App)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy200732590099App construction
CMy200732590099App::CMy200732590099App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy200732590099App object
CMy200732590099App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy200732590099App initialization
BOOL CMy200732590099App::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.
CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_MY2007TYPE
RUNTIME_CLASS(CMy200732590099Doc)
RUNTIME_CLASS(CChildframe) // custom MDI child frame
RUNTIME_CLASS(CMy200732590099View));
AddDocTemplate(pDocTemplate);
// create main MDI frame window
CMainframe* pMainframe = new CMainframe;
if (!pMainframe->Loadframe(IDR_MAINframe))
return FALSE;
m_pMainWnd = pMainframe;
// Parse command line for standard shell commands DDE file open
CCommandLineInfo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-04-29 11:12 RGB与HIS的转换\
文件 30156 2014-04-26 16:53 RGB与HIS的转换\200732590099.aps
文件 3058 2014-04-26 17:00 RGB与HIS的转换\200732590099.clw
文件 4526 2010-03-11 20:15 RGB与HIS的转换\200732590099.cpp
文件 4849 2010-03-11 21:46 RGB与HIS的转换\200732590099.dsp
文件 547 2010-03-11 20:15 RGB与HIS的转换\200732590099.dsw
文件 1432 2010-03-11 20:15 RGB与HIS的转换\200732590099.h
文件 304128 2014-04-26 17:51 RGB与HIS的转换\200732590099.ncb
文件 482304 2014-04-26 17:51 RGB与HIS的转换\200732590099.opt
文件 258 2014-04-26 16:53 RGB与HIS的转换\200732590099.plg
文件 13485 2010-03-12 21:42 RGB与HIS的转换\200732590099.rc
文件 2752 2010-03-12 21:23 RGB与HIS的转换\200732590099Doc.cpp
文件 1756 2010-03-11 20:25 RGB与HIS的转换\200732590099Doc.h
文件 9257 2014-04-10 21:29 RGB与HIS的转换\200732590099View.cpp
文件 2072 2010-03-12 21:39 RGB与HIS的转换\200732590099View.h
文件 1539 2010-03-11 20:15 RGB与HIS的转换\ChildFrm.cpp
文件 1397 2010-03-11 20:15 RGB与HIS的转换\ChildFrm.h
目录 0 2014-04-29 11:12 RGB与HIS的转换\Debug\
文件 5129216 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099.bsc
文件 131157 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099.exe
文件 368748 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099.ilk
文件 23821 2011-04-11 20:27 RGB与HIS的转换\Debug\200732590099.obj
文件 6875768 2011-04-11 20:26 RGB与HIS的转换\Debug\200732590099.pch
文件 459776 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099.pdb
文件 8084 2010-03-14 19:15 RGB与HIS的转换\Debug\200732590099.res
文件 0 2011-04-11 20:27 RGB与HIS的转换\Debug\200732590099.sbr
文件 19234 2011-04-11 20:27 RGB与HIS的转换\Debug\200732590099Doc.obj
文件 0 2011-04-11 20:27 RGB与HIS的转换\Debug\200732590099Doc.sbr
文件 35493 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099View.obj
文件 0 2014-04-10 21:29 RGB与HIS的转换\Debug\200732590099View.sbr
文件 16144 2011-04-11 20:27 RGB与HIS的转换\Debug\ChildFrm.obj
............此处省略20个文件信息
- 上一篇:电动卡盘毕业设计
- 下一篇:L298N电机可编程资料
评论
共有 条评论