搜索资源列表

  1. shortwork

    0下载:
  2. 1) 设计可用于该实验的作业控制块; 2) 动态或静态创建多个作业; 3) 模拟先来先服务调度算法和短作业优先调度算法。 4) 调度所创建的作业并显示调度结果(要求至少显示出各作业的到达时间,服务时间,开始时间,完成时间,周转时间和带权周转时间); 5) 比较两种调度算法的优劣。 -shortwork
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:waiting1314
  1. shijianplunzhuan

    0下载:
  2. 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:ZZ
  1. procSchdule

    0下载:
  2. 操作系统实验 先来先服务算法 C语言编写-Operating System Experiment first-come, first-served algorithm written in C
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:龚靖仁
  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:111616
    • 提供者:魏忠祥
  1. jinchengdiaodu

    0下载:
  2. 模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张驰
  1. jinchengdiaodu2

    0下载:
  2. 进程调度算法,使用类做的先来先服务算法进行调度-Process scheduling algorithm, using the class to do a first-come first-served scheduling algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张驰
  1. LinuxCFCFS

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李顺前
  1. a1

    0下载:
  2. 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lzh
  1. Scheduling

    0下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the al
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:
  1. choose

    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. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:高飞
  1. FCFS

    0下载:
  2. 操作系统中先来先服务算法的实现,采用了五个进程的进入堆栈的顺序性原则,并且采用可视化效果,便于理解。-FCFS in the Operating System ,that is to say first come first service!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李刚
  1. job

    0下载:
  2. 对于给定的一组作业, 给出其到达时间和运行时间分别用先来先服务算法、短作业优先和响应比高者优先三种算法给出作业的调度顺序。计算每一种算法的平均周转时间及平均带权周转时间并比较不同算法的优劣。 -For a given set of operations, given its arrival time and run time were used to first come first served method, short job
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:sunzhiyu
  1. slsfu

    0下载:
  2. 进程管理-先来先服务算法.procedures for the use of the priority method andfirst come first serve algorithm.-Process management- first come first serve algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:38912
    • 提供者:agaeg
  1. FcfsSjf

    0下载:
  2. 先来先服务算法模拟实现,其中,文件长度和到来时间可以由用户输入,也可以自动生成-first come first service
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:吴蕾
  1. cpdd

    0下载:
  2. 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:heiming
  1. sick

    0下载:
  2. 病人看病的排列问题,根据先来先服务算法。还要考虑急切事件,对于突发事件的处理要有好的顺序。-The arrangement of the patient medical treatment, according to first come first serve algorithm. Urgent cases should also be considered for handling emergencies should be a g
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:xianhe
  1. 0000

    0下载:
  2. 操作系统课程设计题目:进程调度模拟程序 设计要求:编写一个进程调度程序,允许多个进程共享进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 -Courses on operating system design topics: process scheduling simulator design requirements: the preparation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:560128
    • 提供者:小虎
  1. qw123

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

    • 发布日期:2024-05-10
    • 文件大小:950272
    • 提供者:钱薇
  1. jinchengdiaodu

    0下载:
  2. 进程调度模拟算法,最高优先数和先来先服务算法,有几个不同的-Process scheduling simulation algorithm, the highest priority number and first come first serve algorithm, there are several different
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:蔡建
  1. processor-scheduling

    0下载:
  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. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:xiaohe
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »

源码中国 www.ymcn.org