decodeparams.cpp
来自「jpeg 2000 压缩算法源代码 核心ebcot」· C++ 代码 · 共 23 行
CPP
23 行
// DecodeParams.cpp: implementation of the CDecodeParams class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DecodeParams.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CDecodeParams::CDecodeParams()
{
m_nResLev=0;
}
CDecodeParams::~CDecodeParams()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?