• 大小: 5.37MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-26
  • 语言: 其他
  • 标签: tiff  

资源简介

能够实现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个文件信息

评论

共有 条评论