CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - priority scheduling

搜索资源列表

  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:丘方
  1. jincheng.cpp

    0下载:
  2. 模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:liwei
  1. TaskOrder

    0下载:
  2. 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13.72kb
    • 提供者:tedachun
  1. os4

    0下载:
  2. 设有两个周期性的实时任务A和B,任务A要求每20ms执行一次,执行时间为10ms 任务B要求每50ms执行一次,执行时间为25ms 试编一调度程序按最小松弛度优先算法对这两个任务进行调度并输出每次调度时被调入运行任务的状态: (任务名,所处周期数,调度时刻,运行持续时间)。-There are two real-time periodic tasks A and B, task A once every 20ms, execution time of 10ms mission B once e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4.29kb
    • 提供者:yilijuan
  1. pola

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括: 1)确定作业控制块的内容和组成方式; 2)完成作业调度; 3)编写主函数。 -Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:53.43kb
    • 提供者:agods
  1. youxianshu

    0下载:
  2. 优先数调度处理器算法,实现处理器调度的程序,-Processor scheduling algorithm is priority number to achieve processor scheduling procedures,
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5.61kb
    • 提供者:Shelly
  1. caozuoxitong

    0下载:
  2. 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:734byte
    • 提供者:孙艳艳
  1. Cpp2

    0下载:
  2. 一个按相应比高者优先调度算法实现进程调度的程序,当就绪进程数大于处理器个数时,就必须按某种策略决定那个进程优先占用处理器。本事淹没你在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作-A person by the appropriate priority scheduling algorithm than the high process scheduling process, when in place when the process is larger than the nu
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:923byte
    • 提供者:赵爽
  1. PRIORITY

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

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

    0下载:
  2. 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2.13mb
    • 提供者:moondancing
  1. FCFS

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.02kb
    • 提供者:朱超
  1. TheNumberOfTimeSlicesBasedOnPrioritySchedulingAlgo

    0下载:
  2. 基于优先数的时间片轮转调度算法处理器调度(方法一)-The number of time slices based on priority scheduling algorithm processor scheduling rotation (method A)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:肖大宝
  1. lab1-1

    1下载:
  2. C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.73kb
    • 提供者:陈若曦
  1. CPDD

    0下载:
  2. 磁盘臂调度算法,包含 先来先服务调度算法(FCFS) 最短磁道优先调度算法(SSTF) 电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:28.59kb
    • 提供者:xuxiaoxi
  1. Trabalho-G2---SO

    0下载:
  2. Simple Preemptive Priority Scheduling Algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:527byte
    • 提供者:ursonoturno
  1. first-select

    0下载:
  2. 一个按优先数调度算法实现处理器调度的程序-A number of priority scheduling algorithms processor scheduling program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.05kb
    • 提供者:Ryan
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:殷学廉
  1. priority

    0下载:
  2. 操作系统中高优先权优先调度算法 可用于操作系统课设,是调度算法中重要部分-Operating system a high priority priority scheduling algorithm can be used class-based operating system, it is an important part of the scheduling algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.05mb
    • 提供者:赵宇
  1. OSM

    0下载:
  2. Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR). Priority Scheduling. with C and C++ -Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.48kb
    • 提供者:oussama
  1. the

    0下载:
  2. 实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-17
    • 文件大小:24kb
    • 提供者:ORRMpzfy!56128
« 12 »
搜珍网 www.dssz.com