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

搜索资源列表

  1. osjincheng

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的解. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:102708
    • 提供者:jasonzjx
  1. OS

    0下载:
  2. 本代码实现了先来先服务、短作业、最高响应比优先算法的进程调度模拟过程-VERY GOOD
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:899467
    • 提供者:liuyang
  1. jin-cheng-guan-li-xi-tong

    0下载:
  2. 进程管理系统:定义PCB的数据结构,用链表的形式管理进程,采用多级反馈队列调度的算法模拟进程的控制,最终完成有创建、撤销、调度、阻塞、唤醒进程等功能-Process Management Systems: Define the PCB data structure, with the form of chain management processes, the use of multi-level feedback queue scheduling algorithm simulation p
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:11185
    • 提供者:郭彦斌
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:621643
    • 提供者:ocracyhe
  1. LinglanX

    0下载:
  2. 基于优先数法的VB进程调度模拟程序源代码.-Based on priority number of the VB process scheduling simulation program source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10794
    • 提供者:什锦豆腐
  1. CProcessDemo

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

    • 发布日期:2017-05-07
    • 文件大小:1058596
    • 提供者:李刚
  1. Virtual_OS

    0下载:
  2. 模拟实现一个计算机CPU的进程调度,以及内存、硬盘的分配过程。模拟了进程的创建、就绪、运行、等待、终止五个状态,以及内存的多种页置换的方式。-Simulate the process of implementing a computer CPU scheduling, and memory, hard disk allocation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:721035
    • 提供者:clinea
  1. Virtual_OS

    0下载:
  2. 模拟实现一个计算机CPU的进程调度,以及内存、硬盘的分配过程。模拟了进程的创建、就绪、运行、等待、终止五个状态,以及内存的多种页置换的方式。-Simulate the process of implementing a computer CPU scheduling, and memory, hard disk allocation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:721082
    • 提供者:movePr
  1. process-of-scheduling-algorithm

    0下载:
  2. windows操作系统进程调度算法的模拟实现-To achieve the process of scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1694
    • 提供者:yinzi
  1. process-scheduler-schedulin

    0下载:
  2. 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:7973
    • 提供者:李亮
  1. esr

    0下载:
  2. 先来先服务算法,先来先服务算法完成进程调度模拟-First-come, first-serve algorithm, first-come first-serve algorithm to complete the process of scheduling simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:64271
    • 提供者:会将
  1. FIFO-process-scheduling

    0下载:
  2. 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:195589
    • 提供者:wen
  1. sys1

    3下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,请实现:  先进先出调度算法;  基于静态优先数的调度算法; 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: ➢ 当前执行进程; ➢ 就绪队列; ➢ 等待队列-Process scheduling simulation program: Suppose there are 10 processes need to be p
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1430751
    • 提供者:李浩诚
  1. jcdd

    0下载:
  2. 操作系统进程调度的实现,进程阻塞程序的模拟实验因为模拟时间t一直在不停的+1,只有满足进入运行队列条件后才调度到运行队列中 所以程序执行可能会慢点。-Realization of the operating system process scheduling, process simulation program blocked because the simulation time t been kept+1, only to meet the conditions before ente
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:640978
    • 提供者:邵沛
  1. scheduling-simulation-program

    0下载:
  2. 计算机操作系统 进程调度模拟算法 源代码-Computer operating system process scheduling simulation algorithm source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1936
    • 提供者:颜庭岩
  1. link_jx

    0下载:
  2. 使用动态优先权的进程调度算法的模拟,通过动态优先权算法的模拟加深对进程概念和进程调度过程的理解。-Use the process of dynamic priority scheduling algorithm simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:752
    • 提供者:善善
  1. CPU

    0下载:
  2. 设计一段程序来模拟优先级调度算法和时间片轮转算法。可以指定进程的数量、各进程需要CPU的时间和各进程的优先级。-Design a program to simulate the priority scheduling algorithm and the time slice rotation algorithm. You can specify the process of quantity, the process requires CPU time and the process prior
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2002
    • 提供者:乔旻浩
  1. xuni

    0下载:
  2. 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:2300
    • 提供者:冯妮
  1. OS

    0下载:
  2. 模拟操作系统的进程调度和内存分配,操作系统实验课的成果-Simulation of the operating system process scheduling and memory allocation, the results of the experimental class operating system
  3. 所属分类:Games

    • 发布日期:2017-04-17
    • 文件大小:28172
    • 提供者:jianglei
  1. processscheduling

    0下载:
  2. 操作系统: 进程调度模拟程序设计 2,实现的功能:实现了进程调度模拟程序设计中的基于动态优先权的算法。 3,优点: 在程序的窗口给出了最开始的时候的队列里的状况,随机生成了每个进程的“优先权”和“要求运行时间”,并考虑到了避免产生 较大的数而导致程序长时间陷入循环,(即设定了优先权和要求运行时间的上下限); 可以方便的添加或者删除进程数目,(只需要改动源代码中的MAXN值即可,其他的不需要改动)而不影响程序的运行,健壮性好。 4,缺点:
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:301000
    • 提供者:天蓝
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 30 »
搜珍网 www.dssz.com