-
最低松弛度优先算法
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
-
C++火车订票系统,课程作业,命令行方式进行操作
C++火车订票系统,课程作业,命令行方式进行操作-C++ train booking system, course operations, command-line approach to the operation
- 2022-08-04 11:45:21下载
- 积分:1
-
获取屏幕上颜色的RPG值
获取屏幕上颜色的RPG值-access to the screen color values RPG
- 2022-08-09 11:26:23下载
- 积分:1
-
This is a game similar to Fucai procedures, in the middle part of the pre
这是一个类似于福彩的游戏程序,中间事先制定大奖号码的部分没有做好~-This is a game similar to Fucai procedures, in the middle part of the pre-established winning numbers did not do a good job ~
- 2022-04-25 10:11:13下载
- 积分:1
-
VB运行的所需要的运行文件.
VB运行的所需要的运行文件.-VB run by the need to document the operation.
- 2022-01-26 08:28:42下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-10-09 09:55:03下载
- 积分:1
-
包含图的深度优先探索遍历和广度优先探索遍历,能从图中的任一顶点出发访问图中所有顶点...
包含图的深度优先探索遍历和广度优先探索遍历,能从图中的任一顶点出发访问图中所有顶点-Includes plans to explore the depth-first traversal and breadth-first traversal to explore, from the graph the starting point of any visit to Figure 1 for all vertices
- 2022-03-03 04:02:20下载
- 积分:1
-
chushihua
1. 掌握链式存储的实现栈的初始化、入栈、出栈操作。
2. 采用链式存储实现队列的初始化、入队、出队操作。
-chushihua
- 2022-07-21 17:14:39下载
- 积分:1
-
很好的车务管理系统
很好的车务管理系统-good car management system
- 2022-02-26 12:15:53下载
- 积分:1
-
Winddow下的网络多人聊天小程序,包括客户端和服务端
Winddow下的网络多人聊天小程序,包括客户端和服务端-People under the Winddow chat network applet, including client and server
- 2022-07-11 20:59:57下载
- 积分:1