搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以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.
请求分页存储管理方式
- 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
NachOS-4.1_110
- 美国加州大学操作系统课程实验平台Nachos,在美国非常流行,国内很多大学也采用。-the University of California courses on operating system platform Nachos, very popular in the United States, Many universities have adopted.
Banker
- 银行家算法,C++实现。代码适用于课程实验借鉴。
PROCUS
- 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
system
- 使用虚拟内存技术的操作系统课程实验,成功实现
银行家算法操作系统实验报告
- 银行家算法的课程设计报告-bankers algorithm design of the curriculum report
作业调度实验
- 大学操作系统课程的其中一个实验--作业调度的模拟-university courses on operating system of an experimental -- Job Scheduling Simulation
lab3-handin.tar
- jos lab3代码,是操作系统课程实验的代码,由bochs模拟
p_c.rar
- 操作系统课程实验:生产者和消费者问题.......,Experimental operating system: the issue of producers and consumers .......
内存管理实验报告
- 操作系统课程设计报告,内存模拟管理- The operating system curriculum designs the report, the memory simulation manages
caozuoxitong
- 关于银行家算法的操作系统课程设计,包括实验目的、运行结果等-Banker
FIFO
- 操作系统实践课程实验,页面置换的4种方法,FIFO等-Practice Course experimental operating system, page replacement of the four kinds of methods, FIFO, etc.
systemtest
- 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
osshiyan
- 这是一个我们自己做的操作系统的课程实验,大家可以借鉴下-This is an operating system to do our own course experiment, we can learn from the next
taskdynamicscheduling
- 操作系统课程实验,作业调度算法,用c++实现-Operating system experimental curriculum, job scheduling algorithms, using c++ implementation
oslib
- 操作系统课程实验中的五个经典实验,进程管理,内存管理,spooling技术等-Operating system courses experiment the five classic experiment, process management, memory management, spooling technology
2001-04-21-mp1
- 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
201526811019_孙旭辉_计科1501_实验三
- 银行家算法实现资源分配,通过实验,观察了解操作系统是如何实现同步与互斥的。(Resource allocation by banker algorithm)
实验一 进程及其资源管理.cpp
- 操作系统课程实验一:进程及其资源管理,C++实现(Process and its resource management)