搜索资源列表

  1. 进程调度模拟(C++版)

    0下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:113554
    • 提供者:开心果
  1. 处理机调度1.RAR

    1下载:
  2. 操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1700
    • 提供者:何瑜
  1. OS5

    0下载:
  2. 程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:若瓷
  1. 多级反馈轮转法

    0下载:
  2. 采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度.-multilevel feeding and rotary schedule method has been used to understand its advantages and drawbacks. First, several processes have been created
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:林子建
  1. diaodusuanfa

    0下载:
  2. 操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:马晓志
  1. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:Li
  1. shijianpian

    0下载:
  2. 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]-Round Robin time slice struct
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:pzq
  1. shiyan1

    0下载:
  2. 操作系统实验,处理机调度 设计按时间片轮转算法实现处理机调度的程序。-Operating system experiments, processor design time scheduling algorithm rotary film processor scheduling procedures.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:57344
    • 提供者:yang
  1. chuliqidiaodushiyanbaogao

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度。要求设计一个按优先数调度算法和一个按时间片轮转法实现处理器调度的程序,选择其中一个调度算法,实现处理器调度。-The introduction of multi-channel programming system, often there are a nu
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:99328
    • 提供者:qq
  1. jingchengdiaodu

    0下载:
  2. 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:孙雄
  1. jinchengdiaodu

    0下载:
  2. 此程序可以实现操作系统中的先来先服务调度,高优先权优先调度和时间片轮转调度三种进程调度算法。-This process can realize the operating system in the First Come First Served scheduling, high-priority priority scheduling and time slice scheduling three rotary process sch
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:197632
    • 提供者:飘零
  1. Cthread

    0下载:
  2. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:jzhao
  1. source

    0下载:
  2. 本次实验主要是在windows平台上,在了解进程调度机制的基础知识前提下,掌握短作业优先算法,时间片轮转算法和优先数算法的执行情况,动态化出其进程执行的Gant图,并计算以上算法的每个进程的响应时间和周转时间,进而理解响应时间和周转时间的意义-The experiment mainly in the windows platform, in understanding the process of scheduling mechanis
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:雪影
  1. xhs

    0下载:
  2. 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(c++版)-Internship programs of the operating system process scheduling simulation realize the use of Round Robin time slice (c++ Version)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:林雨寒
  1. osdesign

    0下载:
  2. 描述强占式进程调度,时间片轮转,高优先家优先的进程调度算法。-Descr iption seizure process scheduling, time slice rotation, high-priority process of family priority scheduling algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:545792
    • 提供者:钟垚
  1. jincheng

    0下载:
  2. 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。-Basically realize the main processor to process the implementation of the scheduling algorithm: including first-come, first serve, shor
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:49152
    • 提供者:wf
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Qu
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:133120
    • 提供者:caidongyun
  1. diaodu

    0下载:
  2. 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1896448
    • 提供者:wuweiwei
  1. sjp

    0下载:
  2. 在多道程序或多任务系统中,系统同时处于就绪态的进程有若干个。为了使系统中的各进程能有条不紊地进行,必须选择某种调度策略,以选择一进程占用处理机。时间片轮转算法-Procedures in the multi-channel or multi-task system, the system in a ready state at the same time there are a number of processes. In order
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:候莹莹
« 1 2 3 4 56 7 8 9 10 ... 19 »

源码中国 www.ymcn.org