CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 作业调度 实验报告

搜索资源列表

  1. osshiyanbaogao

    0下载:
  2. 大三时的操作系统实验报告完整版,有进程管理,作业调度,存储管理和模拟文件管理。有些附了实验报告有些没有,虽然程序有些写的不算好,但还是希望对为做操作系统实验而正在烦恼的兄弟有些帮助吧。-ruins of the operating system integrity experimental version of the report, process management, job scheduling, Storage management and document management si
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:68025
    • 提供者:烟仔
  1. OSexperiment

    0下载:
  2. 广东工业大学,操作系统实验结合,进程调度,作业调度,主存空间的分配与回收,文件系统四个实验,包含有源代码与实验报告。-OS experiment
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:893626
    • 提供者:家瑞
  1. os

    1下载:
  2. 操作系统实验和实验报告,包括单道作业调度,进程调度,文件管理和主存空间的分配和回收-Experiments and experimental operating systems, including single-channel job scheduling, process scheduling, document management and main memory space allocation and recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:821240
    • 提供者:阿云
  1. file

    0下载:
  2. 作业调度的实验报告,包括实验心得界面源码-FCB
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:103093
    • 提供者:
  1. zuoyedd

    0下载:
  2. 操作系统经典实验报告,关于作业调度,很强大,经供参考-Operating system reports a classic experiment, with regard to scheduling, it is powerful, for reference by
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2193
    • 提供者:麦琪
  1. 1213

    0下载:
  2. 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。  (2)最短作业
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:720826
    • 提供者:刘生
  1. file3

    0下载:
  2. 计算机专业大三操作系统实验报告实验三,作业调度-Junior computer science experiment on the experiment three operating systems, job scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:256637
    • 提供者:黄归
  1. JobScheduling

    0下载:
  2. 操作系统实验报告—作业调度,各种情况均得到模拟。调试成功。运行条件visual c++ 2008。-Operating System Test Report- job scheduling, simulation of all cases are obtained. Debugging success. Operating conditions, visual c++ 2008.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:401717
    • 提供者:李准基
  1. tanxinzuoyediaodu

    0下载:
  2. C实现的一贪心算法的作业调度的算法,有完整的实验报告和运行说明-C implementation of a greedy algorithm for job scheduling algorithm, a complete test report and operating instructions
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20058
    • 提供者:张三
  1. zuoye

    0下载:
  2. 操作系统作业调度实验的实验报告,内附代码;-Operating System Operation experiments are reported, containing the code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:51766
    • 提供者:luojiawen
  1. Exp3

    0下载:
  2. 操作系统课程设计——作业调度试验 外加实验报告-Operating System Course design- plus job scheduling test lab report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:137071
    • 提供者:耳鼻
  1. os

    0下载:
  2. 操作系统实验,关于作业调度的源代码,内加实验报告-Operating system experiments, lab reports plus job scheduling code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:364066
    • 提供者:郭学海
  1. Jfile3u

    0下载:
  2. 计算机专业大三操作系统实验报报告实验三,作业调度 -Computer professional junior operating system, the report of the experiments reported experiment three, job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:256959
    • 提供者:zd
  1. job-scheduling

    0下载:
  2. C++写的操作系统作业调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-The job scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:494076
    • 提供者:fengjing
  1. 操作系统实验报告+进程调度+作业调度等

    0下载:
  2. 计算机操作系统的实验报告,包含源代码,流程图,算法设计及描述等。
  3. 所属分类:软件工程

搜珍网 www.dssz.com