-
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
-
请阅读您的软件包,并用英文描述它至少40个字节。
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-08-21 02:21:32下载
- 积分:1
-
选择文件
此应用程序是真的基本但很整洁。此应用程序将能够通过浏览您的计算机上的文件并在打开时将显示文件的"文件存在"输出或"文件未找到"。起初的代码可能看起来外国,但我会添加帮助解释代码做什么的意见。
- 2023-03-28 04:10:04下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-02-26 18:54:05下载
- 积分:1
-
用C语言实现的一个模拟文件系统,里面是实现的源代码!
用C语言实现的一个模拟文件系统,里面是实现的源代码!-C language simulation of a file system, which is the source code!
- 2022-08-12 21:12:45下载
- 积分:1
-
C/C++虚拟机的实现的window版本
C/C++虚拟机的实现的window版本-C/C virtual machine on the realization of the window version
- 2023-06-09 20:10:05下载
- 积分:1
-
动态资源分配系统的设计
目的与要求:
本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和...
动态资源分配系统的设计
目的与要求:
本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下:
⑴模拟一个银行家算法;
⑵初始化时让系统拥有一定的资源;
⑶用键盘输入的方式申请资源;
⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况;
⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。
- 2023-03-03 08:05:03下载
- 积分:1
-
书 名: unix和shell程序设计权威教程
出 版 社: 清华大学出版社
作 者: [美]佛努丹,吉尔伯格著
本书介绍了unix操作系...
书 名: unix和shell程序设计权威教程
出 版 社: 清华大学出版社
作 者: [美]佛努丹,吉尔伯格著
本书介绍了unix操作系统和shell编程两个部分的知识。前一部分全面讲解了unix操作系统,包括unix操作系统、vi和ex编辑器、文件系统与文件操作权限、以及各种unix实用程序;后一部分深入介绍了各种类型的unix shell编程,涵盖了korn shell、c shell等主要的shell类型。本书采用可视化讲解方法,全书包含大量的图、表、代码清单、脚本和代码示例,可有效帮助读者理解所介绍的内容;各章章末还配备了相应的复习题、练习题和上机实习等资料,以帮助读者巩固所学的知识。 -Title : unix shell design and authoritative guide publishers : Tsinghua University Press Author : [U.S.] Naodan Dover, Jierbage book, the book on the unix operating system and shell programming two parts of the knowledge. First part of a comprehensive account of unix operating systems, including unix operating system, and ex vi editor. file system and file manipulation authority, and various unix utilities; latter part of the in-depth briefings on the various types of unix shell programming, covering the korn shell. c shell, and other major type of shell. The book on the visual method, the book contains a large number of graphs, charts, code lists, scripts and code examples, ca
- 2022-07-12 03:10:45下载
- 积分:1
-
不断发送IP地址,和接收对方IP地址的程序,
不断发送IP地址,和接收对方IP地址的程序,-constantly sending IP address, and receive the IP addresses of the other procedures,
- 2022-01-25 15:11:35下载
- 积分:1
-
作业分区管理算法
作业分区管理算法-operations through management algorithm
- 2022-03-12 14:14:40下载
- 积分:1