ariprice.h

来自「linux下的任天堂模拟器代码。供大家参考。」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef __COMPRESSION_ARIPRICE_H#define __COMPRESSION_ARIPRICE_Hnamespace NCompression {namespace NArithmetic {const UINT32 kNumBitPriceShiftBits = 6;const UINT32 kBitPrice = 1 << kNumBitPriceShiftBits;}}#endif

⌨️ 快捷键说明

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