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

搜索资源列表

  1. 实验一 进程、线程的控制

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:13810
    • 提供者:aaa
  1. 采用剥夺式优先算法,对四个进程进行模拟调度

    0下载:
  2. 进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22091
    • 提供者:姚天伟
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4278
    • 提供者:陈为
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:杨新
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. 完整的进程的调度1

    0下载:
  2. 最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:张永涛
  1. 进程diaodu

    0下载:
  2. 用vc编写的进程调度的源程序,我们的课程设计,可以直接运行。无错误-vc prepared using the process of scheduling the source, our curriculum design, direct running. Error-free
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2076
    • 提供者:小五哥哥
  1. 实验三代码

    0下载:
  2. 在Ubuntu上运行代码 显示后台进程如何调度 让进程调度变得更明显(Run it on ubuntu. It can show us how the thread run in the back)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:253952
    • 提供者:哈嘿虾
  1. 呼吸监测系统

    0下载:
  2. 通过定时器实现51单片机的进程调度。支持设置任务间隔,执行次数,设置任务优先级等。(Through the timer to achieve the process of scheduling 51 microcontroller. Support settings, task intervals, times of execution, priority of tasks, etc..)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:67584
    • 提供者:Ximple
  1. 进程调度

    0下载:
  2. 几种常用的进程调度算法,先来先服务,时间片轮转等(some algorithms about process schedule)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:973824
    • 提供者:EVESIDE
  1. 计算机操作系统实验三

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CPU后
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-03
    • 文件大小:238592
    • 提供者:yyyyyyyzh
  1. PCB_CPU

    0下载:
  2. 操作系统进程调度算法仿真与实现。通过程序仿真掌握并发环境,进程 PCB 与控制操作、进程切换以及进程调度算法的原理、过程与实现步骤。(Simulation and implementation of process scheduling algorithm for operating system)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2151424
    • 提供者:江泽明步
  1. sch_17-11

    0下载:
  2. 进行进程调度的有缺陷的代码,尚未完善,有待后续。(The defective code for process scheduling is not yet complete and needs to be followed up.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:暗暗安
  1. 实验一

    0下载:
  2. 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048000
    • 提供者:万寿吾江1
  1. SJF

    0下载:
  2. 用C++实现操作系统中SJF的进程调度算法。(The process scheduling algorithm of SJF in the operating system is implemented with C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:476160
    • 提供者:jttqhh1
  1. 1

    0下载:
  2. 进程调度实现,包括首次适应算法和最佳适应算法(Implementation of process scheduling,Including the first adaptive algorithm and the best adaptive algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:吕晓
  1. KCSJ

    0下载:
  2. 用C#语言设计的模拟操所系统进程调度的时间片轮转法的过程(The process of scheduling the process scheduling of a simulated operating system in C# language)
  3. 所属分类:C#编程

    • 发布日期:2018-04-18
    • 文件大小:6754304
    • 提供者:CatherineTong
  1. c1

    0下载:
  2. 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:211968
    • 提供者:方方17
  1. process

    0下载:
  2. 进程的调度,四种进程存在形式,从就绪队列开始执行,同时,进行随机数的产生,形成阻塞队列,可手动进行模拟进程调度(Process scheduling, four processes exist in the form)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:393216
    • 提供者:数独
  1. main

    1下载:
  2. 内容为进程调度的优先数算法和时间片轮转算法(Priority number algorithm and time slice rotation algorithm)
  3. 所属分类:进程与线程

« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com