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

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. UCOS_III

    1下载:
  2. ucos3源代码 带时间片轮转 很给力-ucos3源代码 带时间片轮转 很给力
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:115379
    • 提供者:bingle
  1. linux

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

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

    0下载:
  2. 实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:577356
    • 提供者:wumai
  1. proctrl

    0下载:
  2. 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:sadas
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. 图形化界面模拟操作系统OS的作业调度算法

    2下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-22
    • 文件大小:22055
    • 提供者:老班
  1. FIRST2

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1084
    • 提供者:sylvia
  1. OS5

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

    • 发布日期:2017-11-13
    • 文件大小:4134
    • 提供者:若瓷
  1. timeslicingsystem

    0下载:
  2. 时间片系统time slicing system ,基于PICDEM 2 PLUS开发板pic16f877a芯片上的代码。-Time slice system time slicing system, based on the PICDEM 2 PLUS development board PIC16F877A chip code.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:20306
    • 提供者:wugp
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. os

    0下载:
  2. c语言编的操作系统,实现多线程的转换,有优先级,有时间片转换-c language made the operating system, the realization of multi-threaded conversion, there are the priority, time-piece conversion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1862
    • 提供者:lvkang
  1. Cpp1

    0下载:
  2. 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1781
    • 提供者:x
  1. done

    0下载:
  2. 本系统的同步机构采用信号量上的P、V操作的机制;控制机构包括: (1)阻塞和唤醒操作; (2)时间片中断处理程序模拟时间片中断; (3)进程调度程序负责为各进程分配处理机。 系统中涉及了3个并发进程。它们之间的关系是: (1) 3个进程需要互斥使用临界资源S2。 (2)进程1和进程2又需互斥使用临界资源S1. 本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。-Synchronization of the sy
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2542
    • 提供者:leekingdom
  1. shijianpian

    0下载:
  2. 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-Simple movement of the basic idea is: all lined up ready for the process according to a FCFS queue, the processor is always assi
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1248
    • 提供者:Andy
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. jincheng

    0下载:
  2. char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/-char name [10]/* process identifier*/int prio/* process priority number*/int round/* process tim
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2294
    • 提供者:WZZ
  1. tc

    0下载:
  2. 基于DOS的多任务操作系统,时间片轮转,优先级,用TC编译-DOS-based multi-tasking operating system, time slice rotation, priority, compiled by TC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3074
    • 提供者:陈希
  1. time-slice_test

    0下载:
  2. 操作系统实验1 时间片轮转-Operating system time slices rotation in Experiment 1
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:41893
    • 提供者:li
  1. time2.cpp(2)

    0下载:
  2. 时间片的模拟试验,进程先来先服务原则,逐个执行时间片-Time slice of the simulation tests, the process of the principle of first come, first served, by the implementation of time slice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1269
    • 提供者:ruchy
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 42 »
搜珍网 www.dssz.com