搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email to the writer.
osshiyanbaogao
- 大三时的操作系统实验报告完整版,有进程管理,作业调度,存储管理和模拟文件管理。有些附了实验报告有些没有,虽然程序有些写的不算好,但还是希望对为做操作系统实验而正在烦恼的兄弟有些帮助吧。-ruins of the operating system integrity experimental version of the report, process management, job scheduling, Storage management and document management si
fl3
- 操作系统 实验三 存储管理 实现并比较基本的存储管理策略及页面调度算法。
分页式管理
- 操作系统实验 分页式存储管理-experimental operating system paging storage management
ccgl
- 操作系统的存储管理实验~自己修改完善的
页式虚拟存储管理中地址转换和缺页中断
- 页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。
CAOZUOXITONG.rar
- 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
ucore-lab1
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
codes_for_OS_experiment_3
- 2008年操作系统实验3存储管理的代码。 主存的分配与回收。不同的存储管理方式下,实现主存空间的分配与回收。动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程。-2008 experiment 3 storage management operating system code. Main memory allocation and recovery. Different storage management mode, the realization of main
storemanage
- 这是上操作系统课的时候上实验学习存储管理那一部分,这个源代码是模拟的操作系统进行存储管理的.-This is the operating system on the experimental time course study that part of storage management, the source code of the operating system is the simulation of storage management.
file1
- 计算机专业操作系统实验报告,实验四存储管理-Computer Professional operating system, experimental report, experiment 4 Storage Management
fenqushicunchuguanli
- 操作系统实验,分区式存储管理系统实验,c++编程-Operating system, experiment, experiment partition storage management system, c++ programming
OS
- 大学操作系统实验设计,包括进程调度,作业调度,存储管理,文件系统的代码。-University of operating system, experimental design, including process scheduling, job scheduling, storage management, file system code.
OS-designreport
- 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度-作业调度、存储管理-页面调度以及设备管理-磁盘调度-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, process m
system
- 操作系统实验(进程调度+存储管理+磁盘调度++银行家算法+文件系统设计).doc-Operating System Experiment (process scheduling memory management++++ bankers disk scheduling algorithms+ file system). Doc
OS
- 操作系统上机实验存储管理实验代码,有实验要求,代码正确无误-Experiment on the computer operating system, storage management test code, test requirements, the code is correct
storage-management
- 操作系统存储管理实验, 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 内有可运行代码,已检测。-Operating system storage management experiment environment: Microsoft Visual C++ 6.0 Programming Language: C++ code can be run within, has been detected.
Basic-paging-management-reports
- 这是一个操作系统系统方面的资源,主要功能是实现基本分页存储管理,里面含有源代码+详细实验报告及相应的运行过程,希望对各位有所帮助。-This is an operating system, system resources, the main function is to achieve the basic storage management page, which contains the source code+ detailed lab report and the correspond
exp1
- 可变分区存储管理实验课件及程序,操作系统课程用资料-Variable partition storage management courseware and test procedures, operating systems courses with information
2016118026_高晗露_实验三
- 模拟段页式虚拟内存管理,进程创建,申请内存,缺页中断处理,驻留集大小为8(Virtual page virtual memory management)