資源簡介
能夠實現tiff格式圖片的讀取并且顯示。

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“readtiff.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)
//?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
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
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-16?15:31??讀取tiff文件\
?????文件????????1535??2010-09-02?20:32??讀取tiff文件\ChildFrm.cpp
?????文件????????1397??2010-09-02?20:32??讀取tiff文件\ChildFrm.h
?????文件????????2730??2010-09-02?21:35??讀取tiff文件\Chooseband.cpp
?????文件????????1496??2010-09-02?21:35??讀取tiff文件\Chooseband.h
?????目錄???????????0??2013-03-13?21:05??讀取tiff文件\Debug\
?????文件???????16690??2013-03-12?22:14??讀取tiff文件\Debug\ChildFrm.obj
?????文件????????3010??2013-03-12?22:14??讀取tiff文件\Debug\ChildFrm.sbr
?????文件???????21111??2013-03-12?22:14??讀取tiff文件\Debug\Chooseband.obj
?????文件????????3877??2013-03-12?22:14??讀取tiff文件\Debug\Chooseband.sbr
?????文件???????19456??2013-03-12?22:14??讀取tiff文件\Debug\MainFrm.obj
?????文件????????3454??2013-03-12?22:14??讀取tiff文件\Debug\MainFrm.sbr
?????文件??????106040??2013-03-12?22:14??讀取tiff文件\Debug\StdAfx.obj
?????文件?????1375091??2013-03-12?22:14??讀取tiff文件\Debug\StdAfx.sbr
?????文件???????25013??2013-03-12?22:14??讀取tiff文件\Debug\dib.obj
?????文件???????27583??2013-03-12?22:14??讀取tiff文件\Debug\dib.sbr
?????文件??????159853??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.exe
?????文件????????7865??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.exp
?????文件??????521464??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.ilk
?????文件???????13858??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.lib
?????文件???????24038??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.obj
?????文件?????6870816??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.pch
?????文件??????459776??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.pdb
?????文件????????8252??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.res
?????文件????????8899??2013-03-12?22:14??讀取tiff文件\Debug\readtiff.sbr
?????文件???????89820??2013-03-12?22:14??讀取tiff文件\Debug\readtiffDoc.obj
?????文件??????297088??2013-03-12?22:14??讀取tiff文件\Debug\readtiffDoc.sbr
?????文件???????23261??2013-03-12?22:14??讀取tiff文件\Debug\readtiffView.obj
?????文件????????7368??2013-03-12?22:14??讀取tiff文件\Debug\readtiffView.sbr
?????文件??????279552??2013-03-16?15:23??讀取tiff文件\Debug\vc60.idb
?????文件??????471040??2013-03-12?22:14??讀取tiff文件\Debug\vc60.pdb
............此處省略262個文件信息
- 上一篇:光學設計手冊—李士賢
- 下一篇:IDA Pro權威指南(第二版)高清完美版
評論
共有 條評論