-
process simulation dining philosophers, 10 philosophers, 10 knives, forks, obser...
模拟哲学家就餐过程,10个哲学家,十副刀叉,观察线程的竞争情况-process simulation dining philosophers, 10 philosophers, 10 knives, forks, observation threads of competition
- 2023-01-09 20:45:03下载
- 积分:1
-
Sunplus. System development board _35 plate system development board test proced...
凌阳6.系统开发板_35板系统开发板测试程序-Sunplus. System development board _35 plate system development board test procedures
- 2023-06-27 20:20:04下载
- 积分:1
-
于渊《自己动手写操作系统》源代码及相关工具
于渊《自己动手写操作系统》源代码及相关工具-In wiang
- 2022-08-17 03:24:53下载
- 积分:1
-
type命令的扩充
type命令的扩充-type of expansion order
- 2022-03-21 14:10:17下载
- 积分:1
-
a simple boot loader written with asm,
this code shows how you can write a rea...
a simple boot loader written with asm,
this code shows how you can write a real mode boot loader,you can assemble it with nasm
- 2022-07-17 01:59:49下载
- 积分:1
-
自己编写的,如果有什么不对的地方,大家多多指出哈!
自己编写的,如果有什么不对的地方,大家多多指出哈!-themselves prepared, if there is something wrong with it, you lot that Ha!
- 2022-06-16 07:41:19下载
- 积分:1
-
一个模拟操作系统进程申请释放的简单程序
一个模拟操作系统进程申请释放的简单程序-a simulation process for the release of the operating system the simple procedure
- 2022-07-22 02:57:11下载
- 积分:1
-
银行家算法,还不错。有好的请与我联系!
银行家算法,还不错。有好的请与我联系!-bankers algorithm, is not bad. Good please contact me!
- 2022-02-16 03:06:59下载
- 积分:1
-
TSOT: experimental simulation of a process queue, the queue using linked list fo...
TSOT:实验一 进程队列模拟,队列使用链表形式。
TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。
TAOT:实验三 进程调度。
TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation experiment to generate the page address in the form of a mapping have serious problems, I did not redo. TAOT: Experiment 3 process scheduling. TAOB: Experiment 4 banker" s algorithm, not the number of self-setting process, using a recursive algorithm.
- 2022-08-22 00:34:56下载
- 积分:1
-
调度器 Scheduler
1) 超级可以移植性,与CPU无关,几乎任何支持C语言编程的CPU都可以用!(本文仅仅以51单片机为例而已,但实际上可以任意移植)
2) 小之又小, 原理很简单,一看就懂。
3) 省之又省, 可以说对RAM和ROM省到极致。
4) 取protothread之精华,将定时器与状态机和伪线程语法融合到一个框架,任务函数可以有两种写法。
5) 基于定时器触发,调度效率高,最大化减少无效的代码运行时间。
- 2022-07-18 14:50:08下载
- 积分:1