-
最低松弛度优先算法
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
-
FSQP算法,用于非线性优化,c源码
FSQP算法,用于非线性优化,c源码-FSQP algorithm for nonlinear optimization, c FOSS
- 2022-07-18 01:30:46下载
- 积分:1
-
calculator writtend with VB,can be used as referrence for the VB beginer
VB写的计算器,可给VB初学者作参考-calculator writtend with VB,can be used as referrence for the VB beginer
- 2022-06-28 04:24:01下载
- 积分:1
-
- 2022-06-20 03:14:57下载
- 积分:1
-
《Windows核心编程》(第五版)Code
这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。
作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。
- 2023-09-06 11:55:04下载
- 积分:1
-
标题:学分绩点计算器标题描述:发展一个答:
题 目 :学分和绩点计算器
题目描述:开发一个能够自动计算适合于学生使用的所获学分和绩点的计算器。并且该绩点计算器能够保证良好的扩展性能。
-Title: credits and grade point calculator Title Description: Development of an automatic calculation is suitable for students to use the available credits and grade point calculator. And the grade point calculator can guarantee the expansion of good performance.
- 2022-07-21 21:12:07下载
- 积分:1
-
动物识别系统
动物识别系统-Animal Identification System
- 2022-06-15 12:58:04下载
- 积分:1
-
基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作...
基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作-professionals and consumers can Based on the data query system to map the structure of semi-structured data and, worse, selection, projection, cutting and pasting operation
- 2022-11-10 12:20:04下载
- 积分:1
-
测试ip地址的合法性!
测试ip地址的合法性!-test the legality ip address!
- 2023-01-12 09:00:03下载
- 积分:1
-
数字转换为中文大写代码段
数字转换为中文大写代码段-converted to digital code of the Chinese capital
- 2023-07-04 21:50:03下载
- 积分:1