cpuid.pas
来自「Delphi技术手册源码 Delphi技术手册源码」· PAS 代码 · 共 10 行
PAS
10 行
unit cpuid;
// CPU identification.
// This unit defines the GetCpuID function, which uses the CPUID
// instruction to get the processor type. GetCpuID returns True if the
// processor support the CPUID instruction and False if it does not.
// Older 486 and earlier processors do not support CPUID.
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?