搜索资源列表

  1. fcfs

    0下载:
  2. 模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8340
    • 提供者:wtm
  1. 计算服务器

    0下载:
  2. CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:jane
  1. fcfs

    0下载:
  2. 模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:232448
    • 提供者:wtm
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algori
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:尹亮
  1. C++模拟

    0下载:
  2. c程序模拟操作系统的先来先服务算法(FCFS). 在VC 6.0下运行通过/ -c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:刀尖
  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:39936
    • 提供者:silwol
  1. 060602fcfs

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

    • 发布日期:2024-05-13
    • 文件大小:234496
    • 提供者:罗火光
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-se
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:608256
    • 提供者:风飘零
  1. Process_Scheduler

    0下载:
  2. 这是一个操作系统进程管理的模拟程序。 采用FCFS,多级反馈队列等算法调度进程。 这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating syste
  3. 所属分类:进程与线程

    • 发布日期:2024-05-13
    • 文件大小:120832
    • 提供者:cy
  1. SSTF

    0下载:
  2. 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:陈秀兰
  1. fcfs_jsp

    0下载:
  2. fcfs,这是一个操作系统进程调度的先进先出调度算法-fcfs, this is a process of scheduling the operating system can process scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:catherine
  1. cipandiaodusuanfaa

    0下载:
  2. 一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:33792
    • 提供者:周济
  1. zuoyedd

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

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:zc
  1. FCFS

    0下载:
  2. 操作系统实验二,先来先服务算法的简单程序实现-Experiment II operating system, first-come first-serve algorithm simple procedure to achieve
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:boy
  1. fcfs

    0下载:
  2. 计算机操作系统中先来先服务算法fcfs模拟 环境C++语言 使用STL希望读者在阅读代码的时候有一定的STL基础-Computer operating system in the first-come first-serve algorithm fcfs simulated environment C++ Language using STL hope that readers read the code when there is
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张晋
  1. Job-Scheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:73728
    • 提供者:Anson
  1. cipandiaodu

    0下载:
  2. 模拟磁盘调度算法系统的设计 能够模拟FCFS、最短寻道时间、电梯算法三个磁盘调度算法;-Disk scheduling algorithm simulation system designed to simulate FCFS, shortest seek time, disk elevator algorithm for the three scheduling algorithms
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:71680
    • 提供者:xyh
  1. FCFS

    0下载:
  2. 简单的FCFS实现,比较清晰地解释了底层的编译原理,对程序在系统中的运行有直观了解-Simple FCFS realize, more clearly explain the underlying principles of the compiler, the program is running in the system has an intuitive understanding of
  3. 所属分类:.net编程

    • 发布日期:2024-05-13
    • 文件大小:12288
    • 提供者:屁颠颠
  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. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:李志龙
  1. FCFS

    0下载:
  2. 系统调度中先进先出FCFS算法代码 操作系统课设可用-FIFO system FCFS scheduling algorithm code class-based operating system available
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:707584
    • 提供者:赵宇
« 12 3 4 5 6 »

源码中国 www.ymcn.org