CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 优先级调度

搜索资源列表

  1. source20065733

    0下载:
  2. 算法调度,请求优先调度算法的实现,采用优先级算法实现的一个简单C程序。-Algorithm for scheduling, the request of the realization of the priority scheduling algorithm, priority algorithm using a simple C program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:33061
    • 提供者:情殇
  1. TinyOSdoc

    0下载:
  2. TinyOS调度机制的研究与改进 在介绍无线传感器网络节点嵌入式操作系统TinyOS内核的基础上, 分析了其调度机制并指出不足。 提出了几套调度改进方案, 重点介绍了基于优先级调度策略, 并实现了该调度策略。最后通过模拟实验,对两种 调度策略进行比较,证明了改进后的调度策略使系统的性能大大增加。-TinyOS Scheduling Mechanism Research and Improvement, introducing a wireless sensor network nod
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:656277
    • 提供者:ge
  1. diaodusuanfa

    0下载:
  2. 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:20264
    • 提供者:邱鹏
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. P

    0下载:
  2. 这是一个进程调度算法,在这里介绍的是最短作业优先级调度。-This is a process scheduling algorithm, where the introduction is the shortest Priority Scheduling homework.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:4896
    • 提供者:赖金华
  1. jincheng

    0下载:
  2. 由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级 (1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置 程序有两种运行方式: 1、可以直接给出最后
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2341
    • 提供者:杜杏虎
  1. Attemper

    0下载:
  2. 模拟进程调度,采用优先级调度算法,有可视化界面-Simulation of the process of scheduling, priority scheduling algorithm used, the visualization interface
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:dang
  1. youxianjidiaodu

    0下载:
  2. 一个VC++编写的优先级调度程序,可作为平时作业-VC++ to prepare a priority scheduler can be used as normal operating
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:134055
    • 提供者:贾诏雄
  1. suanfa

    0下载:
  2. 操作系统的最高响应比调度算法和优先级调度算法!-Response ratio of the highest operating system scheduling algorithm and priority scheduling algorithm!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1021978
    • 提供者:weiwei
  1. [L_27_3]

    1下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:319130
    • 提供者:吴文斐
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:488560
    • 提供者:张云波
  1. FreeRTOSv5.1.2

    0下载:
  2. 作为一个轻量级的操作系统,FreeRTOS提供的功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能等,可基本满足较小系统的需要。 FreeRTOS内核支持优先级调度算法,每个任务可根据重要程度的不同被赋予一定的优先级,CPU总是让处于就绪态的、优先级最高的任务先运行。 FreeRT0S内核同时支持轮换调度算法,系统允许不同的任务使用相同的优先级,在没有更高优先级任务就绪的情况下,同一优先级的任务共享CPU的使用时间。FreeRTOS的内核可根据用户需要设置为可剥夺型内核或不可剥夺
  3. 所属分类:OS Develop

    • 发布日期:2017-06-12
    • 文件大小:19162813
    • 提供者:钱勇
  1. os-1

    0下载:
  2. 操作系统实验1,进程调度实验本实验模拟单处理器系统的进程调度,加深对进程的概念及进程调度算法的理解。用某种语言编写和调试一个进程调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中进程调度的原理和过程。进程调度要求使用高响应比优先的动态优先级调度算法。-Operating system in Experiment 1, the process of scheduling experiments in this experiment simulated the process single-
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:776
    • 提供者:华博
  1. 1

    0下载:
  2. 操作系统 模拟进程调度 模拟两种调度算法(时间片调度、优先级调度)-Analog simulation of two kinds of operating system process scheduling scheduling algorithm (time-slice scheduling, priority scheduling)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:gs
  1. main

    0下载:
  2. 用最小推排序算法实现作业的优先级调度问题-Minimum push sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1209
    • 提供者:Leehowe
  1. Multithreading

    0下载:
  2. 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:793102
    • 提供者:吴贵洪
  1. 1132

    0下载:
  2. 采用C++语言创建进程,实现进程优先级调度-C++ language used to create the process to achieve the process of priority scheduling
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:肖密
  1. schedule2

    0下载:
  2. 进程调度程序,包括优先级调度、时间片循环轮转调度-schedule program,priority,RR
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3127
    • 提供者:susan
  1. process

    0下载:
  2. 关于进程优先级调度的算法!设置进程优先级,然后编程演示!-On the process priority scheduling algorithm!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:461700
    • 提供者:冉晓春
  1. ProcessSchedule_ZJH

    0下载:
  2. 对进程调度算法的仿真,包括先到先服务算法(FCFS)和最高优先级优先算法(HPF),友好的人机交互界面。-The Simulation of Process Scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:256665
    • 提供者:jhzhu
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com