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

搜索资源列表

  1. ProcessScheduling

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

    • 发布日期:2017-03-30
    • 文件大小:531736
    • 提供者:杨子江
  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. jcdumxl

    0下载:
  2. 运用进程调度算法,使用java语言编写的 -The use of process scheduling algorithm, written using the java language
  3. 所属分类:Games

    • 发布日期:2017-04-25
    • 文件大小:52931
    • 提供者:李东
  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. ProcessSchedule_ZJH

    0下载:
  2. 对进程调度算法的仿真,包括先到先服务算法(FCFS)和最高优先级优先算法(HPF),友好的人机交互界面。-The Simulation of Process Scheduling
  3. 所属分类:OS Develop

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

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

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

    0下载:
  2. 操作系统进程调度,本程序用于演示进程的调度过程,包括常用的几种进程调度算法-Operating system process scheduling, the procedure used to demonstrate the process of scheduling process, including several kinds of process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:39366
    • 提供者:asdfasf
  1. Progress

    0下载:
  2. 包括所需的很多系统进程调度算法,配有图形界面,简单易懂,注释详细-Required a lot of system processes, including scheduling algorithm, with a graphical interface, easy to understand, detailed comments
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9171998
    • 提供者:jin_hw
  1. osexperiment

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

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

    0下载:
  2. 这是一个用C++做的进程调度实验,供大家参考-This is a C++ to do with the process of scheduling experiments for reference
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:9446
    • 提供者:luodengmin
  1. Processer_Manager

    0下载:
  2. 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2228485
    • 提供者:moondancing
  1. sjplzf

    0下载:
  2. 这是操作系统进程调度的时间片轮转法的源代码。-This is the operating system process scheduling time slice rotation method source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3549
    • 提供者:天蓝夜
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. jincheng

    0下载:
  2. 操作系统进程调度调度实验报告,内附代码,绝对可以运行。-Operating system process scheduling scheduling lab report, containing the code and it can definitely run.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:112373
    • 提供者:luojiawen
  1. Dispatch

    0下载:
  2. 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1906727
    • 提供者:李纯
  1. hrrn

    0下载:
  2. 操作系统 进程调度算法 高响应比优先调度-Operating system process scheduling priority higher than the response
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:Sandy
  1. OS_1_1

    0下载:
  2. 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:15072
    • 提供者:王强
  1. try

    0下载:
  2. 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1721
    • 提供者:朱杰
  1. 进程调度.rar

    0下载:
  2. 进程调度.rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-11-21
    • 文件大小:188772
    • 提供者:coolhandy
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com