• 大小: 1.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: c++  读取tiff  

资源简介

VC读取tiff格式影像文件,适合初学者的程序代码

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “tiff1.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2251  2009-12-19 11:33  tiff1\tiff1.clw

     文件       4287  2009-12-19 11:30  tiff1\ReadMe.txt

     文件       1345  2009-12-19 11:30  tiff1\tiff1.h

     文件       4191  2009-12-19 11:30  tiff1\tiff1.cpp

     文件        207  2009-12-19 11:30  tiff1\StdAfx.cpp

     文件       1581  2009-12-19 11:30  tiff1\MainFrm.h

     文件       2506  2009-12-19 11:30  tiff1\MainFrm.cpp

     文件       1464  2009-12-19 11:30  tiff1\tiff1Doc.h

     文件       1722  2009-12-19 11:30  tiff1\tiff1Doc.cpp

     文件        397  2009-12-19 11:30  tiff1\res\tiff1.rc2

     文件       1078  2009-12-19 11:30  tiff1\res\tiff1Doc.ico

     文件       1078  2009-12-19 11:30  tiff1\res\tiff1.ico

     文件       1078  2009-12-19 11:30  tiff1\res\Toolbar.bmp

     文件        535  2009-12-19 11:30  tiff1\tiff1.dsw

     文件      58368  2009-12-19 11:50  tiff1\tiff1.ncb

     文件       7264  2009-12-19 11:38  tiff1\Debug\tiff1.res

     文件     205824  2009-12-19 11:50  tiff1\Debug\vc60.idb

     文件     372736  2009-12-19 11:50  tiff1\Debug\vc60.pdb

     文件      25600  2009-12-19 11:40  tiff1\Debug\tiff1.pdb

     文件          0  2009-12-19 11:50  tiff1\Debug\StdAfx.sbr

     文件          0  2009-12-19 11:40  tiff1\Debug\tiff1.sbr

     文件          0  2009-12-19 11:40  tiff1\Debug\MainFrm.sbr

     文件          0  2009-12-19 11:40  tiff1\Debug\tiff1Doc.sbr

     文件          0  2009-12-19 11:40  tiff1\Debug\tiff1View.sbr

     文件      21652  2009-12-19 11:40  tiff1\Debug\tiff1View.obj

     文件      14833  2009-12-19 11:40  tiff1\Debug\tiff1Doc.obj

     文件      20081  2009-12-19 11:40  tiff1\Debug\MainFrm.obj

     文件      23057  2009-12-19 11:40  tiff1\Debug\tiff1.obj

     文件    4719616  2009-12-19 11:50  tiff1\Debug\tiff1.bsc

     文件      19760  2005-12-30 00:46  tiff1\tiffio.h

............此处省略18个文件信息

评论

共有 条评论

相关资源