CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 操作系统进程调度

搜索资源列表

  1. Processordispatching-simulation

    0下载:
  2. 操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1457
    • 提供者:huyiming
  1. ProcessScheduling

    0下载:
  2. 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1994800
    • 提供者:Meihua
  1. Process-scheduling

    0下载:
  2. 此程序完成操作系统中进程调度的问题。在C++环境下实现。-This process is completed the operating system process scheduling problems. In C++ environment to achieve.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1715
    • 提供者:lansejingling
  1. duanzuoye

    0下载:
  2. 多作业调度,这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。-More job scheduling, which make the operating system on a university experiment, I believe many people are available to the! This experiment simulated a single processor system, pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1444
    • 提供者:
  1. admin

    0下载:
  2. 自己写的,基于MATLAB的模拟进程调度与管理。是各个正在学习操作系统的同学,实验必备参考资料!-Their written MATLAB-based simulation of process scheduling and management. Is the operating system in all the students are learning, experimental essential reference! ~ ~ ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:10839
    • 提供者:Ceylon
  1. KSOS

    0下载:
  2. 计算机操作系统课设 模拟进程调度,用各种进程调度算法实现进程调度-Simulation process scheduling
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:98160
    • 提供者:baogebaoge
  1. os

    0下载:
  2. 模拟操作系统动态优先进程调度程序。没有界面。-Dynamic priority process scheduling in operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1461
    • 提供者:luopan
  1. jinchengdiaodu

    0下载:
  2. 进程是操作系统最重要的概念之一,进程调度又是操作系统核心的主要内容。本实验要求用高级语言编写和调试一个简单的进程调度程序。通过本实验加深对进程的概念和调度算法的理解。-C++ OS process scheduling
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:55347
    • 提供者:Nisz
  1. Jfile2u

    0下载:
  2. 计算机专业大三操作系统实验报报告实验三,进程调度可直接使用。 -Computer professional junior operating system experiments reported in Experiment 3 to the report, process scheduling can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2715
    • 提供者:jianj
  1. jcdd_02

    0下载:
  2. 简单模拟操作系统的进程调度算法实现。包括先来先服务,时间片论转,高响应比,短作业优先等。-Simple simulation of the operating system process scheduling algorithm. Including a first-come first-served, on the transfer of the time slice, high-response, short job priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317699
    • 提供者:chenkelin
  1. te

    0下载:
  2. 进程调度算法演示,演示了最佳优先级算法。通过此来增加对操作系统的了解-Process scheduling algorithm demo, demo optimal priority algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:836
    • 提供者:孙昊
  1. os

    0下载:
  2. 一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three leve
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:82558
    • 提供者:程龙
  1. cos.c

    0下载:
  2. 操作系统进程模拟调度算法——先来先服务,用冒泡改变到达时间,以实现先来先服务进程的执行。-Operating system process simulation scheduling algorithm- first-come, first-served
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:756
    • 提供者:buffer
  1. jinchengguanli

    0下载:
  2. 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1000
    • 提供者:影子
  1. os

    0下载:
  2. 操作系统实验报告 Windows XP 系统管理 Windows任务管理器的进程管理 Windows XP 虚拟内存管理 进程调度-Operating System
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:505855
    • 提供者:
  1. jin-cheng-diao-du

    0下载:
  2. 用c语言模拟了操作系统中进程调度算法,包含了详细的代码。 -Simulated operating system process scheduling algorithm using c language, contains a detailed code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:260840
    • 提供者:liuyangbiao
  1. FCFS.rar

    0下载:
  2. 操作系统的进程调度,先来先服务算法,按进程到达的先后被CPU执行,The operating system process scheduling, first-come, first-served algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2030886
    • 提供者:smilefuture
  1. processes

    0下载:
  2. 操作系统,进程调度算法的程序代码,关于时间片轮转法-The program code of the operating system, process scheduling algorithm round-robin method
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:1773
    • 提供者:cl
  1. jingcheng

    0下载:
  2. 操作系统的课程设计,该代码是进程调度的源程序,可以实现的-Operating systems curriculum design, the source code is the process of scheduling, can be achieved
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:1911
    • 提供者:liling
  1. CProcessDemo

    0下载:
  2. 2009年12月 操作系统课程设计 进程调度模拟【CProcessDemo】 -like this
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1058596
    • 提供者:李刚
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com