搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以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
caoyuyu
- 这是一个进程调度程序,主要是实现操作系统课程设计题目的要求功能-This is a process scheduler, the main operating system is the subject of curriculum design functional requirements
jiuchendiaodu
- 操作系统课程设计_进程调度演示源程序 .txt
OS_DESIGN
- 操作系统课程设计,包括两个程序,一个是模拟多级反馈队列进程调度算法,一个是几种进程调度算法的效率比较
Progress_Scheduling
- 操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面
lei
- 操作系统课程设计程序,能实现时间片法跟最高响应比法来进行进程调度.用结构体的链表来实现
9
- 操作系统课程设计_进程调度演示源程序 #include \"stdio.h\" #include \"stdlib.h\" #include \"string.h\" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成
caozuo
- 操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度
0202
- 课程设计自己编写的一个进程调度演示程序,界面很好,但是只有就绪和执行的调度,没有做等待状态的调度,毕竟时间太短-design their own curriculum prepared by the process of scheduling a demo program, a good interface, but only in place and implementation of the scheduling, do not wait for the activation state,
process
- 用C#编写的一个简单的进程调度算法验证程序,课程设计用的到-Written in C# using a simple process scheduling algorithm verification procedures, curriculum design to use
Main-memory-space-allocation
- 操作系统课程设计 主存空间的分配与回收 进程调度问题 -Main memory space allocation and recovery
caozuoxitong
- 模拟CPU调度进程的程序。这是一个模拟cpu调度的程序,方便大家在做课程设计的时候用。-Simulation of CPU scheduling process procedures. This is a simulation of cpu scheduling procedures to facilitate curriculum design in a time when so used.
abaozhu_jincheng
- 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
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
OSSim
- 学生用FlashMX实现的操作系统课程原理设计报告,实现磁盘文件系统的模拟及进程调度队列的演示,比较有新意,以前学生都是C++或其它VB实现不同。-Differing from the past development in OS course, Lulu has developed the simulation of File system and process schedule in operating system with FlashMX.
myProcess
- 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
fbqueue_attemper
- 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
Priority_Scheduling
- 合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以后可以读出并重放 -Hefei University of
os-keshezhijincheng
- 进程调度模拟设计——先来先服务、非强占式短进程优先算法 课程设计报告书-Course Design Report