资源简介
代码片段和文件信息
#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; //定义一个全局
- 上一篇:仿iphone对话框
- 下一篇:Linux内核代码
相关资源
- Linux内核代码
- Linux驱动,SPI驱动
- linux驱动原子操作
- S32K14X芯片LIN驱动
- android和linux平台下的nanocom源码
- linux内核的裁剪和方法
- Linux网络编程.pdf(入门级教程)
- Linux TCP IP 协议栈分析.pdf
- opengl:基于linux下雷达ppi
- 显示CPU时时使用率
- linux ymodem串口发送
- 基于x86 + linux 的堆栈回溯实验(xos_
- linux下用C编写的OCI连接Oracle数据库程
- linux c++实现https
- C++ 获取CPU ID值(提高篇-054).zip
- C++ 获取CPU时钟频率(提高篇-055).z
- C++ 根据CPU和磁盘序列号设计软件注册
- Linux操作系统下C语言编程入门.pdf
- gt9xx驱动代码linux
- SHT3X温湿度传感器驱动linux
- CPU自制入门代码AZPR_RTL.zip
- 传智播客2018c++全套讲义,c基础,c提
- linux上c++多线程
- linux内核源码
- Linux高性能服务器编程源码
- 课程设计:模拟Linux文件系统(源码
- Linux设备驱动开发详解:基于最新的
- 《鸟叔的私房菜(linux初学者必备)》
- 《鸟哥的Linux私房菜-基础篇》第四版
- 嵌入式linux 入门笔记.pdf
评论
共有 条评论