资源简介

图像处理毕业论文(含程序、论文、答辩ppt、翻译等一套) 对图像处理算法进行了详细的分析

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “RWJpegExp.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

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

     文件    1544704  2007-05-30 20:15  基于JPG标准的图像压缩\基于JPG标准的图像压缩.ppt

     文件       1536  2002-08-01 19:55  基于JPG标准的图像压缩\程序\RWJpegExp\ChildFrm.cpp

     文件       1397  2002-08-01 19:55  基于JPG标准的图像压缩\程序\RWJpegExp\ChildFrm.h

     文件      14512  2001-11-06 00:53  基于JPG标准的图像压缩\程序\RWJpegExp\CqOctree.cpp

     文件      17042  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\ChildFrm.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\ChildFrm.sbr

     文件      15554  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\CqOctree.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\CqOctree.sbr

     文件     133959  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Dib.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Dib.sbr

     文件     174900  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\dibapi.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\dibapi.sbr

     文件      17205  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\FormatJpeg.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\FormatJpeg.sbr

     文件       4913  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Huffman.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Huffman.sbr

     文件      61390  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\IP.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\IP.sbr

     文件      32433  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Jpeg.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\Jpeg.sbr

     文件      19809  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\MainFrm.obj

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\MainFrm.sbr

     文件    3523584  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.bsc

     文件     450713  2011-12-11 09:52  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.exe

     文件     706952  2011-12-11 09:52  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.ilk

     文件      28749  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.obj

     文件    5490068  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.pch

     文件     640000  2011-12-11 09:52  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.pdb

     文件       8468  2011-12-11 09:51  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.res

     文件          0  2007-05-25 17:10  基于JPG标准的图像压缩\程序\RWJpegExp\Debug\RWJpegExp.sbr

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

评论

共有 条评论