文件名称:vcgetcpuid
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-03-24
- 文件大小:
- 56kb
- 下载次数:
- 0次
- 提 供 者:
- ahc***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。
2. 使用内嵌汇编调用CPUID指令。
3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。
我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。
当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。
-Written in assembly language a cpuid function, and then adjust the linker configuration, call the function in the C language. 2. Use inline assembly call CPUID instruction. 3. Use the compiler to provide the Intrinsics functions to call CPUID platform-specific instructions. We are generally preferred to use three kinds of approach, less code, readable, compiled simple maintenance. The VC (VC2005 or higher) the the statement " intrin.h" __cpuid function. When the compiler Intrinsics function, only the previous two.
2. 使用内嵌汇编调用CPUID指令。
3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。
我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。
当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。
-Written in assembly language a cpuid function, and then adjust the linker configuration, call the function in the C language. 2. Use inline assembly call CPUID instruction. 3. Use the compiler to provide the Intrinsics functions to call CPUID platform-specific instructions. We are generally preferred to use three kinds of approach, less code, readable, compiled simple maintenance. The VC (VC2005 or higher) the the statement " intrin.h" __cpuid function. When the compiler Intrinsics function, only the previous two.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
vcgetcpuid\Release\vcgetcpuid.asm
..........\.......\vcgetcpuid_2010.exe
..........\vcgetcpuid.cpp
..........\vcgetcpuid.dsp
..........\vcgetcpuid.dsw
..........\vcgetcpuid_2003.sln
..........\vcgetcpuid_2003.vcproj
..........\vcgetcpuid_2005.sln
..........\vcgetcpuid_2005.vcproj
..........\vcgetcpuid_2010.sln
..........\vcgetcpuid_2010.vcxproj
..........\vcgetcpuid_2010.vcxproj.filters
..........\x64\Release\vcgetcpuid.asm
..........\...\.......\vcgetcpuid_2010.exe
..........\...\Release
..........\Release
..........\x64
vcgetcpuid