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

搜索资源列表

  1. CalcWithGUI

    0下载:
  2. 一个用MFC写的计算器。目前支持大部分数学函数,可扩展性强。本程序使用调度场算法。-A calculator with MFC. Currently supports most of the mathematical functions scalability. This program uses the scheduling algorithm field.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:238380
    • 提供者:
  1. os_test1

    1下载:
  2. 操作系统实验,进程调度 1.设计进程控制块 PCB 的结构,通常应包括如下信息: 进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。 2.编写两种调度算法程序: 优先数调度算法程序 循环轮转调度算法程序 3.按要求输出结果。-Operating system experiment, the process scheduling 1. The structure of the design pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:杨萌
  1. source-code

    0下载:
  2. 一个VB源码,利用高速缓存调度算法实现通讯信息的缓冲,VB6.0源代码可直接在VB6下编译即可。程序模拟了服务器器端和客户端,在服务器端输入消息,服务器端显示接收消息,代码中可看到高速缓存高度算法的作用-A VB source code, the use of buffer cache scheduling algorithm communication of information, VB6.0 source code can be compiled directly in the VB6 t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:54968
    • 提供者:cpudn94
  1. multi_schedule

    0下载:
  2. 用C++实现的多机调度算法。问题描述:要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-C++ achieve multi-machine scheduling algorithm used. Problem Descr iption: required to give a scheduling program, so as to the n operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:威仔F
  1. Page-Scheduling-varellow

    0下载:
  2. 操作系统页面调度算法仿真,包括FIFO,LRU,OPT,LFU,MFU等-Operating system paging algorithm simulation, including FIFO, LRU, OPT, LFU, MFU, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2629
    • 提供者:Yuanfu Luo
  1. process

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  先进先出调度算法;  基于优先级的调度算法;  最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  当前执行进程;  就绪队列;  等待队列 -Process scheduling simulation program: Suppose there are 10
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:2590
    • 提供者:鸣海夜一
  1. Simulation_ProcessScheduling-master

    0下载:
  2. 采用“最高优先级优先”调度算法对五个进程进行调度和采用“轮转法”调度算法对五个进程进行调度。-A " highest priority priority" scheduling algorithm for five scheduling process and the use of " round-robin" scheduling algorithm for five scheduling process.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3611
    • 提供者:krystal
  1. JinChenDiaoDu

    0下载:
  2. 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:9642
    • 提供者:uneThe
  1. Job_Schedule

    0下载:
  2. 先来先服务,最短作业优先,最高响应比调度算法。-First come first served, shortest job first, the highest response ratio scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:18721
    • 提供者:王娜
  1. js11234_1

    0下载:
  2. 1. 建立一个结点,即 PCB 块包括用户标识域、状态域(执行、等待、就绪)、 link 域。  2. 建立三个队列(执行队列、就绪队列、等待队列)。  3. 根据进程状态转换实现对三个队列的具体操作。具体的驱动可以采用时间片算法或手动调度的形式完成三个状态之间的转换 4. 用 switch 选择语句选择状态。  5. 按照自己的设定能完成所有的状态转换的运行(包括创建和运行结束)。 -1 create a node, i.e. PCB block includes a us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:50705
    • 提供者:广告
  1. priority

    0下载:
  2. 模拟动态优先级调度算法,程序内有详细的中文注释,方便理解。-Simulate dynamic priority scheduling algorithm, the procedures detailed notes in Chinese, easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1285
    • 提供者:周莹
  1. hrn

    0下载:
  2. 高响应比优先调度算法的模拟c++实现,自己编写,如有错误还请指教-Implementation, than analog c++ priority scheduling algorithm of high response to write your own, if there is an error, please enlighten
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:nihao
  1. code

    0下载:
  2. 一个关于磁盘调度算法代码,循环扫描算法 。能够实现磁盘的调度显示-On a disk scheduling algorithm code, circular scanning algorithm. To realize disk scheduling displays
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4356
    • 提供者:洛洛
  1. JSP

    0下载:
  2. 有关经典车间调度的算法,车间作业调度问题(JSP)的遗传算法通用MATLAB源代码,-The classical job shop scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:25848
    • 提供者:ikkyu
  1. Elevator

    0下载:
  2. 使用verilog语言编写的实现六层楼的电梯调度算法实现。模拟仿真成功-Using verilog language to achieve six-story elevator scheduling algorithm implementation. Successful Simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:455083
    • 提供者:徐文锋
  1. task

    0下载:
  2. 操作系统课程设计,完整的MFC 工程源码 课程设计题目:进程/作业调度 实现要求: 1. 建立作业的数据结构描述 2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入 3. 在屏幕上显示每个作业/进程的执行情况。 4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法) 5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。 6. 将一批作业
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22191104
    • 提供者:singerlio
  1. bankerAlgorithmandCPUAlgorithm

    0下载:
  2. 银行家算法和转轮调度以及优先级调度算法,c语言实现-Scheduling algorithms and runner bankers and priority scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:965287
    • 提供者:calvados
  1. Truetime-Schedule

    0下载:
  2. 利用Truetime工具箱进行网络控制系统建模,对比了RM、EDF、MEF-TOD网络调度算法。-Use Truetime toolbox for network control system modeling, compared to the RM, EDF, MEF-TOD network scheduling algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:17558
    • 提供者:陈飞
  1. 123455

    1下载:
  2. LTE系统中频率调度算法,利用该程序可以实现小区间干扰协调,非常适合初学者。-Frequency scheduling algorithm in LTE system, using the program can realize the inter cell interference coordination, very suitable for beginners.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-09
    • 文件大小:1879933
    • 提供者:小星星
  1. fcfs

    0下载:
  2. first come first serve scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:671
    • 提供者:ppdat
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com