⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x86.htm

📁 一个国人自己实现图像库的程序(有参考价值)
💻 HTM
字号:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=GB2312">
<title>X86CPU相关操作</title>
</head>

<body bgcolor="#ffffe7" lang=ZH-CN style='tab-interval:21.0pt'>
<h2 align="center"><b><font color="#FF0000">X86_CPU相关操作</font></b></h2>
<table width="85%" border="1" bordercolor="#3399FF" align="center" cellpadding="0" bgcolor="#CCFFFF">
  <tr> 
    <td width="50%"> 
      <div align="center"><font color="#FF6600"><b>类(Classes)</b></font><font color="#FF0000"><b></b></font></div>
    </td>
    <td width="50%">
      <div align="center"><font color="#FF0000"><b><font color="#FF6600">函数(Functions)</font></b></font><font color="#FF6600"></font></div>
    </td>
  </tr>
</table>
<h2><font color="#FF0000"><b>类(Classes):</b></font></h2>
<h2><font color="#FF0000"><b>函数(Functions):</b></font></h2>
<table width="85%" border="1" bordercolor="#3399FF" align="center" cellpadding="0" bgcolor="#D0FFE0">
  <tr> 
    <td rowspan="2">文件位置:</td>
    <td width="85%"><font color="#FF0000">\FLib\Include\C_x86_CPU.h</font></td>
  </tr>
  <tr> 
    <td width="85%" height="19"><font color="#FF0000">\FLib\Source\x86_CPU.cpp</font></td>
  </tr>
  <tr>
    <td>使用方法:</td>
    <td width="85%" height="19"><font color="#FF0000">#include &quot;fool.h&quot;</font></td>
  </tr>
</table>
<br>
<br>
<table width="85%" border="1" bordercolor="#3399FF" align="center" cellpadding="0" bgcolor="#CCFFFF">
  <tr> 
    <td width="50%"> 
      <p><font color="#FF0000"> void * fooStartCountCpuSpeed ()<br>
        DWORD fooEndCountCpuSpeed (void * pRet)</font></p>
    </td>
    <td width="50%"><br>
      测CPU的主频。<br>
      在2000下, CPU主频可以直接从Registry中获得<br>
      H_L_M\HARDWARE\DESCRIPTION\System\CentralProcessor\0<br>
      pRet :为fooStartCountCpuSpeed的返回值。</td>
  </tr>
  <tr> 
    <td width="50%"><font color="#FF0000">void fooDelay (int iFrequency, DWORD 
      dwDelayTime)</font></td>
    <td>精确延时。<br>
      iFrequency :主频,为~MHz<br>
      dwDelayTime :延迟&lt;微&gt;秒数。</td>
  </tr>
  <tr> 
    <td width="50%"><font color="#FF0000">DWORD fooGetCpuNumber ()<br>
      </font></td>
    <td>获得本机CPU的数目。</td>
  </tr>
</table>
<br>
<br>
<h2 align="center"><img src="stripe.gif" width="94%" height="2"><br>
</h2>
<table align=center bgcolor=ghostwhite border=0 cellpadding=0 cellspacing=0 
width=650>
  <tbody> 
  <tr> 
    <td width="85%"> 
      <p align=center>版权所有 <br>
        (C)1999 - 2002 付黎<br>
        <a href="mailto:crazybit@263.net">给我发信</a>   <a 
      href="javascript:window.close()">关闭窗口</a> </p>
    </td>
  </tr>
  </tbody> 
</table>
<h2>&nbsp;</h2>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -