资源简介

基于C++的图像压缩算法,可以压缩多种类型的图片,可调压缩率

资源截图

代码片段和文件信息

// 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

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

     文件       1536  2013-12-29 20:59  图像压缩算法\图像压缩算法\ChildFrm.cpp

     文件       1397  2002-08-01 19:55  图像压缩算法\图像压缩算法\ChildFrm.h

     文件      14512  2001-11-06 00:53  图像压缩算法\图像压缩算法\CqOctree.cpp

     文件      16074  2013-12-29 21:31  图像压缩算法\图像压缩算法\Debug\ChildFrm.obj

     文件      14663  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\CqOctree.obj

     文件     132790  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\Dib.obj

     文件     173933  2013-12-29 20:08  图像压缩算法\图像压缩算法\Debug\dibapi.obj

     文件      16255  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\FormatJpeg.obj

     文件       4022  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\Huffman.obj

     文件      60517  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\IP.obj

     文件      31339  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\Jpeg.obj

     文件      18838  2013-12-29 21:31  图像压缩算法\图像压缩算法\Debug\MainFrm.obj

     文件     446540  2013-12-29 21:36  图像压缩算法\图像压缩算法\Debug\RWJpegExp.exe

     文件     712252  2013-12-29 21:36  图像压缩算法\图像压缩算法\Debug\RWJpegExp.ilk

     文件      27781  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\RWJpegExp.obj

     文件    5486740  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\RWJpegExp.pch

     文件     795648  2013-12-29 21:36  图像压缩算法\图像压缩算法\Debug\RWJpegExp.pdb

     文件       8556  2013-12-29 21:36  图像压缩算法\图像压缩算法\Debug\RWJpegExp.res

     文件      30928  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\RWJpegExpDoc.obj

     文件      22010  2013-12-29 21:31  图像压缩算法\图像压缩算法\Debug\RWJpegExpView.obj

     文件     105458  2013-12-29 19:42  图像压缩算法\图像压缩算法\Debug\StdAfx.obj

     文件     230400  2013-12-29 22:26  图像压缩算法\图像压缩算法\Debug\vc60.idb

     文件     397312  2013-12-29 21:31  图像压缩算法\图像压缩算法\Debug\vc60.pdb

     文件      53274  2001-11-16 22:34  图像压缩算法\图像压缩算法\Dib.cpp

     文件       6105  2001-11-16 22:34  图像压缩算法\图像压缩算法\Dib.h

     文件     196309  2001-10-17 00:16  图像压缩算法\图像压缩算法\dibapi.cpp

     文件       7929  2001-11-16 22:34  图像压缩算法\图像压缩算法\dibapi.h

     文件       2134  2002-08-01 22:18  图像压缩算法\图像压缩算法\FormatJpeg.cpp

     文件       1392  2002-08-01 22:15  图像压缩算法\图像压缩算法\FormatJpeg.h

     文件       8542  1999-05-15 00:17  图像压缩算法\图像压缩算法\Huffman.cpp

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

评论

共有 条评论