首页 开发技术 其它     /    操作系统实验作业调度的模拟程序(含C#源代码)

操作系统实验作业调度的模拟程序(含C#源代码)

上传者: pzg298110550 | 上传时间:2023/2/4 7:56:33 | 文件大小:168KB | 文件类型:rar
操作系统实验作业调度的模拟程序(含C#源代码)
用C#语言编写的一个单道处理系统的作业调度模拟程序,以图形界面动态展示作业的调度情况。
分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。
对每种调度算法都要求打印每个作业开始运行时辰、完成时辰、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。
运行程序需要安装.NETFramework2.0补充说明:程序中修改添加作业的DataGridView控件绑定到对象,并且使用自动生成列,在有的电脑里运行可能会出现列乱了,而导致无法修改作业,有需要者下下来稍微修改下就可以了。
要修改作业还有个办法就是到程序目录下修改Txt文档,所有作业情况保存在里面并从那读取出来的。
本软件ID:1909199

文件下载

资源详情

[{"title":"(40个子文件168KB)操作系统实验作业调度的模拟程序(含C#源代码)","children":[{"title":"scheduleDemo","children":[{"title":"scheduleDemo.sln <span style='color:#111;'>926B</span>","children":null,"spread":false},{"title":"scheduleDemo","children":[{"title":"Form3.Designer.cs <span style='color:#111;'>1.14KB</span>","children":null,"spread":false},{"title":"Form1.Designer.cs <span style='color:#111;'>15.87KB</span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'>493B</span>","children":null,"spread":false},{"title":"UiDisplay.cs <span style='color:#111;'>2.81KB</span>","children":null,"spread":false},{"title":"Form2.Designer.cs <span style='color:#111;'>5.49KB</span>","children":null,"spread":false},{"title":"Form3.cs <span style='color:#111;'>362B</span>","children":null,"spread":false},{"title":"Form2.resx <span style='color:#111;'>6.05KB</span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"scheduleDemo.exe <span style='color:#111;'>51.00KB</span>","children":null,"spread":false},{"title":"scheduleDemo.csproj.GenerateResource.Cache <span style='color:#111;'>1.06KB</span>","children":null,"spread":false},{"title":"scheduleDemo.csproj.FileListAbsolute.txt <span style='color:#111;'>730B</span>","children":null,"spread":false},{"title":"scheduleDemo.Properties.Resources.resources <span style='color:#111;'>12.12KB</span>","children":null,"spread":false},{"title":"TempPE","children":[{"title":"Properties.Resources.Designer.cs.dll <span style='color:#111;'>5.00KB</span>","children":null,"spread":false}],"spread":false},{"title":"Refactor","children":null,"spread":false},{"title":"scheduleDemo.pdb <span style='color:#111;'>81.50KB</span>","children":null,"spread":false},{"title":"scheduleDemo.Form1.resources <span style='color:#111;'>5.86KB</span>","children":null,"spread":false},{"title":"scheduleDemo.Form2.resources <span style='color:#111;'>180B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"WorkCollection.cs <span style='color:#111;'>3.20KB</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"tingzhi.png <span style='color:#111;'>3.90KB</span>","children":null,"spread":false},{"title":"data.txt <span style='color:#111;'>84B</span>","children":null,"spread":false},{"title":"scheduleDemo.exe <span style='color:#111;'>51.00KB</span>","children":null,"spread":false},{"title":"2324533005-13.png <span style='color:#111;'>3.68KB</span>","children":null,"spread":false},{"title":"23245341A-39.png <span style='color:#111;'>4.78KB</span>","children":null,"spread":false},{"title":"scheduleDemo.vshost.exe <span style='color:#111;'>13.99KB</span>","children":null,"spread":false},{"title":"scheduleDemo.pdb <span style='color:#111;'>81.50KB</span>","children":null,"spread":false},{"title":"232453D35-24.png <span style='color:#111;'>4.96KB</span>","children":null,"spread":false},{"title":"scheduleDemo.vshost.exe.manifest <span style='color:#111;'>490B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Form1.cs <span style='color:#111;'>22.14KB</span>","children":null,"spread":false},{"title":"Form2.cs <span style='color:#111;'>5.75KB</span>","children":null,"spread":false},{"title":"WorkObject.cs <span style='color:#111;'>3.08KB</span>","children":null,"spread":false},{"title":"Schedule.cs <span style='color:#111;'>7.00KB</span>","children":null,"spread":false},{"title":"Form1.resx <span style='color:#111;'>14.09KB</span>","children":null,"spread":false},{"title":"ReadAndWriteTXT.cs <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'>1.33KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>1.07KB</span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'>6.78KB</span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'>249B</span>","children":null,"spread":false},{"title":"DataSources","children":[{"title":"WorkObject.datasource <span style='color:#111;'>595B</span>","children":null,"spread":false}],"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'>3.76KB</span>","children":null,"spread":false}],"spread":false},{"title":"scheduleDemo.csproj <span style='color:#111;'>4.82KB</span>","children":null,"spread":false}],"spread":false},{"title":"scheduleDemo.suo <span style='color:#111;'>24.50KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • gangqin6084:
    非常好用,谢谢2018-10-18
  • jlu_weige:
    非常好用,谢谢2018-10-18
  • feizhang_hi:
    很好,非常好用2018-02-24
  • feizhang_hi:
    很好,非常好用2018-02-24
  • qq_34187053:
    非常好用,谢谢2017-10-17
  • qq_34187053:
    非常好用,谢谢2017-10-17
  • kodfv:
    很好,就是添加作业的需要调用TXT文件,能在软件里实现会方便点。2015-01-11
  • kodfv:
    很好,就是添加作业的需要调用TXT文件,能在软件里实现会方便点。2015-01-11
  • ttyule:
    真棒啊我学习一下吧2014-11-25
  • 苦逼极客:
    真棒啊我学习一下吧2014-11-25

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明