今天在看关于CPU Count的一段程序时候发现了以下三个变量: 3 t# p* j3 \" RwPriCpuCount dw 0 ; number of physical processors in the system.% }" y: [- b& U7 Q* r8 R
wCoreCount dw 0 ; number of cores in the system. }6 b6 v* C! g4 @: [: n9 b+ w
wThreadCount dw 0 ; number of threads (HT CPU) in the system. ' b! ?! y0 q) U+ B8 v$ M) p) P不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? 0 b8 T& L9 q- N+ y( T2 G5 f还望各位大侠指点迷津,十分感激!