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

搜索资源列表

  1. C_时间片轮转and页面管理.rar

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:
    • 文件大小:1922
    • 提供者:
  1. 王小

    0下载:
  2. 一个操作系统的摸迷程序,实现进程的调度,有先进先出算法,时间片,优先权等-an operating system confused crowds procedures, the process of realization of scheduling, FIFO algorithm, time unit, priority, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5193
    • 提供者:刘翔
  1. 200482712133053

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1415
    • 提供者:佟童
  1. lxb

    0下载:
  2. 进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11141
    • 提供者:龙晓波
  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. BCCOR00

    0下载:
  2. 多任务操作系统控制的DOS环境下的实现的C语言源程序。 利用时间片的方式,多个程序在DOS下并行运行。-multi-task control of the DOS operating system environment on the realization of the C language source code. The use of time unit, a number of procedures under the DOS operating in parallel.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:167954
    • 提供者:赵磊
  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:李李
  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. 200510112013791

    0下载:
  2. java时间片轮转法 运行RunGame.class文件,和CPU玩21点游戏,-time Web-law running RunGame.class documents, and the CPU play 21:00 games, huh
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:198817
    • 提供者:李就
  1. JCHENG2

    0下载:
  2. 设计一个程序模拟进程管理的过程,采用时间片轮转法,进程占用CPU的时间片有每个进程的优先数来确定。(约定:每个优先数对应10分钟)-design a simulation process management process using time-Web, the process of CPU time for each and every piece of the process to determine the priority number. (Agreement : each corre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:姚紫欣
  1. cpp

    0下载:
  2. 由于UNIX系统是分时多用户系统, CPU按时间片分配给各个用户使用, 而在实质上 应该 说CPU按时间片分配给各个进程使用, 每个进程都有自己的运行环境以使得在CPU 做进程 切换时不会\"忘记\"该进程已计算了一半的\"半成品\".-UNIX system is due to the multiple user system, CPU time allocated to each unit users, but in essence, it should be said
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1837
    • 提供者:王雷
  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. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU freq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:杨场鸿
  1. 7班25号娄娟

    0下载:
  2. 先来先服务调度算法、最高响应比调度算法、时间片轮转调度算法的实现-first-come first-service scheduling algorithm, the maximum response than scheduling algorithm, time-Cycle Scheduling Algorithm Implementation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:507673
    • 提供者:娄娟
  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. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. Mathshandbook

    0下载:
  2. 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:127157
    • 提供者:鸡冠花
  1. kaoyanwords

    0下载:
  2. 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2073782
    • 提供者:鸡冠花
  1. os

    0下载:
  2. 操作系统实验之模拟操作系统实现时间片转轮算法,包含自建头文件等-Experimental realization of the operating system to simulate the operating system time slice wheel algorithm, including self-built header files, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9825
    • 提供者:boy
  1. RoundRobinDemo

    0下载:
  2. 多线程 时间片 轮询分配,,,,,,,,,,,(Multi thread time slice polling allocation)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:35840
    • 提供者:yjiml
« 1 2 34 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com