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. 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. 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. Scheduling

    0下载:
  2. 该程序,实现了模拟系统中进程调度的情形,具备QT图形界面,原创-The program, implemented in the process simulation system scheduling situation, with QT GUI, originality
  3. 所属分类:Other systems

    • 发布日期:2017-06-21
    • 文件大小:35.02mb
    • 提供者:victor
  1. CProcessDemo

    0下载:
  2. 2009年12月 操作系统课程设计 进程调度模拟【CProcessDemo】 -like this
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.01mb
    • 提供者:李刚
  1. esr

    0下载:
  2. 先来先服务算法,先来先服务算法完成进程调度模拟-First-come, first-serve algorithm, first-come first-serve algorithm to complete the process of scheduling simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:62.76kb
    • 提供者:会将
  1. processscheduling

    0下载:
  2. 操作系统: 进程调度模拟程序设计 2,实现的功能:实现了进程调度模拟程序设计中的基于动态优先权的算法。 3,优点: 在程序的窗口给出了最开始的时候的队列里的状况,随机生成了每个进程的“优先权”和“要求运行时间”,并考虑到了避免产生 较大的数而导致程序长时间陷入循环,(即设定了优先权和要求运行时间的上下限); 可以方便的添加或者删除进程数目,(只需要改动源代码中的MAXN值即可,其他的不需要改动)而不影响程序的运行,健壮性好。 4,缺点:
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:293.95kb
    • 提供者:天蓝
  1. sicple-cowment

    0下载:
  2. 进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统-Process scheduler is one of the main content of process management, by design, compile and debug a simple process scheduling simulation system
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:21.5kb
    • 提供者:clxgz!863399
  1. dvljty

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
  3. 所属分类:Other windows programs

  1. eucdlxk

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时(Process scheduling simulation program - is only one aspect of the scheduling algorithm considering process priority scheduling based on scheduling program is running)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-24
    • 文件大小:156kb
    • 提供者:hhristiak
  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