今天在看关于CPU Count的一段程序时候发现了以下三个变量:% e3 n3 t$ p6 d5 W
wPriCpuCount dw 0 ; number of physical processors in the system. 7 V2 u; z- [& B5 b p$ rwCoreCount dw 0 ; number of cores in the system.+ G2 ?3 F) J* C- c& z/ s3 d, I
wThreadCount dw 0 ; number of threads (HT CPU) in the system. 0 J: ?# H9 Z: c- z6 }不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? $ a6 A& k% Y3 ?' y! X- S: @还望各位大侠指点迷津,十分感激!