今天在看关于CPU Count的一段程序时候发现了以下三个变量: % \/ N3 h# P% E FwPriCpuCount dw 0 ; number of physical processors in the system.: @& O; w5 ?4 S/ X- I: |3 H5 t
wCoreCount dw 0 ; number of cores in the system. 0 e0 n3 \# F0 X8 RwThreadCount dw 0 ; number of threads (HT CPU) in the system. ) ]+ k& L1 K( h* T2 o2 c不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?5 G$ A+ m1 e5 A& l: y6 _$ L
还望各位大侠指点迷津,十分感激!