搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以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.
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
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.
进程模拟调度
- VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
操作 系统课程设计
- 操作系统课程设计-进程、消息等- The operating system curriculum designs- the advancement, the news and so on
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
os
- 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
sijiheshoupiaoyuan
- 操作系统课程设计 司机和售票员进程同步问题-computer operating system
caozuoxitong
- 演示进程管理的程序,用于操作系统课程设计的需要的同学拿去用。-Process management demonstration program for the operating system of curriculum design, students in need Naqu use.
processschedulingsimulation
- 操作系统课程设计所需要的文件,关于进程调度方面的程序设计,很好的帮助初学者理解有关进程调度方面的知识.-Operating system, curriculum design, the required documentation on the process scheduling aspects of program design, very good to help beginners understand the process of scheduling knowledge.
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
ProcessScheduling
- 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
fbqueue_attemper
- 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
操作系统课程设计2
- 操作系统课程设计 进程控制 包括LINUX和WINdows 两个系统的源码以及实验报告!
OS课程设计
- 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)