资源简介
VISUAL C++ 6.0 数字图像编码 图像数据的读取与显示 可直接运行 并附源代码
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Openimagefile.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
};
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 307712 2003-04-30 05:13 Openimagefile\1_2.tif
文件 19742 2009-04-15 12:03 Openimagefile\Debug\MainFrm.obj
文件 118845 2009-04-15 12:18 Openimagefile\Debug\Openimagefile.exe
文件 319728 2009-04-15 12:18 Openimagefile\Debug\Openimagefile.ilk
文件 23158 2009-04-15 12:17 Openimagefile\Debug\Openimagefile.obj
文件 5511180 2009-04-15 12:03 Openimagefile\Debug\Openimagefile.pch
文件 336896 2009-04-15 12:17 Openimagefile\Debug\Openimagefile.pdb
文件 7408 2009-04-15 12:03 Openimagefile\Debug\Openimagefile.res
文件 14904 2009-04-15 12:06 Openimagefile\Debug\OpenimagefileDoc.obj
文件 30935 2009-04-15 12:18 Openimagefile\Debug\OpenimagefileView.obj
文件 105528 2009-04-15 12:03 Openimagefile\Debug\StdAfx.obj
文件 214016 2009-04-15 12:18 Openimagefile\Debug\vc60.idb
文件 364544 2009-04-15 12:17 Openimagefile\Debug\vc60.pdb
文件 66614 2004-06-29 22:59 Openimagefile\lena位图.bmp
文件 2514 2009-04-15 11:58 Openimagefile\MainFrm.cpp
文件 1581 2009-04-15 11:58 Openimagefile\MainFrm.h
文件 28764 2009-04-15 12:02 Openimagefile\Openimagefile.aps
文件 2365 2009-04-15 12:13 Openimagefile\Openimagefile.clw
文件 4335 2009-04-15 11:58 Openimagefile\Openimagefile.cpp
文件 4702 2009-04-15 11:58 Openimagefile\Openimagefile.dsp
文件 549 2009-04-15 12:13 Openimagefile\Openimagefile.dsw
文件 1433 2009-04-15 11:58 Openimagefile\Openimagefile.h
文件 58368 2009-04-15 12:18 Openimagefile\Openimagefile.ncb
文件 49664 2009-04-15 12:18 Openimagefile\Openimagefile.opt
文件 759 2009-04-15 12:18 Openimagefile\Openimagefile.plg
文件 10651 2009-04-15 11:58 Openimagefile\Openimagefile.rc
文件 1882 2009-04-15 11:58 Openimagefile\OpenimagefileDoc.cpp
文件 1552 2009-04-15 11:58 Openimagefile\OpenimagefileDoc.h
文件 4227 2009-04-15 12:17 Openimagefile\OpenimagefileView.cpp
文件 2106 2009-04-15 12:10 Openimagefile\OpenimagefileView.h
............此处省略14个文件信息
评论
共有 条评论