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

搜索资源列表

  1. 实验一 进程、线程的控制

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:13810
    • 提供者:aaa
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4278
    • 提供者:陈为
  1. 操作系统——动态优先级调度算法源代码

    1下载:
  2. 操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system -- Dynamic priority scheduling algorithm source code, multi-channel system more complic
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9705
    • 提供者:韩文杰
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:杨新
  1. 完整的进程的调度1

    0下载:
  2. 最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:张永涛
  1. 进程调度模拟源程序

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27675
    • 提供者:林一森
  1. cpu进程调度

    0下载:
  2. cpu进程调度,优先调度算法,先来先服务算法。
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:4553
    • 提供者:wzymm
  1. 先进先出调度算法

    0下载:
  2. 实进程调度(先进先出调度算法).具有让进程运行,阻塞,就绪各个调度作用
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:64520
    • 提供者:云云
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:求新
  1. 进程调度模拟(C++版)

    1下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12946
    • 提供者:lyh
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6537
    • 提供者:杨鼎新
  1. 操作系统进程调度实验--附有实验报告

    1下载:
  2. 这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system's scheduling experiment, the scheduling algorithm is priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:140974
    • 提供者:编程浪子
  1. 进程调度优化算法

    0下载:
  2. 针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1367
    • 提供者:孙迪
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. 操作系统之进程调试算法CODE

    0下载:
  2. 操作系统进程调度 用VC实现 完全正确 质量保证-process scheduling operating system with VC entirely correct quality assurance
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:lee
  1. 时间调度

    0下载:
  2. 进程调度算法
  3. 所属分类:源码下载

    • 发布日期:2011-03-10
    • 文件大小:4342914
    • 提供者:hdong250
  1. 进程调度源码实验报告

    0下载:
  2. 操作系统进程调度源码实验报告,含有FCFS.SJF.HRF三个算法
  3. 所属分类:文档资料

  1. 优先数调度算法

    0下载:
  2. 优先数调度算法,进程名,指针,要求运行时间,优先数,状态,Several priority scheduling algorithm, the process name, pointer, run-time requirements, priority number, status
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-26
    • 文件大小:2395
    • 提供者:阿斯顿
  1. 操作系统编程调度算法

    0下载:
  2. 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
  3. 所属分类:文档资料

    • 发布日期:2012-09-14
    • 文件大小:210944
    • 提供者:hyfen2009
  1. 优先算法进程调度

    0下载:
  2. 这是采用优先算法的进程调度程序。其优先级由程序随机产生,程序运行时可单步查看运行结果。-This is the priority algorithm used in the process scheduler. Its priority randomly generated by the procedures, operating procedures can single-step operation to see results.
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:1389
    • 提供者:王重华
« 1 2 3 4 56 7 8 9 10 ... 48 »
搜珍网 www.dssz.com