搜索资源列表

  1. 实验一进程调度.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:11024
    • 提供者:
  1. 操作系统课程设计(四实验和一)

    0下载:
  2. 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1516795
    • 提供者:阳光
  1. 操作系统实验报告

    0下载:
  2. 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11244
    • 提供者:陈可
  1. 调度算法

    0下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. 实验1_作业调度_实验2_进程调度

    1下载:
  2. 本程序是两个操作系统的上机题目,有源代码.-two operating systems on the plane topic, active code.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43391
    • 提供者:fd
  1. ying(linux中能执行)

    0下载:
  2. 该程序是处理嚣的调度的源代码,通过进程调度,实验各进程的功能,进程序数的多少,决定进程执行的速度。-the procedure is to deal with the clamor of the source code scheduling, process scheduling, the experimental process functions into The number of procedures, the decision
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:张英子
  1. 030341404

    0下载:
  2. 这是模仿进程调度的试验。用vc++做的模拟程序。很好用,内有完全的实验报告-This is the process of copying scheduling tests. Vc do with the simulation program. Good use is completely within the experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:150632
    • 提供者:金晓爽
  1. 片段

    1下载:
  2. 进统过本次对处理机调度实验提高了程序设计的方法和技巧,提高了编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解。对处理机调度有了更加深刻的理解。通过对处理机调度的实验操作而加强了对进程管理知识的巩。生更好地掌握操作系统的基本概念、基本原理、及基本功能,具有分析实际操作系统、设计、构造和开发现代操作系统的基本能力程管理和调度-into the EC over the right processor scheduling e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10253
    • 提供者:佳音
  1. 实验一

    0下载:
  2. 选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7175
    • 提供者:郭郭
  1. 1schedule

    0下载:
  2. 抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35242
    • 提供者:青柿子
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:丘方
  1. RR

    0下载:
  2. 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zouyuxuan
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly b
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:金旭斌
  1. Test2

    0下载:
  2. 操作系统 进程调度实验(优先数调度算法和时间片循环调度算法),代码+测试数据+实验报告-Operating system process scheduling experiment (priority scheduling algorithm and time slice cycle scheduling algorithm), test data+ code+ test report
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:381952
    • 提供者:J_Dark
  1. process-scheduling

    0下载:
  2. 进程调度实验,分别用链表表示就绪队列,用队列中的结构体结点表示进程,FCFS算法,优先数调度转法-Process scheduling experiment, respectively, said the ready queue list, indicating that the process of using the structure nodes in the queue, FCFS algorithm, priority sch
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:2794496
    • 提供者:叶强
  1. ProcessDispatcher

    0下载:
  2. 老师编写的模拟操作系统的进程调度实验 里面的代码 需要读者自行实现-Teacher preparation simulation operating system process scheduling experiments inside the code requires the reader to implement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:wang
  1. Operating-system-experiment

    0下载:
  2. 实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-Process and management Simulation of the process scheduling algorithm, round robin algorithm to achieve the process of scheduling with dynamic priority number and the time
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1049600
    • 提供者:小雷
  1. 时间片轮转

    0下载:
  2. 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:念蕴
  1. 进程调度

    0下载:
  2. 一篇操作系统的实验报告,内附代码和测试数据(An operating system experiment report, code and test data)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:1722377628
  1. 操作系统实验

    0下载:
  2. 本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotati
  3. 所属分类:

    • 发布日期:2024-05-20
    • 文件大小:445440
    • 提供者:挨踢民工
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org