-
(1) master the basic principles of page
(1)掌握页式管理基本原理
(2)掌握几种常用页面置换算法
按照最不经常使用页面置换算法(LFU Least Frequently Used)设计页面置换模拟程序-(1) master the basic principles of page-style management (2) The master of several commonly used page replacement algorithms in accordance with the least frequently used page replacement algorithms (LFU Least Frequently Used) page replacement simulation program designed to
- 2022-08-25 09:31:18下载
- 积分:1
-
操作系统中读者写者问题
操作系统中读者写者问题-readers to write operating system problem
- 2022-03-19 06:44:20下载
- 积分:1
-
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码-C++ Write the operating system and realize the principle of simulated OPT page replacement algorithm for the source
- 2022-01-24 08:50:42下载
- 积分:1
-
The operating system memory management simulation, a good understanding of the b...
操作系统 内存管理的模拟,很好的理解内存管理的基本原则和方法-The operating system memory management simulation, a good understanding of the basic principles of memory management and methods of
- 2023-07-16 20:55:02下载
- 积分:1
-
机票预定系统,用VB开发,SQL为后端数据库平台,包括设计文档。...
机票预定系统,用VB开发,SQL为后端数据库平台,包括设计文档。-excellent
- 2022-05-31 20:54:42下载
- 积分:1
-
Assembly Language (Assembly Language) is a computer professional in an importan...
《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。- Assembly Language (Assembly Language) is a computer professional in an important foundation courses, is a low-level language-oriented machines. It depends on the hardware, through clever programming and give full play to the hardware s potential. Assembly language code generated by running the procedures and high efficiency. Hence, up to now, many software systems (such as operating systems, etc.) is still the core of the assembly language used to write.
- 2022-08-17 08:18:05下载
- 积分:1
-
A user
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
- 2022-11-28 07:20:03下载
- 积分:1
-
linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收
linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收-linux under C. Close out a point-to-point test _192.168.0.1 issued _192.168.0.2 close
- 2022-05-20 05:12:19下载
- 积分:1
-
Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助....
Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助.-0.11 version of the Linux File Notes version of the E inside the text by the author"s understanding, the Chinese changed, and acceded to the author"s understanding of ideas and learning Linux kernel helpful.
- 2023-03-11 08:50:03下载
- 积分:1
-
无线传感器网络基站计算机程序,能够从基站读取测量数据并以图形的形式进行显示...
无线传感器网络基站计算机程序,能够从基站读取测量数据并以图形的形式进行显示-Labview for WSN base station
- 2022-04-17 11:43:00下载
- 积分:1