-
C++写的操作系统原理及实现,模拟页面置换程序lru的源码
C++写的操作系统原理及实现,模拟页面置换程序lru的源码-C++ Write the operating system and realize the principle of simulated LRU page replacement procedures of the source
- 2022-01-30 12:26:15下载
- 积分:1
-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1
-
短进程作业调度
短作业优先级调度,mfc框架,实现短进程优先调度算法,可以运行,应该会有帮助
- 2022-02-25 20:31:20下载
- 积分:1
-
一个小小的操作系统,这是我写的。操作系统已经有多
A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.
- 2022-10-23 04:35:03下载
- 积分:1
-
Intro.to.OrangeS
OS构建自己的操作系统
Intro.to.OrangeS
OS构建自己的操作系统-Intro.to.OrangeS OS Build your own operating system
- 2022-08-18 11:03:12下载
- 积分:1
-
操作系统里面一个功能的模拟,关于进程调度的
操作系统里面一个功能的模拟,关于进程调度的-Function of the operating system inside a simulation, on the process of scheduling
- 2023-05-17 21:30:02下载
- 积分:1
-
内存管理,虚拟内存的分配和回收
内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
- 2022-01-30 14:12:19下载
- 积分:1
-
关于读者写者的问题,分别实现读者优先和写者优先.
关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
- 2022-08-24 23:22:35下载
- 积分:1
-
nssortdescriptor NSArray类使用一个数组中的数据排序的依据…
使用NSSortDescriptor类对NSArray数组中的数据按照规则排序。-NSArray Class NSSortDescriptor use of the data in an array sorted in accordance with the rules.
- 2022-02-20 15:15:04下载
- 积分:1
-
Orange' s: an operating system implementation (source code attached to the bo...
Orange s:一个操作系统的实现(书附源码)readme.rar-Orange" s: an operating system implementation (source code attached to the book) readme.rar
- 2022-08-17 14:20:28下载
- 积分:1