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

搜索资源列表

  1. 3

    0下载:
  2. 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short jobs first algorithm (3) prior
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:瓜哥
  1. FIFO-suanfa

    0下载:
  2. 在分页式虚拟系统中,当硬件发出“缺页中断”后,引出操作系统来处理这个中断事件。如果主存中已没有空闲块,则用FIFO页面调度算法把作业中最先进入主存的一页调出,存放在外存上,然后把要访问的页装入该块。调入和装入后都要修改页表中对应页的标志。-In the page type system, the virtual hardware send out "of a page, draw out the interruption of the operating system to deal with
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1615
    • 提供者:yyy
  1. Genetic-algorithm-problem

    1下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1555
    • 提供者:卢永鹏
  1. Job_scheduling

    0下载:
  2. 模拟单道操作系统的作业调度过程,包括先来先服务算法,最短作业优先算法,最高响应比算法-Analog single-channel operation system job scheduling process, including a first-come first-serve algorithm, shortest job first algorithm, the maximum response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1762
    • 提供者:bihuikun
  1. PCB

    0下载:
  2. 操作系统进程调度算法 先来先服务 短作业优先 时间片轮转 优先级。有大量注释,帮助理解。目前没有错误-Operating system process scheduling algorithm first come first serve short jobs priority round-robin priority. There are a lot of notes to help understand. There is no error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:974011
    • 提供者:lee
  1. FCFSSJF

    0下载:
  2. 先来先服务调度算法、短作业(/进程)优先调度算法-FCFS scheduling algorithm, short operation (/ process) priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1343
    • 提供者:猫猫
  1. PCBProject

    0下载:
  2. 进程调度算法 Visual C++ 计算机专业作业-Process scheduling algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:739712
    • 提供者:潜龙勿用
  1. pichuli5.3

    0下载:
  2. 分支限界法解决批处理作业调度问题 算法分析与设计-Branch and bound method to solve the problem of batch job scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:629108
    • 提供者:薛佩佩
  1. sjf

    1下载:
  2. 用 C 语言实现的简单的短作业优先进程调度算法。-Short job first scheduling process
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:bojue
  1. DiaoDu

    0下载:
  2. 内含多个进程调度算法,比如FIFO调度、短作业优先调度、时间片轮转调度等-include some process scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:45328
    • 提供者:james
  1. dzyyx

    0下载:
  2. 短作业优先算法是指对短作业或者短进程优先调度的算法-Short job first algorithm refers to a short work or short process priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:41472
    • 提供者:王凤
  1. os5

    0下载:
  2. “进程调度算法的实现”。 其实验目的是: 1实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 2 了解上述3种算法的机理。 -Process scheduling algorithm to achieve. " The purpose of the experiment is as follows: 1 first-come first-served FCFS, priority to short jobs SJF and round-robin sche
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2402
    • 提供者:pang
  1. FCFSandSJF

    0下载:
  2. 先来先服务和短作业优先调度算法 磁盘调度算法-First come first serve and short job priority scheduling algorithm Disk scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5516078
    • 提供者:LI
  1. ProcessManage

    0下载:
  2. 1 操作系统课程设计 2 模拟CPU进程调度 3 实现时间片轮转调度算法 4 实现最短作业优先算法-1 operating systems course design 2 simulation CPU process scheduling 3 round-robin scheduling algorithm 4 shortest job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:14306
    • 提供者:
  1. Test

    0下载:
  2. 调度算法。包换先来先服务、高响应比优先、多级反馈队列调度、短作业优先等等。-Scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4410
    • 提供者:范渊
  1. zuoyediaodu

    0下载:
  2. 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:289265
    • 提供者:翔子
  1. caozuoxitongshiyanbaogao

    0下载:
  2. 进程调度之先来先服务与短作业优先算法(完全),运行环境VS2008,语言C#。-First-come first-served process scheduling and short job first algorithm (full), the operating environment VS2008, language C#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:65313
    • 提供者:chenzhenzhen
  1. fifo

    0下载:
  2. 实现模拟内存访问虚页面作业调度的fifo算法,如果内存有用户要访问的虚页,给出对应的实页号,如果没有就用fifo算法调入该虚页,并且给出对应的实页号-Analog memory access fifo virtual page job scheduling algorithm, if the memory the user wants to access the virtual page, given the corresponding physical page number, if not
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1029
    • 提供者:julie
  1. MFC-process-shedule

    0下载:
  2. 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:7641088
    • 提供者:小憩
  1. S2009ziph

    0下载:
  2. 用短作业优先,高响应比,先来来先服务算法实现了作业调度的模拟 -Priority to short jobs, high response, first-come first-served algorithm for the simulation of job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:998432
    • 提供者:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com