CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 先来先服务算法

搜索资源列表

  1. cg

    0下载:
  2. 这是一个进程调度的算法,式用C++编写的,有短作业优先和先来先服务俩各种-This is a process of scheduling algorithm, C-prepared in a short operation priorities and a first-come first-the two different services
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2362
    • 提供者:xinxin
  1. cidaofangwen

    0下载:
  2. 磁道访问算法模拟 /* 磁盘调度算法 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出:
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1714
    • 提供者:pcq
  1. 页面存储管理

    1下载:
  2. 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-12-05
    • 文件大小:2578
    • 提供者:daying
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:321445
    • 提供者:周攀
  1. jobExc

    1下载:
  2. 实现作业调度问题的先来先服务算法、短作业优先和响应比高者优先三种算法-Job scheduling problem to achieve first-come first-serve algorithm, a short operation in response to high priority and priority three algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:18914
    • 提供者:leoner
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:61422
    • 提供者:余祖澔
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:307811
    • 提供者:chenjieping
  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. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2204
    • 提供者:曹波
  1. LinuxCFCFS

    0下载:
  2. 在Linux下用C语言实现作业调度的先来先服务算法-In Linux,use C to compile the FCFS algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:948
    • 提供者:李顺前
  1. 12

    0下载:
  2. 用先来先服务的方法来实现模拟进程调度算法-With a first-come first-served approach to simulate the process of scheduling algorithm to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:669
    • 提供者:
  1. duodao

    0下载:
  2. 操作系统的多道程序调用模拟!有先来先服务算发!最短优先算法等!-Operating system, multi-channel program called Simulation! A first-come, first-served calculation made! Shortest algorithm!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:205584
    • 提供者:周军
  1. zuoyediaodu

    0下载:
  2. 在visual c++环境下描述作业调度算法:1。先来先服务;2。短作业优先;3。最高响应比-In visual c++ environment, describes the scheduling algorithm: 1. First-come first-served 2. Short job 3. The highest response ratio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1566
    • 提供者:蔡建伟
  1. firstservice

    0下载:
  2. 进程先来先服务调度算法,用C语言写的,不过是在VC环境下运行的-First come first serve process scheduling algorithm, written using C language, but is run in VC environment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:202624
    • 提供者:张爽
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. jc

    1下载:
  2. 用C语言 进程调度算法的模拟实现 优先级进程调度算法 先来先服务进程调度算法-Simulation of the process scheduling algorithm to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:173536
    • 提供者:jiangxin
  1. Job-scheduling

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。 对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求-Job scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:2280
    • 提供者:张明
  1. FCFS

    0下载:
  2. 此为用JAVA编写的模拟先来先服务算法的实例,压缩包中包含所有的工程文件,用eclipse导入即可编译运行,里面包含多种计数,包括多线程的使用,和各种图形界面,是我写的一个很好的例子-This is written in JAVA analog first-come, first-served algorithm instance compression package contains all project files, you can compile and run eclipse imp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:48529
    • 提供者:谭俊孟
  1. FCFSsuanfa

    0下载:
  2. 在VC开发环境下利用所提供的clock()函数,实现先来先服务算法的模拟;可以用一个空循环或其他操作来模拟一个作业量,建议输入的作业量都在100-1000为宜。通过程序运行结果所显示的“作业号、作业量、提交时间、开始运行时间、执行时间、等待时间”的值来体现先来先服务原则。帮助学生加深了解作业调度的工作。-VC development environment using the supplied clock () function to achieve a first-come first-ser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:183208
    • 提供者:mrliu
  1. (2)

    0下载:
  2. 计算机操作系统进程调度,先来先服务算法和短进程优先算法-Computer operating system process scheduling, first-come first-serve algorithm and short process priority algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:肖婷婷
« 12 »
搜珍网 www.dssz.com