搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以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.
OS课程设计111
- 关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
操作系统课程实验程序
- 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
操作系统课程设计之进程调度
- 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用jav
进程模拟调度
- VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
操作 系统课程设计
- 操作系统课程设计-进程、消息等- The operating system curriculum designs- the advancement, the news and so on
操作系统 进程管理 同步机制 死锁验证
- 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
produce_consume
- 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
sh
- 操作系统 课程设计 非强占短进程优先算法和先来先服务算法-Operating system curriculum design process of non-seizure of short priority algorithm and first-come first-serve algorithm
caozuoxitong
- 操作系统课程设计,时间片轮转法和抢占式短进程优先-Operating systems curriculum design, time slice rotation and short process of preemptive priority
ProcessorScheduling
- 操作系统课程设计~处理机调度 模拟一种多任务(或多用户)(多道)批处理操作系统(包含处理器管理、存储管理、进程管理。-Operating System Course Design ~ processor scheduling simulation of a multi-tasking (or multi-user) (multi-channel) batch processing operating system (including processor management, storage
123
- Progress_Scheduling 操作系统课程设计:进程调度.用优先数算法和轮转-sdssff
sijiheshoupiaoyuan
- 操作系统课程设计 司机和售票员进程同步问题-computer operating system
caozuoxitong
- 演示进程管理的程序,用于操作系统课程设计的需要的同学拿去用。-Process management demonstration program for the operating system of curriculum design, students in need Naqu use.
jinchengdiaodusuanfa
- 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
process
- 操作系统课程设计 实现进程调度 时间片轮转-timer controls
fbqueue_attemper
- 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
操作系统课程设计2
- 操作系统课程设计 进程控制 包括LINUX和WINdows 两个系统的源码以及实验报告!
OS课程设计
- 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
操作系统课程设计
- 操作系统课程设计——进程调度,存储器管理,处理机调度,虚拟存储器管理的模拟实现