文件名称:Multilevel_Queue_Scheduling
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 640kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告)
建立作业的数据结构描述;
使用两种方式产生作业:(a)自动产生, (b)手工输入;
在屏幕上显示每个作业的执行情况;
时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
将一批作业的执行情况存入磁盘文件,以后可以读出并重放;
-Hefei University of technology courses on operating system design- to achieve multi-level queue scheduling process simulation (with course design report) descr iption of the data structure to establish operations use two ways to create jobs: (a) automatically generated, (b) manual input displayed on the screen for each job performance the passage of time can be several ways to simulate the following: (a) by the keyboard, may have thought that every time a unit of time (b) response WM_TIMER calculated and displayed batch job turnaround time, average turnaround time, with the right turnaround time, average turnaround time with the right. Implementation of a batch job into a disk file, since you can read and playback
建立作业的数据结构描述;
使用两种方式产生作业:(a)自动产生, (b)手工输入;
在屏幕上显示每个作业的执行情况;
时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
将一批作业的执行情况存入磁盘文件,以后可以读出并重放;
-Hefei University of technology courses on operating system design- to achieve multi-level queue scheduling process simulation (with course design report) descr iption of the data structure to establish operations use two ways to create jobs: (a) automatically generated, (b) manual input displayed on the screen for each job performance the passage of time can be several ways to simulate the following: (a) by the keyboard, may have thought that every time a unit of time (b) response WM_TIMER calculated and displayed batch job turnaround time, average turnaround time, with the right turnaround time, average turnaround time with the right. Implementation of a batch job into a disk file, since you can read and playback
(系统自动生成,下载前可以参看下载内容)
下载文件列表
源代码:进程调度 多级队列\进程调度 多级队列\bin\Debug\1.dat
.........................\.................\...\.....\2.dat
.........................\.................\...\.....\3.dat
.........................\.................\...\.....\Rezults\x.dat
.........................\.................\...\.....\.......\xyz.dat
.........................\.................\...\.....\进程调度 多级队列.exe
.........................\.................\...\.....\进程调度 多级队列.pdb
.........................\.................\...\.....\进程调度 多级队列.vshost.exe
.........................\.................\...\.....\进程调度 多级队列.vshost.exe.manifest
.........................\.................\Form1.cs
.........................\.................\Form1.Designer.cs
.........................\.................\Form1.resx
.........................\.................\MyProcess.cs
.........................\.................\obj\Debug\进程调度 多级队列.csproj.FileListAbsolute.txt
.........................\.................\...\.....\进程调度 多级队列.csproj.GenerateResource.Cache
.........................\.................\...\.....\进程调度 多级队列.exe
.........................\.................\...\.....\进程调度 多级队列.pdb
.........................\.................\...\.....\进程调度_多级队列.Form1.resources
.........................\.................\...\.....\进程调度_多级队列.Properties.Resources.resources
.........................\.................\Program.cs
.........................\.................\...perties\AssemblyInfo.cs
.........................\.................\..........\Resources.Designer.cs
.........................\.................\..........\Resources.resx
.........................\.................\..........\Settings.Designer.cs
.........................\.................\..........\Settings.settings
.........................\.................\VISTA水晶图标下载10.ico
.........................\.................\进程调度 多级队列.csproj
.........................\进程调度 多级队列.sln
.........................\进程调度 多级队列.suo
操作系统课程设计实验报告 Print.doc
源代码:进程调度 多级队列\进程调度 多级队列\bin\Debug\Rezults
.........................\.................\obj\Debug\TempPE
.........................\.................\bin\Debug
.........................\.................\obj\Debug
.........................\.................\bin
.........................\.................\obj
.........................\.................\Properties
.........................\进程调度 多级队列
源代码:进程调度 多级队列
.........................\.................\...\.....\2.dat
.........................\.................\...\.....\3.dat
.........................\.................\...\.....\Rezults\x.dat
.........................\.................\...\.....\.......\xyz.dat
.........................\.................\...\.....\进程调度 多级队列.exe
.........................\.................\...\.....\进程调度 多级队列.pdb
.........................\.................\...\.....\进程调度 多级队列.vshost.exe
.........................\.................\...\.....\进程调度 多级队列.vshost.exe.manifest
.........................\.................\Form1.cs
.........................\.................\Form1.Designer.cs
.........................\.................\Form1.resx
.........................\.................\MyProcess.cs
.........................\.................\obj\Debug\进程调度 多级队列.csproj.FileListAbsolute.txt
.........................\.................\...\.....\进程调度 多级队列.csproj.GenerateResource.Cache
.........................\.................\...\.....\进程调度 多级队列.exe
.........................\.................\...\.....\进程调度 多级队列.pdb
.........................\.................\...\.....\进程调度_多级队列.Form1.resources
.........................\.................\...\.....\进程调度_多级队列.Properties.Resources.resources
.........................\.................\Program.cs
.........................\.................\...perties\AssemblyInfo.cs
.........................\.................\..........\Resources.Designer.cs
.........................\.................\..........\Resources.resx
.........................\.................\..........\Settings.Designer.cs
.........................\.................\..........\Settings.settings
.........................\.................\VISTA水晶图标下载10.ico
.........................\.................\进程调度 多级队列.csproj
.........................\进程调度 多级队列.sln
.........................\进程调度 多级队列.suo
操作系统课程设计实验报告 Print.doc
源代码:进程调度 多级队列\进程调度 多级队列\bin\Debug\Rezults
.........................\.................\obj\Debug\TempPE
.........................\.................\bin\Debug
.........................\.................\obj\Debug
.........................\.................\bin
.........................\.................\obj
.........................\.................\Properties
.........................\进程调度 多级队列
源代码:进程调度 多级队列