资源简介
这是一种非常好的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个文件信息
相关资源
- 数字水印 经典代码
- snomedct 3.4中文电子版
- STM32_ADC+TIM+DMA
- 基于DCT算法视频压缩内含实验报告和
- GridCtrl控件源码及Demo
- 基于hash的图像检索软件
- chen fast dct
- DCT域图像数字水印算法的分析和实现
- 基于DCT变换信息隐藏图片嵌入水印课
- 采用[FFT傅立叶变换,DCT离散余弦变化
- DCT域图像数字水印算法的分析和实现
- 基于离散分数余弦变换的图像加密算
- CGridCtrl表格控件
- DCT图像重建
- DCT域自适应混沌加密的二值图像数字
- DCT图像压缩
- H.264的整数DCT变换编码与量化过程
- 列表库GridCtrl,包含源码、说明和两种
- 信号DCT字典稀疏表示
- 图像编码程序,基于DCT的JPEG编码过程
- 基于DCT变换的数字水印算法
- VC表格控件/开源/GridCtrl
- DCT数字水印嵌入与提取过程
- opencv处理图像88分块DCT变换和量化
- DCT变换编码
- 2019.4 DDCTF web题--滴 writeup
- opencv处理图像8*8分块DCT变换和量化
- 基于DCT的信息隐藏实验
- 美国宝丽声DCT1088流量计通讯协议
- 图像压缩编码
评论
共有 条评论