CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 轮转法

搜索资源列表

  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. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:浪人
  1. Process_Schedule

    0下载:
  2. 应用和优先数法和轮转法实现对进程的控制,附注释和报告-application and priority numbers and Web Method in the process control, and annotated report
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:41749
    • 提供者:xiaoyu
  1. 0210341005 张东彪

    0下载:
  2. 轮转法调度算法源程序,希望大家指正. 这是课程设计的一个题目,-rotate France scheduling algorithm source, we hope that correct. This is a curriculum designed topics, huh
  3. 所属分类:系统编程

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

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:321445
    • 提供者:周攀
  1. cpu_time

    0下载:
  2. 按时间片轮转法进行CPU调度模拟算法(源码)-Rotary tablet press time CPU scheduling simulation method algorithm (source)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:20794
    • 提供者:zhouren
  1. bank

    0下载:
  2. 1、给出系统可用资源向量(例如:系统可用资源=(5,3,8,2,10))。 2、采用时间片轮转法调度进程。 3、进程执行时提出资源请求(可利用随机数给出或从键盘输入)。 4、判断资源是否可以安全分配,要求进程每提出一个资源请求,都要进行安全判断并给出安全序列,否则给出提示。 -1, given the resources available vector systems (for example: the system available resources = (5,3,8,2
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1838
    • 提供者:xbt
  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. ddl

    0下载:
  2. 这是操作系统进程管理的多队列轮转法的实现代码。-This is the operating system process management, multi-queue rotary method implementation code.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学-Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:636857
    • 提供者:zhangchuang
  1. RR

    0下载:
  2. 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1721
    • 提供者:Silence
  1. dddddd

    0下载:
  2. 处理机调度,基于优先级时间片轮转法德C语言代码-Priority based scheduling algorithm of the C language source processor scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:吕佩佩
  1. process

    0下载:
  2. 该程序是通过mfc图形化界面演示了进程调度的过程,可以选择FCFS,最高优先级和时间片轮转法来展示进程调度。-The program is through the mfc graphical interface demo process scheduling process, you can choose the FCFS process scheduling highest priority and round-robin method to show.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:2398313
    • 提供者:罗赟
  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. Simulation_ProcessScheduling-master

    0下载:
  2. 采用“最高优先级优先”调度算法对五个进程进行调度和采用“轮转法”调度算法对五个进程进行调度。-A " highest priority priority" scheduling algorithm for five scheduling process and the use of " round-robin" scheduling algorithm for five scheduling process.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3611
    • 提供者:krystal
  1. processscheduling

    0下载:
  2. 有n个进程处于就绪状态,有m个进程处于阻塞状态。采用轮转法进程调度算法进行调度(调度过程中,假设处于执行状态的进程不会阻塞),且每过t个时间片系统释放资源,唤醒处于阻塞队列队首的进程-There are n processes in the ready state, there are m process is blocked. Process scheduling algorithm using round robin scheduling (scheduling process, it is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:258405
    • 提供者:张三
搜珍网 www.dssz.com