?? rar20extconst.h
字號:
// Rar20ExtConst.h
// According to unRAR license,
// this code may not be used to develop a
// RAR (WinRAR) compatible archiver
#ifndef __RAR20_EXTCONST_H
#define __RAR20_EXTCONST_H
#include "../../../Common/Types.h"
namespace NCompress {
namespace NRar20 {
const UInt32 kNumRepDists = 4;
const UInt32 kDistTableSize = 48;
const int kMMTableSize = 256 + 1;
}}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -