登录
首页 » Asm » CPUFSB

CPUFSB

于 2009-12-09 发布 文件大小:1KB
0 169
下载积分: 1 下载次数: 17

代码说明:

  通過CPU的RDMSR讀取CPU的Front Side Bus的Speed(CPU through the CPU-RDMSR read the Speed of Front Side Bus)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • C# 模拟按键 功能完整源码下载
    可以说是个简易版的按键精灵。主要功能有:自动输入,截屏,控制鼠标移动点击。
    2013-08-28下载
    积分:1
  • lzerarchymarshallevel
    Simple call API function, based on the examples of visual basic, have certain help for the beginners of API,
    2017-04-26 22:25:54下载
    积分:1
  • readini
    一个读取ini文件的实例(A read ini file examples)
    2008-06-29 18:05:29下载
    积分:1
  • C# 显示中的进信息(进ID号、进名称、进优先级、虚拟内存、物理内存、总处理器时间、启动时间)
    显示进程信息,包括进程ID号、进程名称、进程优先级、虚拟内存、物理内存、总处理器时间、启动时间
    2013-02-11下载
    积分:1
  • Process-Management
    编写程序,要求父进程创建一个子进程,子进程对一个50*50的字符数组赋值,由父进程改变子进程的优先级,观察不同优先级进程使用CPU的时间(Written procedures that require the parent process creates a child process, the child process on a 50* 50 array of characters assigned by the parent process to change the priority of the child process, observe the different priorities of CPU time used by the process)
    2016-05-07 19:10:26下载
    积分:1
  • windows32
    此是外国书籍的源代码,中文名叫:WINDOWS32位编程,好似吧. 此书很经典的,作为学习windows32位编程的朋友而言,当然,源码可能是你们所要的.(this foreign books of source code, the Chinese name : WINDOWS32-programming, like it. The book is classic, as a learning-programming windows32 friends, of course, FOSS may be what you need.)
    2006-12-26 12:35:45下载
    积分:1
  • SetThreadContext
    This code is the simple SetThreadContext code. This is suitable for beginner of Visual C++.
    2010-07-28 14:37:36下载
    积分:1
  • go专家.pdf
    【实例简介】
    2021-09-24 00:31:13下载
    积分:1
  • SoftScope
    功能描述:这是一个示波器波形显示控件,能够完成类似于示波器的功能。最多可以同时显示8个通道的数据波形,可以动态切换显示通道。缩放xy轴,弹出半透明窗口显示坐标,y轴方向平移波形等功能。 操作使用键盘快捷键,操作说明见readme.txt,目前按键焦点的得到有点问题,要点击开始后在示波器上鼠标左键单击一下,然后按一下上箭头键,才可以响应按键指令,有高手知道怎么改进希望告诉作者:xiang57@163.com(Functional Description: This is an oscilloscope waveform display control, able to complete similar oscilloscope function. At the same time show up to eight channels of waveform data can be displayed dynamically switch channels. Zoom xy axis, translucent pop-up window displays the coordinates, y-axis direction of translational wave functions. Operation of the use of keyboard shortcuts, operating instructions see readme.txt, the current key focus has been a problem, it is necessary to click on the oscilloscope after the beginning click the left mouse button, and then click on the arrow keys, before they can respond to key commands, has a master know how to tell the authors hope to improve: xiang57@163.com)
    2008-07-06 21:24:24下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载