文件名称:vcgetcpuid
-
所属分类:
- 标签属性:
- 上传时间:2013-03-24
-
文件大小:56.01kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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/Release/vcgetcpuid_2010.exe
vcgetcpuid/vcgetcpuid.cpp
vcgetcpuid/vcgetcpuid.dsp
vcgetcpuid/vcgetcpuid.dsw
vcgetcpuid/vcgetcpuid_2003.sln
vcgetcpuid/vcgetcpuid_2003.vcproj
vcgetcpuid/vcgetcpuid_2005.sln
vcgetcpuid/vcgetcpuid_2005.vcproj
vcgetcpuid/vcgetcpuid_2010.sln
vcgetcpuid/vcgetcpuid_2010.vcxproj
vcgetcpuid/vcgetcpuid_2010.vcxproj.filters
vcgetcpuid/x64/Release/vcgetcpuid.asm
vcgetcpuid/x64/Release/vcgetcpuid_2010.exe
vcgetcpuid/x64/Release
vcgetcpuid/Release
vcgetcpuid/x64
vcgetcpuid
vcgetcpuid/Release/vcgetcpuid_2010.exe
vcgetcpuid/vcgetcpuid.cpp
vcgetcpuid/vcgetcpuid.dsp
vcgetcpuid/vcgetcpuid.dsw
vcgetcpuid/vcgetcpuid_2003.sln
vcgetcpuid/vcgetcpuid_2003.vcproj
vcgetcpuid/vcgetcpuid_2005.sln
vcgetcpuid/vcgetcpuid_2005.vcproj
vcgetcpuid/vcgetcpuid_2010.sln
vcgetcpuid/vcgetcpuid_2010.vcxproj
vcgetcpuid/vcgetcpuid_2010.vcxproj.filters
vcgetcpuid/x64/Release/vcgetcpuid.asm
vcgetcpuid/x64/Release/vcgetcpuid_2010.exe
vcgetcpuid/x64/Release
vcgetcpuid/Release
vcgetcpuid/x64
vcgetcpuid
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.