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

搜索资源列表

  1. code

    0下载:
  2. 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:144906
    • 提供者:李梦甜
  1. osshijianpian

    0下载:
  2. 操作系统类时间片轮转调度算法,文本输入输出,每个进程都有一个PCB,进程数、进入内存时间、时间片长度、计算时间、I/O时间可以设定。-The operating system class time slice time-sliced algorithm, the text input/output, each process has a number of processes, PCB, into memory time, time piece length, calculation time,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:76514
    • 提供者:吴冰
  1. Process

    0下载:
  2. 进程调度:详细了说明了进程调度的几种方法:如时间片轮转,优先级调用-Process scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:247902
    • 提供者:chenli
  1. process-schedule

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-Write a program to complete the process in a single processor system scheduling, requires a time slice rotation scheduling algorithm. Experiments incl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1582
    • 提供者:dawn
  1. duanzuoye

    0下载:
  2. 多作业调度,这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。-More job scheduling, which make the operating system on a university experiment, I believe many people are available to the! This experiment simulated a single processor system, pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1444
    • 提供者:
  1. os

    0下载:
  2. 操作系统课设:进程 几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:546934
    • 提供者:李鹏飞
  1. Process-scheduling

    0下载:
  2. 操作系统进程调度实验 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 内有可执行代码,包括时间片轮转和动态优先权两种算法。-Operating system process scheduling test lab environment: Microsoft Visual C++ 6.0 Programming Language: C++ within the executable code, including rotation and dynam
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:137463
    • 提供者:vincent
  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:8032
    • 提供者:huangbingtao
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. juyuyouxianjidedanchulijichengdiaodu

    0下载:
  2. 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2118
    • 提供者:陈一飞
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1342
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2393
    • 提供者:田坤
  1. 78

    0下载:
  2. Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:739
    • 提供者:Xinglou
  1. Process-_scheduling

    0下载:
  2. 模拟操作系统单处理机系统的进程调度过程,包括时间片轮转算法和动态优先数算法-Analog single-processor system, the operating system process scheduling process, including round-robin algorithm and dynamic priority number algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1990
    • 提供者:bihuikun
  1. procedure

    0下载:
  2. 这是在学进程调度时写的作业,分别实现了时间片轮转和优先级两种进程调度,本人测试通过,仅供参考。(环境为gcc,只上传了源代码,请需要的人自行编译)-This is the process of scheduling time to write in school operations, respectively, to achieve a round-robin scheduling and priority of the two processes, I test for reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1638
    • 提供者:Xsank
  1. yanshou

    0下载:
  2. 单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。 2、确定进程控制块的内容,进程控制块的组织方式。 3、完成进程创建原语和进程调度原语。 4、编写主函数对所做工作进行测试。 -The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1957190
    • 提供者:baijiao
  1. jinchengdiaodu

    0下载:
  2. 进程调度,时间片轮转法。根据“基于动态优先权的时间片轮转”调度算法模拟对进程进行调度 -Process scheduling, round-robin method. According to " based on dynamic priority round-robin" scheduling algorithm simulates the process scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1818
    • 提供者:baijiao
  1. PCB

    0下载:
  2. 操作系统进程调度算法 先来先服务 短作业优先 时间片轮转 优先级。有大量注释,帮助理解。目前没有错误-Operating system process scheduling algorithm first come first serve short jobs priority round-robin priority. There are a lot of notes to help understand. There is no error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:974011
    • 提供者:lee
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. rr

    0下载:
  2. 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2623
    • 提供者:缪缪
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com