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

搜索资源列表

  1. 060602fcfs

    0下载:
  2. 实现了操作系统先来先服务(FCFS)算法,包含全部源代码。-of the operating system first-come first-serve (FCFS) algorithm, includes full source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:228.99kb
    • 提供者:罗火光
  1. Soft20060210164856976

    0下载:
  2. 昨夜调度程序 1.按输入创建工作队列 2打印输入作业 3.先来先服务 4.按到达时间排序 5.按先来先服务进行相关计算-last night for a scheduler. According to the importation of work to create Print Queue 2 3 importation operations. First-come first-serve 4. On arrival time Scheduling 5. according
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.59kb
    • 提供者:jean
  1. ucFS_trials

    0下载:
  2. This project should serve as an \"easy start\" with uC/FS. All pathes are relative to the project file. You should therefore be able to copy the entire directory (including all ubdirectories) to any location on your harddrive. -This project sh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.06mb
    • 提供者:wyq
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two. Seeking shortest priority (to
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:飞扬
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:39.06kb
    • 提供者:陈任全
  1. processor-scheduling

    1下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2.33kb
    • 提供者:xiaohe
  1. jinchengdiaodu

    0下载:
  2. 一个用VC++编定的按优先权调度算法和先来先服务调度算法实现进程调度的程序。-A used VC++ Scheduled according to priority scheduling algorithm and a first-come first-serve scheduling algorithm to achieve the process of scheduling procedures.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1.66kb
    • 提供者:阿德
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8.33kb
    • 提供者:linqingyang
  1. 6

    0下载:
  2. 操作系统先来先服务算法-Operating system first-come first-serve algorithm
  3. 所属分类:OS Develop

    • 发布日期:2014-05-04
    • 文件大小:1.08kb
    • 提供者:赵亚鹏
  1. fifo

    0下载:
  2. 在c环境下模拟操作系统中的先来先服务算法.-C simulation environment in the operating system of first come first serve algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3.68kb
    • 提供者:bgl
  1. 11

    0下载:
  2. 操作系统分页存储管理,包括先来先服务算法,轮转法,优先级法-Paging the operating system storage management, including the first-come first-serve algorithm, rotation law, the priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:8.33kb
    • 提供者:黄云
  1. qingqiu

    0下载:
  2. 可以实现内存管理,采用先来先服务算法,在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-Memory management can be achieved using a first-come first-serve algorithm, in one out of only the page in the page table modify status bits. Rather than to judge whether it had been rew
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:Jhon
  1. FCFS

    0下载:
  2. 操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1.91kb
    • 提供者:李志龙
  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4.21kb
    • 提供者:hsh
  1. fc

    0下载:
  2. 操作系统的课程设计,进程的先来先服务,强占短进程优先,应付作业没问题-Operating system, curriculum design, the process of first come, first serve, the process of dispossession short priority, no problem to meet the operating
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:7.76kb
    • 提供者:wzh
  1. cpdd

    0下载:
  2. 这是一个磁盘调度算法的源程序代码,为C++格式的,里面包含了先来先服务等三个代码的算法,与大家分享-This is a disk scheduling algorithm source code for C++ format, which includes a first-come first-serve algorithm for the three codes to share with you
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1.4kb
    • 提供者:雪莱
  1. cipanyibi

    0下载:
  2. 磁盘移臂调度过程模拟系统的设计——先来先服务法、最短寻道时间优先算法、电梯算法-The process of shifting the disk arm scheduling simulation system design- first come first serve method, the shortest seek time priority algorithm, Elevator algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.85kb
    • 提供者:lingfei
  1. cpdd

    0下载:
  2. 设计五个算法,分别是先来先服务算法,最短寻道时间优先算法,扫描(SCAN)算法,循环扫描(CSCAN)算法,NStepSCAN算法.由人工输入当前的磁道数,由系统随即生成要访问的磁道-The design of the five algorithms, namely, first-come first-serve algorithm, the shortest seek time priority algorithm, scanning (SCAN) algorithm, scanning cy
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3.25kb
    • 提供者:uuwei
  1. fistin

    0下载:
  2. 操作系统先来先服务算法实现进程的先来先服务-Operating system first-come first-serve algorithm process first-come, first serve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:893byte
    • 提供者:xuling
  1. First-Come-First-Serve

    0下载:
  2. a first come first serve program in operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:28.48kb
    • 提供者:ilovebobob
« 12 3 »
搜珍网 www.dssz.com