搜索资源列表
1 三种调度算法的模拟代码
- 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure,
CpuMonitor
- 监控手机cpu的使用效率,通过读取/proc/cpuinfo文件的信息,计算单位时间内cpu的使用情况-Monitor the efficiency in the use of the mobile phone cpu, by reading/proc/cpuinfo file the information to calculate the cpu usage per unit time