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

搜索资源列表

  1. 进程调度算法实现

    0下载:
  2. 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5.07kb
    • 提供者:交易会
  1. Cpp1100

    0下载:
  2. 计算机操作系统,优先权的进程调度算法的C++源代码,-Computer operating system, the priority of the process of scheduling algorithm C++ Source code,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:rd41yekao
  1. CPUSchedule

    0下载:
  2. CPU 优先级调度算法的实现。CPU根据进程优先级实现对进城的合理调度-CPU Priority Scheduling Algorithm. CPU in accordance with the process priority to achieve the rational management of the city
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:m891que
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:ld09jiangz
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.56kb
    • 提供者:wr68beilian4
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构进程调度算法,处理流程:1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列-//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the queue struct
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:e4292paofan
  1. jchdiaodu

    0下载:
  2. 进程调度 操作系统实验 程序优先级的调度算法 绝对适用-Experimental procedures for the operating system process scheduling priority scheduling algorithm is absolutely applicable to
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:w31747chengmou
  1. jinchengdiaodusuanfa

    0下载:
  2. 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:xv0769qies
  1. PCB100

    0下载:
  2. 简单的进程调度算法演示FCFS 时间轮换C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9.98kb
    • 提供者:ffyvy837lai
  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
    • 文件大小:1.82kb
    • 提供者:ttrdr1422zhole
  1. Timer101

    0下载:
  2. 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。2.每个用来标识进程的进程控制块PCB可用结构来描述-Using C language (or other languages, such as Java) the scheduling of some process scheduling algorithms (such as dynamic priority scheduling) of N processes. 2 each process t
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:ffrfr414muxbei
  1. Cpp1100

    0下载:
  2. 计算机操作系统,优先权的进程调度算法的C++源代码,-Computer operating system, the priority of the process of scheduling algorithm C++ Source code,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:yfenpigai4
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:kr2mutong
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.66kb
    • 提供者:cbyongji
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构进程调度算法,处理流程:1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列-//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the queue struct
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:huzvzhong65
  1. jchdiaodu

    0下载:
  2. 进程调度 操作系统实验 程序优先级的调度算法 绝对适用-Experimental procedures for the operating system process scheduling priority scheduling algorithm is absolutely applicable to
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:v5jjjiab
  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
    • 文件大小:1.38kb
    • 提供者:gyopoouchizh
搜珍网 www.dssz.com