• 大小: 2.23MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-12
  • 语言: 其他
  • 标签: DCT  

资源简介

这是一种非常好的DCT算法,其中提供了多种分块方法,能够自己选择,绝对是您不二的选择,

资源截图

代码片段和文件信息

// FDCT.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “FDCT.h“
#include “FDCTDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFDCTApp

BEGIN_MESSAGE_MAP(CFDCTApp CWinApp)
//{{AFX_MSG_MAP(CFDCTApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CFDCTApp construction

CFDCTApp::CFDCTApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CFDCTApp object

CFDCTApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CFDCTApp initialization

BOOL CFDCTApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CFDCTDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件       1054  2003-04-18 17:40  dct变换\StdAfx.h

     文件        206  2003-04-18 17:40  dct变换\StdAfx.cpp

     文件        912  2003-04-10 13:19  dct变换\Resource.h

     文件       6048  2005-08-03 22:27  dct变换\FDCT.vcproj

     文件        897  2005-08-03 22:27  dct变换\FDCT.sln

     文件       1078  2003-04-18 17:40  dct变换\res\FDCT.ico

     文件        396  2003-04-18 17:40  dct变换\res\FDCT.rc2

    ..A.SH.      3072  2005-03-07 11:19  dct变换\res\Thumbs.db

     文件       2035  2003-04-18 17:40  dct变换\FDCT.cpp

     文件       4123  2003-04-18 17:40  dct变换\FDCT.dsp

     文件       1309  2011-07-04 13:35  dct变换\FDCT.clw

     文件      65536  1984-08-16 09:37  dct变换\GIRL.IMG

     文件       1302  2003-04-18 17:40  dct变换\FDCT.h

     文件      21224  2011-04-19 15:32  dct变换\FDCT.APS

     文件        531  2003-04-18 17:40  dct变换\FDCT.dsw

     文件       5780  2003-04-11 11:26  dct变换\FDCT.rc

     文件        518  2011-04-19 15:35  dct变换\FDCT.plg

     文件     205824  2011-04-19 15:35  dct变换\Debug\vc60.idb

     文件       2752  2011-04-19 15:35  dct变换\Debug\FDCT.res

     文件    5505248  2011-04-19 15:35  dct变换\Debug\FDCT.pch

     文件     364544  2011-04-19 15:35  dct变换\Debug\vc60.pdb

     文件     105760  2011-04-19 15:35  dct变换\Debug\StdAfx.obj

     文件      85266  2011-04-19 15:35  dct变换\Debug\FDCTDlg.obj

     文件      14545  2011-04-19 15:35  dct变换\Debug\FDCT.obj

     文件     242228  2011-04-19 15:35  dct变换\Debug\FDCT.ilk

     文件     127060  2011-04-19 15:35  dct变换\Debug\FDCT.exe

     文件     312320  2011-04-19 15:35  dct变换\Debug\FDCT.pdb

     文件     262912  2011-04-19 15:35  dct变换\原始时域数据.txt

     文件     786944  2011-04-19 15:35  dct变换\快速DCT变换后的数据.txt

     文件       2118  2011-04-19 15:42  dct变换\FDCTDlg.h

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

评论

共有 条评论