Tag Archives: CPU

Linux, Iometer / Dynamo usage

2012-01-24 12:05 / Linux / no comment / 140 views /

Iometeris an open source disk performance testing software, is widely used.

Iometer is divided into two parts, one for the GUI interface,[......]

more…

GetSystemInfo Function

2009-07-01 15:17 / Windows / no comment / 99 views /

SYSTEM_INFO Structure

Contains information about the current computer system. This includes the architecture and type of the processor, the[......]

more…

利用Windows api获得CPU使用率

2009-07-01 15:01 / Windows / no comment / 293 views /

#include   <windows.h>
#include   <conio.h>
#include   <stdio.h>

#define   SystemBasicInformation               0
#define[......]

more…

计算机组成——CPU系统设计

2009-06-04 20:22 / Hardware / 4 comments / 48 views /

一、存储结构

按照软件设计的思想,程序包括数据和建立在数据上的操作。在设计该计算机系统的时候也主要考虑的是数据(程序、操作数和微指令)的存储方式和要对数据完成的操作。经过对器件和性能的综合考虑,最后决定系统总体结构采用类似哈佛结构。其主要特点如下:

  • 1、使用两个独立的存[......]

more…