91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.01M
    文件類型: .c
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-23
  • 標簽: linux??CPU??LIN??保存??

資源簡介


資源截圖

代碼片段和文件信息

#include?
#include?
#include?
#include???
#include???
#define?MAXBUFSIZE?1024
#define?WAIT_SECOND?3???//暫停時間,單位為“秒”??
????

#define?ONE_MB?(1024?*?1024)

/*
typedef?struct?CPU_PACKED
{
????char?name[20];
????unsigned?int?user;
????unsigned?int?nice;
????unsigned?int?system;
????unsigned?int?idle;
}CPU_OCCUPY;
*/
????typedef?struct?PACKED?????????
????{
????????char?name[20];?
????????long?total;?
????????char?name2[20];
????????long?free;????????????
????}MEM_OCCUPY;


????typedef??struct?occupy????????
????{??
????????char?name[20];??????
????????unsigned?int?user;??
????????unsigned?int?nice;??
????????unsigned?int?system;
????????unsigned?int?idle;??
????}?CPU_OCCUPY?;??

int?display_progress(int?progress?int?last_char_count);?????
void?get_cpuoccupy(CPU_OCCUPY?*cpust);
int?cal_cpuoccupy(CPU_OCCUPY?*o?CPU_OCCUPY?*n);

????float?g_cpu_used;???????????
????int?cpu_num;????????????????//定義一個全局

評論

共有 條評論