今天在看关于CPU Count的一段程序时候发现了以下三个变量: ) y) c8 u. i* N5 kwPriCpuCount dw 0 ; number of physical processors in the system.7 n; Y( q+ A* H) L$ d* v! G
wCoreCount dw 0 ; number of cores in the system. ' `3 j" N/ x% \; d7 i/ a# s! S3 NwThreadCount dw 0 ; number of threads (HT CPU) in the system.8 W! z) d+ p- B1 y
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? $ k+ C0 }: b1 n& p6 E) K( L! ]! y) o还望各位大侠指点迷津,十分感激!