⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 precompiledheaders.h

📁 对比两个AVI文件的psnr值的VC源代码
💻 H
字号:
// PrecompiledHeaders.h: interface for the PrecompiledHeaders class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_)
#define AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef WIN32_LEAN_AND_MEAN
    #define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
#endif

#include <windows.h>
#include <commdlg.h>
//#include <wmsdk.h>
#include <mlang.h>
#include <Mmreg.h>
#include <atlbase.h>
#include <crtdbg.h>
#include <nserror.h>
#include <assert.h>
#include <streams.h>
#include <Dvdmedia.h>
#include <commctrl.h> //add by yyq
#include <stdio.h>

#include "Macros.h"


#endif // !defined(AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -