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

搜索资源列表

  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. cpudd

    0下载:
  2. java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4745
    • 提供者:wayne
  1. An-Adaptive-Ant-Colony-Algorithm-Applied-to-Bidire

    0下载:
  2. 自适应蚁群算法在车间调度中的应用研究,包含了绝大部分详细研究说明文档。-Adaptive ant colony algorithm in the shop scheduling of applied research, contains a detailed study of the vast majority of documentation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-30
    • 文件大小:12291184
    • 提供者:baihualin
  1. makefile

    0下载:
  2. 电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1319
    • 提供者:龙我雷
  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. che

    0下载:
  2. 车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1787
    • 提供者:lucas
  1. CPU_Schedu641153212002

    0下载:
  2. This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. Clock Driven scheduling algorithm presentation for Real Time systems.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:69158
    • 提供者:Ali
  1. SCAN

    0下载:
  2. java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-24
    • 文件大小:863
    • 提供者:吕学娜
  1. l5

    0下载:
  2. Algorithm - CPU Scheduling- Algorithm- CPU Scheduling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:367146
    • 提供者:vitor
  1. GS

    0下载:
  2. 实现网格中含有依赖任务调度的GS算法,其中根据任务在各个机器上的执行时间和任务之间的依赖关系来计算出任务的调度顺序-The realization of the grid containing the GS-dependent task scheduling algorithm, in which the task in accordance with the implementation of the various machines on time and task-dependent re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:4204
    • 提供者:吴明
  1. scheduling

    0下载:
  2. 用于车间调动的自适应遗传算法,高效,带有Benchmark测试案例-Workshop for the mobilization of the adaptive genetic algorithm, high efficiency, with a Benchmark Test Case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:187985
    • 提供者:王天
  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. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:92713
    • 提供者:msh2003
  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. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43831
    • 提供者:qianglc
  1. moni

    0下载:
  2. 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:8045
    • 提供者:heizi
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com