CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 系统响应

搜索资源列表

  1. zydd

    0下载:
  2. 单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:cici
  1. zuoyedd

    0下载:
  2. 采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。 [提示]: (1)每个作业的JCB中包括作业名、提交时刻、要求运行时间; (2)假设第一个作业提交时,系统中无正在执行的作业,即第一个作业一提交系统便调度该作业。 要求: 输入:一批作业中各作业的作业名、提交时刻、要求运行时间; 选择不同的作业调度程序运行; 输出:相应作业调度算法下,各作业的等待时间、周转时间、带权周转时间,这批作业的调度顺序、平均周转时间和平均带权周转时间。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.09kb
    • 提供者:zc
  1. 批处理系统的作业调度

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:210.78kb
    • 提供者:成龙
  1. 1

    0下载:
  2. 优先比算法常用于批处理系统中作为作业调度算法,也作为多种操作系统的进程调度算法,更可用于实时系统中,以实现对实时作业的实时响应。-Priority than the algorithms commonly used in a batch system as a job scheduling algorithm, but also as a variety of operating system process scheduling algorithm, but also can be used
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.29kb
    • 提供者:斜阳
  1. sisuowenti

    0下载:
  2. 这个是操作系统的一个实验,实现死锁问题,并能判断如果给出进程资源数目能响应的给出系统是否安全-This is an experimental operating system to achieve deadlock and give the process to determine if the number of resources to respond to the safety of the given
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:104.79kb
    • 提供者:lyd
  1. floppy

    0下载:
  2. 了解载windows系统中如何直接使用磁盘的读写功能,所编应用程序能够响应用户指定的读、写磁盘扇区的请求也能提供查看磁盘相关参数的功能。技术的关键是使用了windows提供的API(应用程序接口)来实现所要求的功能。通过本试验,用户可以利用API进行底层的磁盘操作。同时还附Liuux下的设备驱动程序。-#include <windows.h> #include <winioctl.h>//包含了DISK_GEOMETRY等的定义 #include <iost
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:64.06kb
    • 提供者:jjl
  1. feng

    0下载:
  2. 作业调度系统的实现,先来先服务算法,多作业优先算法,高响应比优先算法-Job Scheduling System, first-come first-serve algorithm, multi-operation priority algorithm, high priority response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:605.12kb
    • 提供者:飓风
  1. os-1

    0下载:
  2. 操作系统实验1,进程调度实验本实验模拟单处理器系统的进程调度,加深对进程的概念及进程调度算法的理解。用某种语言编写和调试一个进程调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中进程调度的原理和过程。进程调度要求使用高响应比优先的动态优先级调度算法。-Operating system in Experiment 1, the process of scheduling experiments in this experiment simulated the process single-
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:776byte
    • 提供者:华博
  1. aa

    0下载:
  2. 批处理作业,采用响应比高者优先调度算法,进行调度时必须计算出系统中的所有满足必要条件作业的响应比-A batch job, those who used to respond to than high priority scheduling algorithm for scheduling the system must calculate all the necessary conditions for operation to meet the response ratio
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.25kb
    • 提供者:micheal
  1. tryexp3

    0下载:
  2. 作业调度算法的模拟实现 作业调度主要是完成作业从后备状态到执行状态的转变,以及从执行状态到完成状态的转变。 (1)创建JCB(作业控制块):系统在作业进入后备状态时为每个作业创建一个作业控制块(JCB),从而使该作业可被调度程序感知。当该作业执行完毕进入完成状态时候,系统自动撤销其JCB并释放有关资源,进而撤销该作业。 (2)按照作业调度算法,从后备队列中挑选一作业投入运行。作业调度程序为运行作业建立相应的进程,并分配资源。 (3)主要的作业调度算法包括:先来先服务(FCFS)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:5.1kb
    • 提供者:wg
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:66.17kb
    • 提供者:程光
  1. Single-channel_batch_system

    0下载:
  2. 单道批处理系统:里面包括先来先服务算法,最短作业优先算法,响应比高者优先算法,时间片轮转算法。适合学习参考-Single-channel batch system: first come first serve which includes algorithms, shortest job first algorithm, the response is high and preferred method, time slice rotation algorithm. Reference for
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2.38kb
    • 提供者:Juno
  1. djysiV0.4.6

    0下载:
  2. 这是我发现的一个新的操作系统,以响应事件来取代任务队列,不是很完美,但在完善。欢迎任何人对它进行测试完善。都江堰系统-This is what I found a new operating system in response to the event to replace the task queue, is not perfect, but perfect. Anyone is welcome to test it perfect. Dujiangyan Irrigation System
  3. 所属分类:OS Develop

    • 发布日期:2017-05-18
    • 文件大小:4.73mb
    • 提供者:孟令国
  1. os

    0下载:
  2. 进程管理系统,进程调度,最高优先权,高响应比优先权,用编写,有完整的源代码,可执行,方便使用,易于理解-Process management systems, process scheduling, the highest priority, high priority response than with writing, with complete source code, executable, easy to use, easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:286.65kb
    • 提供者:wangxiaomin
  1. zuoyediaodu

    0下载:
  2. 本系统包括三种作业调度:先来先服务、高响应比优先调度、最短作业优先调度-The system consists of three job scheduling: a first-come first-served, high-priority response ratio scheduling, shortest job first scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:348.71kb
    • 提供者:张小慧
  1. diaoduyuanma

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用响应比高者优先的作业调度算法。实验具体包括:首先确定作业控制块的内容和组织方式;然后完成作业调度;最后编写主函数,对所做工作进行测试。-Programming to complete the batch job scheduling system, require the use of response than the high priority job scheduling algorithms are. Experiments include:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.29kb
    • 提供者:lunji
  1. jinchengtongbukezhixing

    0下载:
  2. 进程调度模拟系统--强占式高优先级优先、时间片轮转、最高响应比优先调度算法-Process scheduling simulation system- high-priority preemptive priority, round-robin, priority scheduling algorithm than the maximum response
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:257.33kb
    • 提供者:xinmengyu
  1. scheduler

    0下载:
  2. VC++ 实现作业调度系统 作业调度方式有先来先服务调度方式(FCFS)、短作业优先调度算法(SJF)、响应比高者优先调度算法(HRRF)、优先权高者优先调度算法(HPF)、时间片轮转调度算法(TRR)。要求根据不同的调度方式实现不同的算法,用户使用不同的调度算法可得到不同的作业调度顺序。 -VC++ implement job scheduling job scheduling system has a first-come, first-served scheduling (FCFS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:14.62kb
    • 提供者:xinwuya
搜珍网 www.dssz.com