搜索资源列表

  1. 新建 Microsoft Word 文档 (3).rar

    0下载:
  2. C语言编的先来先服务算法
  3. 所属分类:源码下载

    • 发布日期:2024-05-10
    • 文件大小:4146
    • 提供者:
  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#编程

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:刀尖
  1. osbymayfar

    0下载:
  2. 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:mayfar
  1. chulijidiaodu_111

    0下载:
  2. 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:101376
    • 提供者:王山
  1. duojidiaodu

    0下载:
  2. 题目:N个进程的调度程序 算法:采用最高优先数优先的调度算法和先来先服务算法 -topics : N process scheduler algorithm : the highest priority for priority scheduling algorithm and a first-come first-service algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:周子藤
  1. First_come_First_served

    0下载:
  2. 操作系统的先来先服务算法,java编写,命令行运行,有界面,可以安装jdk_1_5_0_04,不过需要path处设置好环境变量。-the first operating system to first serve algorithm, java preparation, command line operation, interface, jdk_1_5_0_04 can be installed, but it needs to in
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:28672
    • 提供者:王铁
  1. neicunyemianzhihuansuanfa

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calcul
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:152576
    • 提供者:张宁
  1. fcfs

    0下载:
  2. 实现了先来先服务算法,可以作为大家学习的参考-Realize a first-come first-serve algorithm, can be used as the reference U.S. study
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:174080
    • 提供者:天地
  1. FCFS

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

    • 发布日期:2024-05-10
    • 文件大小: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-10
    • 文件大小:1024
    • 提供者:张晋
  1. ProcessScheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 二、例题: 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -F
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:Anson
  1. NCYMZH1-4

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithm, and calculated for each al
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:603136
    • 提供者:CLJ
  1. 11

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

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:黄云
  1. sh

    0下载:
  2. 操作系统 课程设计 非强占短进程优先算法和先来先服务算法-Operating system curriculum design process of non-seizure of short priority algorithm and first-come first-serve algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:1085440
    • 提供者:大头飞
  1. jobExc

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

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:leoner
  1. feng

    0下载:
  2. 作业调度系统的实现,先来先服务算法,多作业优先算法,高响应比优先算法-Job Scheduling System, first-come first-serve algorithm, multi-operation priority algorithm, high priority response ratio algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:619520
    • 提供者:飓风
  1. jojo

    0下载:
  2. 课题五、编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:shenjiulin
  1. FIFO

    0下载:
  2. 先来先服务算法,超适用的实验报告,-First-come, first serve
  3. 所属分类:操作系统开发

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

    0下载:
  2. 用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:8642560
    • 提供者:孟萌
  1. 作业

    0下载:
  2. 单道环境下作业调度算法1、先来先服务算法2、最短作业优先算法3、最高响应比优先算法以及双道环境下的作业调度(In single channel environment, job scheduling algorithm 1, first come first service algorithm 2, shortest job first algorithm 3, highest response ratio priority algor
  3. 所属分类:其他小程序

« 1 23 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org