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

搜索资源列表

  1. os

    0下载:
  2. 先来先服务算法 强占式短进程优先算法的操作系统课设-First-come, first-served algorithm preemptive priority short process
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:3091260
    • 提供者:刘博文
  1. FCFS.rar

    0下载:
  2. 操作系统的进程调度,先来先服务算法,按进程到达的先后被CPU执行,The operating system process scheduling, first-come, first-served algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2030886
    • 提供者:smilefuture
  1. DOS_FCFS

    0下载:
  2. 模拟先来先服务算法,用C语言写的,里面包含两个.C文件,新建工程然后那两个.C加载进去就可以编译运行了-Simulation first-come, first-served algorithm, written in C language, which contains two C files, new construction and then two. C loaded into it can compile and run
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1691
    • 提供者:谭俊孟
  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. ffghfh

    0下载:
  2. 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1835
    • 提供者:杨成
  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. FCFS

    0下载:
  2. 使用C++语言来实现了操作系统的先来先服务算法,可以随时输入和阻塞进程,还可以将已经阻塞了的进程唤醒-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:3512668
    • 提供者:哈哈
  1. pcb

    0下载:
  2. 例题    设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。-Example design of a process of a total of N-line process scheduler. Process Scheduling Algorithm: The highest priority priority scheduling algorithm (ie processors alloca
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2731
    • 提供者:丁伟
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法,本人亲自做的图形界面的磁盘的调度的先来先服务算法,最短优先算法,扫描算法,循环扫描算法-Disk scheduling algorithm, I personally do graphical interface disk scheduling first-come first-serve algorithm, the shortest-first algorithm, scanning algorithm, cyclic scan algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:60784
    • 提供者:王敬博
  1. 2

    0下载:
  2. 处理机调度,有先来先服务算法,短作业优先算法,高响度算法等处理机的进程调度算法-Processor scheduling, there are first-come first-serve algorithm, short operating priority algorithm, high loudness algorithm processor process scheduling algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2950
    • 提供者:
  1. cipan

    0下载:
  2. 磁盘调度模拟代码实验报告(四种算法包括先来先服务算法,最短寻道时间优先,扫描算法,循环扫描算法)-Disk scheduling simulation code lab report (four algorithms, including a first-come first-serve algorithm, shortest seek priority scanning algorithm, cyclic scan algorithm)
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:91852
    • 提供者:hpr
  1. FIFO

    0下载:
  2. 先来先服务算法,操作系统的重要内容-First-come, first-serve algorithm, an important part of the operating system
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1093
    • 提供者:张琳
  1. esr

    0下载:
  2. 先来先服务算法,先来先服务算法完成进程调度模拟-First-come, first-serve algorithm, first-come first-serve algorithm to complete the process of scheduling simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:64271
    • 提供者:会将
  1. FCFS-system

    0下载:
  2. FCFS先来先服务算法完成进程调度,包括到达时间,开始时间,完成时间,占用CPU时间。-FCFS first come first serve to complete the process of scheduling algorithms, including arrival time, start time, finish time, CPU time.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:954
    • 提供者:yangbin
  1. fs

    0下载:
  2. 操作系统 先来先服务算法初级模拟实现,适合初学者-Operating system first come first serve primary simulation algorithm, suitable for beginners
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:以太
  1. Process-Management

    0下载:
  2. 利用java实现的进程管理,包括先来先服务算法,优先级算法等。-A process managementrunning on java, including a first-come first-serve algorithm, the priority algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:842167
    • 提供者:刘想
  1. N-process-scheduling-design

    0下载:
  2. N个进程调度算法课程设计 先来先服务算法, 可抢占式调度(动态优先级调度)的算法, 非抢占式调度(静态优先级调度)算法, 短作业调度算法, 轮转式调度算法,-N process scheduling algorithm curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:41691
    • 提供者:sunrier
  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
    • 提供者:肖婷婷
  1. xianlaixianfuwu

    0下载:
  2. 操作系统的先来先服务算法和短作业优先算法,基于VC++环境。-my name is zengfanshuang
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:2076935
    • 提供者:zengfanshuang
  1. choose101

    0下载:
  2. 先来先服务算法(FCFS)最短寻道时间优先算法(SSTF)并求出每种算法的平均寻道长度-First-come, first-served algorithms (FCFS) algorithm for the shortest seek time first (SSTF) and find the length of each algorithm, the average seek
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1477
    • 提供者:lu1148628
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com