今天在看关于CPU Count的一段程序时候发现了以下三个变量: % F( S" z+ M: QwPriCpuCount dw 0 ; number of physical processors in the system. . B( D5 \5 o4 _7 ~- XwCoreCount dw 0 ; number of cores in the system. ' @3 ~& y9 ?5 f7 a6 VwThreadCount dw 0 ; number of threads (HT CPU) in the system. 3 `% j( F6 h$ Q0 }不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?2 b: ?3 v& G! _( t
还望各位大侠指点迷津,十分感激!