phalanx.h
来自「uploading the file , the system will del」· C头文件 代码 · 共 19 行
H
19 行
// this defines how many bits are used for histories in phalanx// this must be on range [1,32]#define NBITS_PHALANX_HISTORY 2// voting definitions for Phalanx MV#define VOTES00 0x1 #define VOTES01 0x2 #define VOTES10 0x5 #define VOTES11 0xA #define GAG_ENABLE 1 #define PAG_ENABLE 1 #define PAP_ENABLE 1 #define GSHARE_ENABLE 1 #define BIMOD_ENABLE 1 #define NPREDS_PHALANX (GAG_ENABLE+PAG_ENABLE+PAP_ENABLE+GSHARE_ENABLE+BIMOD_ENABLE)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?