资源列表
os
- Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
CUNCHU
- 模拟各种内存分配算法及回收过程,并能动态演示。结合进程调度算法,能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果;-Simulate all kinds of memory allocation algorithms and recycling process, and can dynamic presentation. Combination of process scheduling algorithm to allocate memory for pro
operating-system-kernel-documents
- 在系统基础只是上,对操作系统的内核、进程进行了详细的描述,并附有源码。-Based only on the system, the operating system kernel, a detailed descr iption of the process, together with the source.
os
- 操作系统6.1 文件和文件系统 6.2 文件的逻辑结构 6.3 外存分配方式 6.4 目录管理 6.5 文件存储空间的管理 6.6 文件共享与文件保护 6.7 数据一致性控制 -OS 6.1 file 6.2 file and file system logical structure of the external memory allocation 6.4 6.3 6.5 content management file storage space mana
neicunguanli
- 操作系统中的内存管理 C++编辑 实现内存管理-Operating system memory management C++ compiler to implement memory management
scan_and_sstf
- 最短寻道时间优先(SSTF)和扫描(SCAN)算法。可以对给出的任意的磁盘请求序列、计算平均寻道长度; 要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Shortest seek time first (SSTF) and scanning (SCAN) algorithm. Can be given any sequence of disk requests, calculate the average seek length requirements can be customi
Page-replacement
- 页面置换, 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,分配不同的物理块,利用FIFO算法计算其缺页率,进一步理解Belady现象。-Page replacement, 1, a group of any given sequence of page view
diaodu-
- 操作系统的进程四种调度的算法用C语言实现的方法的代码实现-Operating system processes four kinds of scheduling algorithms in C language implementation of the method code
FIFO
- 操作系统先进先出页面置换算法。。。自己写的-FIFO page replacement algorithm for the operating system. . . Wrote it myself. .
LRU
- 操作系统LRU页面置换算法。。。自己写的-Operating system LRU page replacement algorithm. . . Wrote it myself. .
OS4
- 四种页式管理效率比较,随页数增加,产生四种页式管理的命中率-Four kinds of page-style management efficiency compared with the number of pages increase, resulting in four kinds of page-hit rate management
os
- 文件管理,操作系统课程设计,源代码和报告都有。没有密码,放心下载。没有病毒-File management, operating systems curriculum design, source code and reports both. No password, rest assured that download. No virus
