-
最低松弛度优先算法
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语言――排序,对初学者有点帮助!!!1
常用算法程序集C语言――排序,对初学者有点帮助!!!1-Commonly used algorithm for assembly C language- sort of a little help for beginners! ! ! 1
- 2022-01-22 02:35:09下载
- 积分:1
-
介绍了工业控制Window组态软件的通信
介绍了工业控制Window组态软件的通信-introduced the Industrial Control Software Configuration Window communications
- 2022-02-04 17:58:13下载
- 积分:1
-
run in the background billing system procedures, ProxyServer charge from the log...
后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxyServer:NetscapeProxy-run in the background billing system procedures, ProxyServer charge from the log files collected billing information. Using WinInet, CFtpConnection other. Platform : Windows NTProxyServer : NetscapeProxy
- 2022-01-26 01:37:27下载
- 积分:1
-
这是一个程序,主要介绍是在PPC做一个计算器
这是一个程序,主要介绍是在PPC做一个计算器-This is a process, mainly in the PPC introduce a calculator to do
- 2022-01-27 20:05:19下载
- 积分:1
-
一维二维码自动生成windows源码库,支持80多种一维码二维码生成
一维二维码自动生成windows源码库,支持80多种一维码二维码生成,vs2015环境win64位系统测试通过
- 2022-01-31 16:16:55下载
- 积分:1
-
own a small set a password, may transplantation.
自己做的一个 设置密码的小程序,可移植.-own a small set a password, may transplantation.
- 2022-07-05 02:46:27下载
- 积分:1
-
windows系统下实时代码,可以进行底层硬件的实时操作
windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
- 2022-02-24 20:28:51下载
- 积分:1
-
用VB实现的排课系统,采用了排课算法,支持SQL和Access数据库两种连接。...
用VB实现的排课系统,采用了排课算法,支持SQL和Access数据库两种连接。-Course Scheduling System implemented with VB, using the Course Scheduling algorithms to support SQL and Access database, two kinds of connections.
- 2022-01-28 16:51:11下载
- 积分:1
-
关机重启注销程序
压缩包有整个工程文件,在visual studio 2012 + windows 8 64bit环境下编译通过。程序主要实现关机注销重启的功能,窗口简单,通过选择即可。
- 2022-07-12 10:29:01下载
- 积分:1