搜索资源列表

  1. osos

    0下载:
  2. 这是由Java编写的小型模拟操作系统,其中实现了多道批处理作业的功能。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:117905
    • 提供者:Anse
  1. duodao

    0下载:
  2. 模拟实现一个的多道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:121520
    • 提供者:杰少
  1. banker

    1下载:
  2. 程序运行后进入主界面(主界面默认为运行多道批处理程序),选择要执行的算法:多道批处理作业调度算法:从键盘输入数据(作业号,到达时间,运行时间)按要求格式输入,输入完后按提交把作业添加到显示列表中,输入完后,按完成来进行作业调度,结果将全部显示在界面中。 要运行银行家算法单击银行家算法选项卡。银行家算法:从键盘输入数据,然后将输入的数据保存在相应的变量中即可,输入完后,请按计算键来计算出安全性,计算完后可以使用清楚键,清除界面上所有的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3912
    • 提供者:张云
  1. Mos

    0下载:
  2. VisualC++编写的基于windows的多道批处理操作系统,包括地址映射、内存管理、I/O(打印机、磁盘等)、中断等基本功能的简单操作系统。-A multi-batch operating system based on windows and programed with Visual C++,also a simple operating system which include address maping,memery ma
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:173223
    • 提供者:A
  1. Mos

    0下载:
  2. VisualC++编写的基于windows的多道批处理操作系统,包括地址映射、内存管理、I/O(打印机、磁盘等)、中断等基本功能的简单操作系统。-A multi-batch operating system based on windows and programed with Visual C++,also a simple operating system which include address maping,memery ma
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:178176
    • 提供者:A
  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-30
    • 文件大小:608256
    • 提供者:风飘零
  1. osos

    0下载:
  2. 这是由Java编写的小型模拟操作系统,其中实现了多道批处理作业的功能。-This is prepared by a small Java simulation of the operating system, which achieved a batch of multi-channel operation functions.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:117760
    • 提供者:Anse
  1. Job-Scheduling

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

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

    0下载:
  2. 模拟实现一个的多道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解-Simulation of the realization of a multi-channel system environment batch job scheduling procedures. Through the realization of specific job scheduling algori
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:120832
    • 提供者:杰少
  1. banker

    0下载:
  2. 程序运行后进入主界面(主界面默认为运行多道批处理程序),选择要执行的算法:多道批处理作业调度算法:从键盘输入数据(作业号,到达时间,运行时间)按要求格式输入,输入完后按提交把作业添加到显示列表中,输入完后,按完成来进行作业调度,结果将全部显示在界面中。 要运行银行家算法单击银行家算法选项卡。银行家算法:从键盘输入数据,然后将输入的数据保存在相应的变量中即可,输入完后,请按计算键来计算出安全性,计算完后可以使用清楚键,清除界面上所有的
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-30
    • 文件大小:4096
    • 提供者:张云
  1. ProcessorScheduling

    0下载:
  2. 操作系统课程设计~处理机调度 模拟一种多任务(或多用户)(多道)批处理操作系统(包含处理器管理、存储管理、进程管理。-Operating System Course Design ~ processor scheduling simulation of a multi-tasking (or multi-user) (multi-channel) batch processing operating system (including
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:47104
    • 提供者:my
  1. code

    0下载:
  2. 多道批处理操作系统—mos系统(1) 进程管理、(2) 作业管理、(3) 存储管理、(4) 时钟管理 (5) 中断处理、(6) I/O处理、(7)vcs硬件指令系统 -Batch operating system-mos multi-channel system (1) process management, (2) Operations Management, (3), storage management, (4) Cloc
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:111616
    • 提供者:M
  1. duodao

    0下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:kavy
  1. duodao2

    0下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:kavy
  1. two-level-scheduling-

    0下载:
  2. 用C语言模拟实现一个的多道批处理系统的两级调度-C language simulation implement a multi-channel batch system of the two levels of scheduling
  3. 所属分类:进程与线程

    • 发布日期:2024-05-30
    • 文件大小:1210368
    • 提供者:longer
  1. scheduling

    0下载:
  2. 多道批处理系统两级调度的模拟,实现一个的多道批处理系统的两级调度。通过具体的作业调度、进程调度、内存分配等功能的实现,加深对多道批处理系统的两级调度模型和实现过程的理解。 -Many way batch system simulation of two level scheduling, realize a multi-channel batch system of the two levels of scheduling. Throu
  3. 所属分类:进程与线程

    • 发布日期:2024-05-30
    • 文件大小:1368064
    • 提供者:longer
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job fi
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:433152
    • 提供者:潘宝
  1. ios

    0下载:
  2. 多道批处理系统两级调度的模拟,内含有操作系统课程设计报告及源程序运行文件,用c编写的,CPP文件,用vc6打开-Multi-channel the batch system two scheduling simulation contains the operating system curriculum design report and source code to run the file, written in c, CPP f
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:548864
    • 提供者:lishijian
  1. operating-system

    0下载:
  2. 操作系统 多道批处理调度算法 要求: 只考虑1个CPU的资源,其他资源不考虑 使用响应比高者优先算法 程序采用键盘输入,输入格式为: K TJ1 YS1 …… TJK YSK-operating system
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-30
    • 文件大小:8192
    • 提供者:叶文杰
  1. code

    0下载:
  2. 多道批处理两级调度模拟系统 进行多到作业分两级调度 - 13/5000 Multi- channel Batch Processing Two- level Scheduling Simulation System
  3. 所属分类:加密解密

    • 发布日期:2024-05-30
    • 文件大小:740352
    • 提供者:VelanChan
« 12 »

源码中国 www.ymcn.org