📄 sarcode.h
字号:
// Sarcode.h: interface for the CSarcode class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_)
#define AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_
#include "Getbits.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSarcode
{
public:
long low, high, code_value, bit, length, sacindex, cum, zerorun;
CGetbits m_getbits;
void decoder_reset( );
int decode_a_symbol(int cumul_freq[ ]);
CSarcode();
virtual ~CSarcode();
private:
void bit_out_psc_layer();
};
#endif // !defined(AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -