⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 phalanx.h

📁 uploading the file , the system will delete the file when time expires
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -