-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
添加一个画笔工具
使用VC 实现一个画笔功能,可以对视频录播系统中插入的ppt课件进行修改,同时也可以笔记中进行修改,便于学生课堂的学习。
- 2022-03-06 21:15:50下载
- 积分:1
-
编译原理源代码欢迎来
编译原理源代码欢迎来-principle source code compiler welcome to Kankan
- 2022-02-03 18:35:58下载
- 积分:1
-
PXA270下WINCE的对话框控件编程参考源代码,C++编写。
PXA270下WINCE的对话框控件编程参考源代码,C++编写。-PXA270 dialog controls under the WINCE programming reference source code, C++ Prepared.
- 2022-01-27 23:02:01下载
- 积分:1
-
VB《葵花宝典》
VB《葵花宝典》--指针技术》配套代码-VB "Talents Scheme"-- target technologies "complementary code
- 2022-04-30 20:53:22下载
- 积分:1
-
详细44b0的启动过程,需要移植源代码的可以参考
详细44b0的启动过程,需要移植源代码的可以参考-44b0 detailed start-up process, the need to transplant the source code can refer to
- 2022-01-25 17:24:00下载
- 积分:1
-
一个小游戏而已吧是一个小程序吃金币的呀
一个小游戏而已吧是一个小程序吃金币的呀
-a small game it is a small program not been eating coins
- 2022-02-25 02:54:41下载
- 积分:1
-
用来发送网内信息的.(使用net send)
用来发送网内信息的.(使用net send)-used to send messages within the network. (Using net send)
- 2022-09-12 06:25:03下载
- 积分:1
-
单位的工资处理程序,可进行任意栏目定制工资条,和任意栏目公式计算...
单位的工资处理程序,可进行任意栏目定制工资条,和任意栏目公式计算-Units, payroll processing procedures, can be customized any part of wages, and any part formula
- 2022-02-03 00:38:17下载
- 积分:1
-
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。...
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
- 2022-03-23 19:30:57下载
- 积分:1