CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - scheduling algorithm

搜索资源列表

  1. Jobassige

    0下载:
  2. 计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:46484
    • 提供者:jonwa
  1. round_robin_src

    0下载:
  2. 这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2269
    • 提供者:刘阅希
  1. FirstComeFir

    0下载:
  2. First Come First Served operating system scheduling algorithm operating system -First Come First Served operating system scheduling algorithm operating system
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:mengjie
  1. suanfa

    0下载:
  2. 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:38963
    • 提供者:李国村
  1. Min_Min

    0下载:
  2. 网格环境下的Min_Min任务调度算法的研究, 利用SIMGRID模拟,在LINUX环境下运行,MIN_MIN任务调度算法的研究-Grid Task Scheduling Algorithm Min_Min of the study, the use of SIMGRID simulation run in the LINUX environment, MIN_MIN Task Scheduling Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1381090
    • 提供者:lihongfeng
  1. JOB

    0下载:
  2. job scheduling algorithm is a good algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:726
    • 提供者:Ricky
  1. FINALSJF

    0下载:
  2. Shortest Job First scheduling algorithm in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:821
    • 提供者:Easwar
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. Process-scheduling-algorithm-

    0下载:
  2. 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:7106
    • 提供者:王泽宇
  1. Scheduling

    0下载:
  2. 1. 设计一个优先级调度算法实现处理机调度的程序; 2. 设计按时间片轮转实现处理机调度的程序。 -1. To design a priority scheduling algorithm processor scheduling procedures 2. Designed to achieve rotation by time slice processor scheduling program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3838780
    • 提供者:
  1. scheduling-algorithm

    0下载:
  2. 用C语言模拟处理机调度,用先来先服务算法。-Simulation in C language processor scheduling algorithm with a first-come, first serve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1278
    • 提供者:剑煮江湖
  1. process-scheduling-

    0下载:
  2. 进程调度各种算法实现,时间片、最短作业、最大优先算法-A variety of process scheduling algorithm, time slice, the shortest job first algorithm the largest
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:239616
    • 提供者:卫卫
  1. Process-scheduling-algorithm

    0下载:
  2. 进程调度算法Process scheduling algorithm Process scheduling algorithm -Process scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:468774
    • 提供者:王帅
  1. Disk-scheduling-algorithm

    0下载:
  2. 最全最实用的磁盘调度算法,C语言编写。简单但功能齐全。运行无误。-Disk scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1490
    • 提供者:持之以恒
  1. Processor-scheduling-algorithm

    0下载:
  2. 1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程序,显示或打印逐次被选中进程的进程名以及进程控制块的动态变化
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:1341
    • 提供者:
  1. High-level-synthesis-scheduling

    0下载:
  2. 完成了一个高层次综合调度算法的实现过程,界面直观明了,是浙江大学研究生课程现代电路设计中的一个课程设计-Completed the comprehensive scheduling algorithm implemented in a high-level process, the interface is intuitive and clear, modern circuit design of Zhejiang University postgraduate courses in a cur
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:17550915
    • 提供者:李昀泽
  1. Disk-scheduling-algorithm

    0下载:
  2. 磁盘调度算法,用于操作系统课程设计。里面含有4中磁盘调度。-Disk scheduling algorithm for operating system design. Which contains 4 disk scheduling.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:59802
    • 提供者:yaokaiyuan
  1. Round-robin-scheduling-algorithm-RR

    1下载:
  2. 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1523
    • 提供者:吕梦楠
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com