-
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在...
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling algorithm the basic idea is cpu allocated to the parade were in place the highest priority in the process. Dynamic priority, which is priority number in the creation process to set an initial value, When the process is a cpu after its priority on reducing the number of one.
- 2022-05-25 04:15:05下载
- 积分:1
-
MHDD29
这是一个磁盘检测工具,他的功能强大到无法用语言来形容。(This is a disk detection tool, which is powerful enough to be described in words.)
- 2020-06-20 14:40:01下载
- 积分:1
-
ganshe
说明: 该程序可以实现平面波与球面波的干涉图案。(Interference pattern between plane wave and spherical wave can be realized.)
- 2020-06-18 15:40:01下载
- 积分:1
-
有用的win健组合
有用的win健组合-Kin-win combination of useful
- 2022-02-21 01:13:15下载
- 积分:1
-
python
一种全新的python 用于疲劳强度迟滞回线的脚本分析(a pthon is created to analysis fatigue behavior)
- 2019-04-25 11:37:32下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1
-
基于法向量的点云数据精简算法仿真
点云数据精简程序简单易懂!matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率(Reduced algorithm of laser measurement data for geometric parameters of ring forgings based on Artificial Immune Algorithm.)
- 2020-11-18 16:29:38下载
- 积分:1
-
A3C
说明: 基于强化学习算法A3C实现的一个小案例。(A small case based on the A3C implementation of the reinforcement learning algorithm.)
- 2021-03-05 09:49:31下载
- 积分:1
-
一款较为经典的游戏,有着一定的用户基础。
一款较为经典的游戏,有着一定的用户基础。-one more classic games, there is a certain base of users.
- 2022-02-13 07:30:10下载
- 积分:1
-
450843042112
四川大学vb课程的作业,包括了visualbasic程序设计教程这本书上的课后习题部分源码(Sichuan University vb program operations, including visualbasic programming tutorial this book is part of the source on the after-school exercise)
- 2011-07-17 13:25:51下载
- 积分:1