CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 模拟进程调度

搜索资源列表

  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:zhou
  1. suanfa

    0下载:
  2. 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:周恺君
  1. mnjcdd

    0下载:
  2. 模拟进程调度 随机生成进程,再进行调度的算法-Simulation of the process of scheduling the process of randomly generated, then the algorithm for scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.18kb
    • 提供者:李宇帆
  1. jincheng

    0下载:
  2. 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.55kb
    • 提供者:
  1. jinchengdiaodu

    0下载:
  2. 模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:张驰
  1. Banker

    0下载:
  2. 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:213.91kb
    • 提供者:fcwindpasss
  1. process

    0下载:
  2. 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:198.03kb
    • 提供者:fcwindpasss
  1. paiduilun

    0下载:
  2. 做数学建模时编的程序,仿照linix系统中进程调度,作出的医院排队模拟程序。-Mathematical modeling prepared to do the procedure, modeled on the process of scheduling linix system to make the hospital queue simulation program.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.78kb
    • 提供者:郭志伟
  1. SYSTEM

    0下载:
  2. 该程序为一进程模拟调度系统,模拟CPU调度进程的两种算法,内含报告,可直接运行。-The program is a process simulation scheduling system, simulated CPU scheduling process, two kinds of algorithms, containing a report can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:178.25kb
    • 提供者:李莉
  1. jincheng

    0下载:
  2. 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.62mb
    • 提供者:金小山
  1. service

    0下载:
  2. 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1.42kb
    • 提供者:王小方
  1. ProcessScheduling

    0下载:
  2. 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:519.27kb
    • 提供者:杨子江
  1. yuanma

    0下载:
  2. 见题目模拟进程调度中的高优先级优先调度算法-can t you see
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3.04kb
    • 提供者:陈超
  1. Process

    0下载:
  2. 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:47.9kb
    • 提供者:chenjian
  1. First-come-first-service

    0下载:
  2.  先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形:    ⑴ 能够选择不同的调度算法(要求中给出的调度算法);    ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等;    ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2.1kb
    • 提供者:Shaojie Kang
  1. FCFS

    0下载:
  2. 模拟进程调度算法-先来先服务(FCFS),简单理解进程调度的基本内容-Simulation process scheduling algorithm- first come, first served (FCFS), simple to understand the basic process of scheduling content
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.14mb
    • 提供者:班靖远
  1. JIN-CHENG-DIAO-DU

    0下载:
  2. 实现FPF和RR算法,模拟进程调度过程,加深对进程调度的理解。- Implementation of FPF and RR algorithm, simulation process scheduling process, to deepen the understanding of the process of scheduling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:周舟
  1. HYBWGX

    0下载:
  2. vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题-Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:31kb
    • 提供者:svqial
  1. 进程调度算法

    0下载:
  2. 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2kb
    • 提供者:jttqhh1
  1. c1

    0下载:
  2. 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:207kb
    • 提供者:方方17
« 12 3 »
搜珍网 www.dssz.com