CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - 时间调度

搜索资源列表

  1. pjk1

    0下载:
  2. 监考系统(监考老师的调度分配:该系统可以根据已有的考试时间和监考老师名单调度监考老师)
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:300.73kb
    • 提供者:wang peng
  1. 进程调度算法实现

    0下载:
  2. 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5.07kb
    • 提供者:交易会
  1. 88

    0下载:
  2. 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:ji4gsn
  1. c4

    0下载:
  2. 用时间片轮法实现进程的调度,该程序比较短和简单-Time piece wheel realize the process of scheduling, the program relatively short and simple
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:nc40luancu
  1. Cpp1101

    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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:rd41yekao
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:ld09jiangz
  1. fenshidiaoduxitong

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

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

    0下载:
  2. 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:xv0769qies
  1. Multilevel-feedback-queue-scheduling

    0下载:
  2. 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:aw13052nam
  1. PCB100

    0下载:
  2. 简单的进程调度算法演示FCFS 时间轮换C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9.98kb
    • 提供者:ffyvy837lai
  1. prioritycontrol

    0下载:
  2. 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:yym4m10guaiao28
  1. ProcessorSchedul

    0下载:
  2. VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:vvugu596pop
  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
    • 文件大小:2.26kb
    • 提供者:uui7i07jiut
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.12kb
    • 提供者:xxxgx125haohuan
  1. Thread1

    0下载:
  2. 操作系统 线程调度 优先级优先算法CPU 占用时间优先算法等-Operating system thread priority scheduling algorithm priority CPU time occupied priority algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:oob2b16weny
  1. 88

    0下载:
  2. 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:m8jiaoh
  1. dddddd

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

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:l1yilan
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:kr2mutong
  1. fenshidiaoduxitong

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

    • 发布日期:2017-04-14
    • 文件大小:2.66kb
    • 提供者:cbyongji
  1. prioritycontrol

    0下载:
  2. 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.33kb
    • 提供者:rbuguu542919
« 12 »
搜珍网 www.dssz.com