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

搜索资源列表

  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. processor-scheduling

    1下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:OS Develop

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

    0下载:
  2. 抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1533
    • 提供者:wl
  1. daima

    0下载:
  2. 操作系统,模拟抢占式短进程优先调度算法,先来先服务算法-Operating systems, process simulation of short-priority preemptive scheduling algorithm, first-come first-serve algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:6132
    • 提供者:jdk_1_ok
  1. PRIORITY

    0下载:
  2. Priority Scheduling using arrays.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:529
    • 提供者:Ankur
  1. scheduling

    0下载:
  2. it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2445
    • 提供者:Rasenganram
  1. priority

    0下载:
  2. 编写并调试一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于优先级的作业调度。 -Write and debug a multi-track procedures for job scheduling system simulation program. Job scheduling algorithms: Priority-based job scheduling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1807
    • 提供者:sylvia
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. jop-scheduling

    0下载:
  2. 基于作业调度的算法代码,机器加工零件有时长、优先级等因素限制,要求在一定时间内完成。-Scheduling algorithm based on the code, machine parts and sometimes a long process, priority and other factors limit, requiring some time to complete.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:13017
    • 提供者:wangyu
  1. PRIORITY

    0下载:
  2. Priority scheduling algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:658
    • 提供者:kvk
  1. Priority

    0下载:
  2. 优先数调度算法实现处理器调度,每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。 -The number of processor scheduling priority scheduling algorithm, each process has a process control block (PCB) said. Process control block can contain the following i
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1156
    • 提供者:wenxiuqing
  1. Processor-Scheduling

    0下载:
  2. 利用vc工具实现按照优先级的处理器调度。 预置后,可填写处理时间和处理优先级,单步运行。-Vc tools to achieve using the processor in accordance with priority scheduling. Preset, you can fill out the processing time and processing priority, single-step operation.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1890355
    • 提供者:张腾飞
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3584403
    • 提供者:xysheep
  1. priority

    0下载:
  2. Priority Scheduling algorithm Shell program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:634
    • 提供者:mreddy
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30971
    • 提供者:188
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1276
    • 提供者:苡莣
  1. Priority-scheduling-algorithm

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:进程名、指针、要求运行时间、优先数、状态。-Design of a number of priority scheduling algorithm processor scheduling procedures. The system has five processes, each represented by a PCB. PCB format: process name, poin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:182054
    • 提供者:
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:ttrdr1422zhole
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1408
    • 提供者:gyopoouchizh
  1. Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning

    1下载:
  2. Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning 文章中提出的算法
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com