搜索资源列表
1231
- 操作系统 线程的调度根据时间片轮转和消息缓冲区的通信-OS thread scheduling time-based Web news and communications buffer
xhs
- 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(c++版)
0202
- 课程设计自己编写的一个进程调度演示程序,界面很好,但是只有就绪和执行的调度,没有做等待状态的调度,毕竟时间太短-design their own curriculum prepared by the process of scheduling a demo program, a good interface, but only in place and implementation of the scheduling, do not wait for the activation state,
LLFScheduling
- 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
suanfadiaodu
- 实现按优先级与时间片相结合的进程调度算法 内容: 1:设计进程控制快,进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构。 2:模拟操作系统进程调度的功能,编写进程调度程序,模拟的处理机分派程序,进程等待函数和进程唤醒函数。 3:编写用户程序,创建6个用户进程。 进程调度的设计方法 1。数据结构 (1)优先级与时间片的设计 ◆进程因等待放弃CPU时,优先级置为1(高优先级) ◆进程因时间片到放弃CPU时,优先
uCOS-II
- u C / O S 是一种公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统,商业应用需要付费。 μC/OS-II 的前身是μC/OS,最早出自于1992 年美国嵌入式系统专家Jean J.Labrosse 在《嵌入式系统编程》杂志的5 月和6 月刊上刊登的文章连载,并把μC/OS 的源码发布在该杂志的B B S 上。 用户只要有标准的ANSI 的C交叉编译器,有汇编器、连接器等软件工具,就可以将μC/OS-II嵌人到开发的产品中。μC/OS-II 具有执行效率高、占用空间小、实时性
Computer-operating-system
- 计算机操作系统实验主要算法源码,例如进程调度,时间片轮转算法,银行家算法,磁盘调度算法等等。-The computer operating system main algorithm source code, such as process scheduling, time slice algorithm, bankers algorithm, disk scheduling algorithm etc..
1
- 操作系统进程的调度算法的实现 例如时间片轮转算法(nothing important i dont know how to describe it i just want download someing)