CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 处理机调度

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 进程调度程序来模拟处理机的进程执行过程,使初学者明白其中的道理。方便其深入了解,也方便学习相关知识-Process scheduler to simulate process execution processor, so that beginners understand the truth. Facilitate their understanding, but also easy to learn relevant knowledge
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3503
    • 提供者:李锋
  1. PCB

    0下载:
  2. 进程调度模拟算法 ,进程调度是处理机管理的核心内容。本实验要求用高级语言编写模拟进程调度程序,以 便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法 的具体实施办法。 -Process scheduling simulation algorithm, process scheduling processor is the core content management. The experiment called for the preparation proces
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:杨阳
  1. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:8314
    • 提供者:goang0l840
  1. 2b1df48e96cb

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。-Highest priority priority scheduling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7642
    • 提供者:mashaoli
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2622
    • 提供者:wr68beilian4
  1. clj

    0下载:
  2. 还不错的处理机的调度,比较好理解,适合初学者,可以逐渐了解到程序的应用-it is east to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:243275
    • 提供者:jj
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:ttrdr1422zhole
  1. RR

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

    • 发布日期:2017-04-13
    • 文件大小:2313
    • 提供者:uui7i07jiut
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:cbyongji
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1408
    • 提供者:gyopoouchizh
  1. RR

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

    • 发布日期:2017-04-13
    • 文件大小:1853
    • 提供者:eenrnngbal
  1. nkheduldng-scheduling

    0下载:
  2. 进程调度是处理机管理的核心内容,本实验要求用C语言编写和调试一个简单的进程调度程序-Process scheduling is the core content of the processor management, this experiment requirement written in C language and debugging process scheduling is a simple procedure
  3. 所属分类:Applications

    • 发布日期:2017-12-13
    • 文件大小:1650
    • 提供者:yazhtion
  1. consumecelt

    0下载:
  2. 进程调度是处理机管理的核心内容,本实验要求用C语言编写和调试一个简单的进程调度程序(Process scheduling is the core content of the processor management, this experiment requirement written in C language and debugging process scheduling is a simple procedure)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:Panricig
  1. 64231585

    0下载:
  2. 进程调度是处理机管理的核心内容,本实验要求用C语言编写和调试一个简单的进程调度程序()
  3. 所属分类:界面编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:yattpgig
  1. hqndwidth

    0下载:
  2. 进程调度是处理机管理的核心内容,本实验要求用C语言编写和调试一个简单的进程调度程序()
  3. 所属分类:系统编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:krdova
« 1 2 ... 8 9 10 11 12 13»
搜珍网 www.dssz.com