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

搜索资源列表

  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. Java_doc

    0下载:
  2. 进程调度的设计与实现,各个调度算法的比较与分析,提出自己的看法并通过计算机模拟实现-The process of scheduling the design and realization of various scheduling algorithms of comparison and analysis, put forward their own views and, through computer simulation to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:84087
    • 提供者:张亮
  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4307
    • 提供者:hsh
  1. diaodusuanfa

    0下载:
  2. 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:20264
    • 提供者:邱鹏
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:lijun
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:351730
    • 提供者:ans
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:488560
    • 提供者:张云波
  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. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2204
    • 提供者:曹波
  1. caozuoxitong

    0下载:
  2. 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:734
    • 提供者:孙艳艳
  1. jin

    0下载:
  2. 进程调度实验 * 本程序提供了以下几种进程调度方法 * 1、时间片轮询法 * 2、可强占优先法 * 3、非抢占算法 *-Process scheduling experiment * This program provides the following types of process scheduling * 1, polling time slice method * 2, can be preemptive priority method *
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2724
    • 提供者:mary
  1. sjp

    0下载:
  2. 操作系统进程调度时间片算法 可输入时间片大小 每个进程名字 到达时间和服务时间 计算出各个进程的调度时间 完成时间和带权周转时间-Operating system process scheduling time slice algorithm can enter the name of each process time slice size of the arrival time and service time to calculate the activation time to c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1075
    • 提供者:sht
  1. Priority_Scheduling

    1下载:
  2. 合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以后可以读出并重放 -Hefei University of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:992607
    • 提供者:
  1. process

    0下载:
  2. 模拟进程调度的算法(时间片轮转及先来先服务) 包含图形演示-Process Scheduling algorithms (time slice cycle and first come first served)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3263683
    • 提供者:秦璞
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. osexperiment

    0下载:
  2. 操作系统进程调度模拟算法,用c语言做的,简单,但包含多种算法-a program developed with c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:99000
    • 提供者:razor
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. FirstDemo

    0下载:
  2. 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:6286
    • 提供者:dd11saas
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度在多道程序设计的计算机系统中,各个进程可能会不断提出不同的对磁盘进行读/写操作的请求。(Disk scheduling algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:得得得
  1. 1

    0下载:
  2. 进程调度实现,包括首次适应算法和最佳适应算法(Implementation of process scheduling,Including the first adaptive algorithm and the best adaptive algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:吕晓
  1. 时间片轮转

    0下载:
  2. 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:念蕴
« 1 2 3 4 5 67 8 9 10 11 ... 48 »
搜珍网 www.dssz.com