搜索资源列表
STM8-time-tip
- 一个基于时间片轮转的调度系统,本软件是基于STM8S开发的,不过文件条理清晰,只要修改定时器函数即可方便移植到其它单片机上使用-A time-based round-robin scheduling system , this software is based on the STM8S development , but documentation clarity, as long as the timer function can be modified easily ported to o
Test
- 一、实验目的 (1)掌握进程状态转换过程 (2)掌握时间片轮转的进程调度算法; (3)掌握带优先级的进程调度算法; 二、实验内容 (1)自定义PCB的数据结构; (2)使用带优先级的时间片轮转法调度进程,每运行一个时间片,优先级减半。 (3)命令集 A)create 随机创建进程,进程的优先级与所需要的时间片随机决定; B)round 执行1次时间片轮转操作,其方法为运行高优先级队列的第1个,再降低其优先级,插入到相应的队列中。 C)ps 查看当前进程状态