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

搜索资源列表

  1. 调度算法

    1下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. 实验一 进程、线程的控制

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:13810
    • 提供者:aaa
  1. 1 三种调度算法的模拟代码

    1下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure,
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
  1. AttemperArithmetic(1)

    0下载:
  2. 进程或作业先来先服务、高优先权、按时间片轮转调度算法用API与C语言结合实现,绝对有用.-process or operation first-come first-service, high-priority, time Scheduling Algorithm films rotate with the C language API combining absolutely useful.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:62437
    • 提供者:文子
  1. 进程调度算法实现

    0下载:
  2. 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5195
    • 提供者:交易会
  1. 处理机调度

    0下载:
  2. 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:113554
    • 提供者:开心果
  1. 进程调度模拟程序gzw

    0下载:
  2. 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。 希望大家多提意见-here no API calls simulations, I set to process its own grammar,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3513
    • 提供者:宫振伟
  1. 操作系统编程调度算法

    0下载:
  2. 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
  3. 所属分类:文档资料

    • 发布日期:2012-09-14
    • 文件大小:210944
    • 提供者:hyfen2009
  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. JCDD

    0下载:
  2. 在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:749
    • 提供者:greenen
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:621525
    • 提供者:踏雪
  1. shijianpianlunzhuan

    0下载:
  2. 设计程序模拟进程的时间片轮转RR调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别利用不同的时间片大小q,采用时间片轮转RR进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of round-robin RR scheduling process. Suppose there are n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3599343
    • 提供者:gst
  1. shijianpianlunzhuan

    0下载:
  2. 一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3859
    • 提供者:王珏
  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. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:621643
    • 提供者:ocracyhe
  1. OS

    0下载:
  2. 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1092443
    • 提供者:庞清成
  1. 进程调度

    0下载:
  2. 几种常用的进程调度算法,先来先服务,时间片轮转等(some algorithms about process schedule)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:973824
    • 提供者:EVESIDE
  1. 实验一

    0下载:
  2. 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048000
    • 提供者:万寿吾江1
  1. 操作系统

    0下载:
  2. 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:kimwill
  1. main

    1下载:
  2. 内容为进程调度的优先数算法和时间片轮转算法(Priority number algorithm and time slice rotation algorithm)
  3. 所属分类:进程与线程

« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com