-
最低松弛度优先算法
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
-
CC has released more than a month, but no effective defense CC CC code, issued t...
CC已经发布了一个多月了,但没有有效的CC防御方法CC的代码,发出来 ,大家讨论 一下 解压密码 www.77169.org-CC has released more than a month, but no effective defense CC CC code, issued to talk about extracting passwords www.77169.org
- 2022-06-20 09:33:44下载
- 积分:1
-
IP服务的特点如下:数据应用包括办公自动化系统、WWW、FTP、电子邮件等。其传输特点是猝发式传送,即数据流的出现不定时,而一旦出现数据流,则流量非常大,经常在...
IP服务的特点如下:数据应用包括办公自动化系统、WWW、FTP、电子邮件等。其传输特点是猝发式传送,即数据流的出现不定时,而一旦出现数据流,则流量非常大,经常在短时间内占用整个主干网带宽。-IP services to the following features : data applications including office automation systems, WWW, FTP and e-mail. Its transmission is characterized by the sudden-transmitted data stream that is the emergence of irregular, and once the data flow, the flow is very large, often in a short period of time using the entire backbone network bandwidth.
- 2022-05-12 12:07:26下载
- 积分:1
-
这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的...
这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的-this implementing database connecting with C# is written in c#,please take a look
- 2023-05-01 09:30:04下载
- 积分:1
-
MFC入门教程
MFC入门教程-MFC Getting Started Tutorial ,,,,,,,,,,
- 2022-03-01 03:41:00下载
- 积分:1
-
This code for find object on the map
This code for find object on the map
- 2022-02-15 06:05:19下载
- 积分:1
-
- 2023-08-06 04:55:03下载
- 积分:1
-
this is a airline system
this is a airline system
- 2022-01-30 11:04:39下载
- 积分:1
-
VC 串口通信源代码
串口通信程序源代码,可直接运行 Complete serial communication program source code, can be directly run
- 2023-03-10 11:05:03下载
- 积分:1
-
在windows中建立非MFC DLL的静态链接
在windows中建立非MFC DLL的静态链接
- 2022-07-16 18:34:28下载
- 积分:1