CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - job scheduling

搜索资源列表

  1. zuoyediaodu2-3

    0下载:
  2. 是操作系统的作业调度模拟程序,一共有两个,采用了不同算法!!!这是2-operating system is the job scheduling simulation program, a total of 2, using different algorithms! ! ! This is 2
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:杨钦洪
  1. zydd

    0下载:
  2. 单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:cici
  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
    • 文件大小:66.43kb
    • 提供者:烟仔
  1. Sys-simulate

    0下载:
  2. 模拟先来先服务作业调度 模拟最短作业优先作业调度 模拟响应比高者优先作业调度 -simulated first-come first-service job scheduling simulation shortest priority job scheduling operations simulation response ratio were higher priorities Job Scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:133.27kb
    • 提供者:李建康
  1. FCF&LSFsort

    0下载:
  2. 作业调度设计 进程的切换-Job Scheduling design process hando
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:957byte
    • 提供者:陈炼
  1. zuoyediaodu

    0下载:
  2. 操作系统C++编程——批处理系统的作业调度.c-OS C Programming -- Batch Job Scheduling System. C
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:大海
  1. 作业调度

    0下载:
  2. 作业调度采用运行时间最短者优先算法,运行时间相同者采用先来先服务算法。-Job Scheduling using the shortest running time priority algorithm, the running time to adopt the same first-come first-serve algorithm.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:8.33kb
    • 提供者:王丹
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:39.06kb
    • 提供者:陈任全
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3.4mb
    • 提供者:caicai
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:14.65kb
    • 提供者:ww
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:57.12kb
    • 提供者:willism
  1. SCHEDULING

    0下载:
  2. Job Scheduling using different algo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1.4kb
    • 提供者:rahul
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:
  1. job-scheduing--to-achieve

    0下载:
  2. 可以利用操作系统的调度算法,实现作业调度-You can use the operating system scheduling algorithm, job scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:173.38kb
    • 提供者:孙旺仲
  1. scheduling

    0下载:
  2. C语言实现最短作业调度和最高优先比调度,可直接运行-the shortest job scheduling and the highest priority about scheduing, can run directly
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.86kb
    • 提供者:邢乐
  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
    • 文件大小:482.5kb
    • 提供者:fengjing
  1. job-scheduling

    0下载:
  2. 用高级语言编写一个或多个作业调度的模拟程序,进行程序设计的训练,加深对作业调度算法的理解-One or more of the job scheduling simulation program written in a high level language programming training, to deepen understanding of the job scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-10
    • 文件大小:77.83kb
    • 提供者:夜鼠
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:422.63kb
    • 提供者:潘宝
  1. The-processor-scheduling

    0下载:
  2. 操作系统实验-进程作业调度算法,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载-Experimental operating system- the process of job scheduling algorithms, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:37.89kb
    • 提供者:张荣
  1. job

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用①先来先服务;②短作业优先的作业调度算法。实验具体包括:首先确定作业控制块的内容,作业控制块的组成方式;然后完成作业调度;最后编写主函数对所做工作进行测试。-Write a program to complete the batch scheduling problem in the system, require the use of first come, first service (2) short assignment priority s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:杜英
« 12 3 4 5 »
搜珍网 www.dssz.com