搜索资源列表
Teson_JobScheduler
- 操作系统实验之作业调度系统,模拟操作系统作业调度的功能,用C#编写.-operating system experiments job scheduling system, simulation operating system job scheduling function with C# prepared.
moni-DOS
- 一个用C++编写的模拟DOS的程序,操作系统大作业之一。
shebeiguanli
- 模拟设备的管理,操作系统大作业之一,初始有4各设备,3个控制器,2个通道。
fenye
- 分页操作,操作系统大作业之一,内有页表和内存,LRU方法。
操作系统_作业调
- 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
操作系统2
- 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algo
dongtaifenqufenpei
- 操作系统中动态分区分配,用C++写的,我们的作业,老师验收通过。-Dynamic allocation of the operating system partition, using C++ Written, our operations, acceptance, through the teacher.
Scheduling
- 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
Multilevel_Queue_Scheduling
- 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
OS_Assignment
- 操作系统 进程调度, 作业调度,内存分配-Operating system process scheduling, job scheduling, memory allocation
procSchdulezuiduanzuoye
- 计算机操作系统最短作业调度算法,用c语言编写-Computer operating system shortest job scheduling algorithm, using c language
code
- 操作系统 线程的唤醒与休眠 课程作业实验 C++ 完整源码-OPERATION SYSTEM THREAD c++ code
code
- 操作系统 优先级抢占调度 C++源码实现 课程作业-operation system c++ code
code3
- 操作系统 优先级翻转 C++源码实现 课程作业-operation system
code4
- 操作系统 多级反馈调度 C++源码实现 课程作业-operation system
生产者消费者作业02
- C#编写的有关操作系统中生产者与消费者问题的实例,画面美观,生动形象的描绘了生产者与消费者之间的关系,代码部分简介易懂。(C# is an example of the problem of producers and consumers in the operation system. The picture is beautiful, vividly depicting the relationship between producers and consumers, and the cod