今天在看关于CPU Count的一段程序时候发现了以下三个变量:) e% U$ O7 k: V x
wPriCpuCount dw 0 ; number of physical processors in the system.9 `$ b9 ]. K. T# k- E
wCoreCount dw 0 ; number of cores in the system. % N0 R' O7 r1 ZwThreadCount dw 0 ; number of threads (HT CPU) in the system.) T- m# M0 b. G' G& V( D
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?3 {& Y: q( L2 I. j) ^6 R
还望各位大侠指点迷津,十分感激!