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

搜索资源列表

  1. gaoxiangyingbisuanfa

    0下载:
  2. 操作系统课设,高响应比算法的程序调度,能实现同步与互斥,能模拟进程在执行过程中的各种状态-The lesson of the operating system and high response than the program scheduling algorithm, to achieve synchronization and mutual exclusion can simulate the process of the various states in the implementat
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5424492
    • 提供者:小桂
  1. wjinnchengdiia

    0下载:
  2. 实现两种调度方式的进程调度模拟拟,能自己设定进程的参数来完成调度 -Process scheduling simulation of the two scheduling approach intends to achieve, and can set the parameters of the process to complete the scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:144433
    • 提供者:提倡
  1. jcdd_02

    0下载:
  2. 简单模拟操作系统的进程调度算法实现。包括先来先服务,时间片论转,高响应比,短作业优先等。-Simple simulation of the operating system process scheduling algorithm. Including a first-come first-served, on the transfer of the time slice, high-response, short job priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317699
    • 提供者:chenkelin
  1. time

    1下载:
  2. 处理机调度是操作系统中非常重要的部分。为深入理解进程管理部分的功能,设计时间片轮转法进行CPU调度算法,模拟实现处理机的调度。通过本次课程设计理解进程调度的概念,深入理解进程控制的功能、进程的创建与删除以及进程各个状态之间的转换过程,实现时间片轮转算法调度进程。-PROCESSING scheduling is a very important part of the operating system. For an in-depth understanding of the function
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:1691
    • 提供者:syn
  1. algorithmofbanker

    0下载:
  2. 模拟实现操作系统中进程调度避免死锁的银行家算法-Analog implementation of the operating system process scheduling avoid deadlock bankers algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:2015
    • 提供者:迎风
  1. ProcScheduling

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对N(N不小于5)个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 (1). 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 (2). 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定规则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1,并且进程等待的时间超过某一时限(2个时间片时间)时增加其优先数等。 (3).
  3. 所属分类:Editor

    • 发布日期:2017-11-24
    • 文件大小:22823
    • 提供者:zhangjiaxiao
  1. Process

    0下载:
  2. 用java语言编写的带有界面的模拟操作系统进程调度的程序,可随机生成10个进程,采用三种算法执行,即——1-先进先出调度算法 2-基于优先数的调度算法 3-最短执行时间调度算法-Java language interface with the operating system process scheduling simulation program, can be randomly generated 10 process, the implementation of the three al
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-06
    • 文件大小:89660
    • 提供者:羊羊
  1. process-scheduling

    0下载:
  2. 设计一个有 N个进程并发执行的进程调度模拟程序。用C++模拟基于时间片的轮转算法、静态优先算法、动态优先算法、多级反馈队列调度算法-The design of an N processes concurrently executing process scheduling simulation program. In C++ to simulate the rotation algorithm based on the time slice, the static priority algori
  3. 所属分类:OS Develop

    • 发布日期:2017-11-04
    • 文件大小:283022
    • 提供者:夜鼠
  1. demo

    0下载:
  2. 进程调度算法模拟。主要负责短进程优先调度算法、高优先权优先调度算法和多级反馈队列调度算法的模拟实现。-Process scheduling algorithm simulation. Short process is primarily responsible for the scheduling algorithm, the high-priority priority scheduling algorithms and multi-level feedback queue schedulin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:100247
    • 提供者:super
  1. OS

    1下载:
  2. 里面包括了动态分区分配方式的模拟程序、模拟动态优先权进程调度程序、请求调页存储管理方式的模拟程序、编辑距离算法程序、最长子序列的算法!-Which includes a dynamic partition allocation simulation program to simulate the dynamic priority process scheduler, to request paging storage management simulation program, edit dis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:6233
    • 提供者:赵风
  1. jin-cheng-diao-du

    0下载:
  2. 用c语言模拟了操作系统中进程调度算法,包含了详细的代码。 -Simulated operating system process scheduling algorithm using c language, contains a detailed code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:260840
    • 提供者:liuyangbiao
  1. ProcessSchedulingHF

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。-To write and debug a simulated process scheduler, " the number of the highest priority priority" scheduling algorithm for
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:722180
    • 提供者:ariel
  1. 4-1

    0下载:
  2. 优先调度算法实验室用来观察windows里的进程调度程的模拟程序。-Priority scheduling algorithm laboratory simulation program used to observe the the windows process scheduling process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1264
    • 提供者:曹俊
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. os

    0下载:
  2. 该程序为操作系统进程调度模拟,用c语言开发,算法为短作业优先,其中预留了其他算法的接口。-Operating system process scheduling simulation algorithm for short operating priority
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-20
    • 文件大小:50227
    • 提供者:恩恩
  1. test3

    0下载:
  2. 进程调度模拟,显示任意时刻的调度状态,显示周转时间、带权周转时间以及平均带权周转时间-Process scheduling simulation, any time scheduling status, turnaround time, with the right turnaround time, and the average weighted turnover time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:1610
    • 提供者:macalzheng
  1. Process-scheduling

    0下载:
  2. 用vc++编写的一个对操作系统进程调度的一个模拟算法,可以根据界面提示进行操作。-The a written vc++ a simulation of the operating system process scheduling algorithm, According to the interface.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:2057
    • 提供者:
  1. wc

    0下载:
  2. 模拟进程的创建与调度,直白简单,很容易明白的调度算法-Simulation of the process of creating and scheduling
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:1515
    • 提供者:赵玉生
  1. xianlaixianfuwu

    0下载:
  2. 进程调度算法模拟程序设计 实验内容 1、 可以用任何语言设计模拟的PCB结构 提示:应该包括模拟进程名称,模拟进程运行总时间,模拟进程进入就绪队列时间,模拟进程已运行时间,模拟进程状态,模拟响应比值。 2、 建立进程就绪队列 3、 编制高响应比优先调度算法实现进程调度的模拟过程 要求: (1) 在屏幕上模拟显示出正在执行的进程的执行情况以及处于就绪和阻塞状态的进程的情况 (2) 可以随时建立模拟进程; (3) 可以阻塞正在执行的模拟进程;可以唤醒阻塞的模拟进
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:3661076
    • 提供者:进林
  1. os

    0下载:
  2. 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:899780
    • 提供者:jasonzjx
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 30 »
搜珍网 www.dssz.com