CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 模拟进程调度

搜索资源列表

  1. VB_process_scheduling_simulation_program

    0下载:
  2. 基于优先数法的VB进程调度模拟程序Priority number, based on the VB process scheduling simulation program-Priority number, based on the VB process scheduling simulation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:11504
    • 提供者:duoti
  1. My

    0下载:
  2. 实现操作系统进程调度的算法模拟:有先来先处理,时间片,轮转法。-Scheduling algorithms to achieve the operating system simulation: a first come, first treatment, time slice, rotate method.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:35167
    • 提供者:刘寒
  1. Process

    0下载:
  2. 模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理)。-Process
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:263707
    • 提供者:
  1. 28602197shijianpian

    0下载:
  2. 操作系统进程调度算法模拟, 操作系统进程调度算法模拟,-welcome to here to download your things,I think it will satified you ,you are not thanking me!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1809
    • 提供者:my674019704
  1. 1_process

    0下载:
  2. 操作系统实验,实验模拟操作系统的进程调度,采用轮转法对进程进行调度-The operating system experiment, experiment simulating operating system process scheduling, by using round-robin method to process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1190
    • 提供者:谢默
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. zydd

    0下载:
  2. 模拟作业调度算法,学习作业在操作系统中的调度过程,加深对作业管理的理解。特别是作业调度的概念、作业调度与进程调度的区别。培养学生程序设计的方法和技巧,提高学生编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解,拓宽学生的知识领域,锻炼学生的实践技能。 操作系统,c-Simulation of job scheduling algorithms, learning tasks in the operating system' s scheduling process, t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1960
    • 提供者:zty
  1. qiangzhan

    0下载:
  2. 实现了抢占式优先数的操作系统进程调度模拟,其中,优先数为动态-Achieved the number of preemptive priority operating system process scheduling simulation, in which priority number for the dynamic
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:283648
    • 提供者:晓龙
  1. process

    0下载:
  2. 操作系统课程进程调度算法模拟VC6.0源码-Operating system process scheduling algorithm simulation program source VC6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3405
    • 提供者:
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3584403
    • 提供者:xysheep
  1. aa

    0下载:
  2. 进程调度模拟设计--先来先服务、强占式短进程优先算法-Process scheduling simulation design- first come first serve, the process of priority short-emptive algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:10972
    • 提供者:梁贤哲
  1. OS_mange

    0下载:
  2. 模拟作业调度(时间片轮转法)和进程调度(时间片轮转 法)模拟作业调度系统。 -Simulation of job scheduling (time slice Round-Robin) and process scheduling (time slice Round-Robin) scheduling system simulation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:45537
    • 提供者:
  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. VCPP_dy

    0下载:
  2. VC++ 进程调度算法演示 求设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-VC++ demo process scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2164271
    • 提供者:邓勇
  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. ProcessJob

    0下载:
  2. 进程调度算法模拟,包含先来先服务和优先级-Process scheduling algorithm simulation, including a first-come first-served and priority
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1311
    • 提供者:kurt
  1. DynaPriAlgoriSimulation

    0下载:
  2. 在控制台上,输出动态优先权的进程调度算法模拟的结果- In control bench, output dynamic priority process dispatching algorithm simulation result
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:213360
    • 提供者:井中月
  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. jc

    1下载:
  2. 用C语言 进程调度算法的模拟实现 优先级进程调度算法 先来先服务进程调度算法-Simulation of the process scheduling algorithm to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:173536
    • 提供者:jiangxin
  1. jcdd

    0下载:
  2. 进程的调度实验,要求学生运用C语言开发模拟操作系统进程调度和管理程序,要求学生熟练掌握链表的基本操作和操作系统进程调度基本原理。 -Process scheduling experiment, requiring students to use C language to develop simulation operating system process scheduling and management process, requires students to master the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2026
    • 提供者:陈琴
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 30 »
搜珍网 www.dssz.com