今天在看关于CPU Count的一段程序时候发现了以下三个变量: + Y$ R) ]+ Z; @( \9 G% P$ g6 w6 }! [wPriCpuCount dw 0 ; number of physical processors in the system.6 B8 @* a2 P6 M" l
wCoreCount dw 0 ; number of cores in the system. 9 `+ w) J: K9 x1 Z$ t6 w+ ywThreadCount dw 0 ; number of threads (HT CPU) in the system. 0 d+ `$ _- r: `不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? 9 ]+ I- m- j; C7 t# P8 y& X' l4 X还望各位大侠指点迷津,十分感激!