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

搜索资源列表

  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:zhou
  1. process

    0下载:
  2. 用C#编写的一个简单的进程调度算法验证程序,课程设计用的到-Written in C# using a simple process scheduling algorithm verification procedures, curriculum design to use
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-01
    • 文件大小:32666
    • 提供者:张中华
  1. FIFO

    0下载:
  2. 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:5490
    • 提供者:黄毛
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3478141
    • 提供者:唐帆
  1. pub.rar

    0下载:
  2. 进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 ,The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2695
    • 提供者:wuyoudanbo
  1. Java-process

    0下载:
  2. Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:yy
  1. processPscheduling

    0下载:
  2. 进程调度的设计与实现mfc源代码,包含进程调度算法的演示,gui图形界面设计,操作系统的一个实验操作。-The design and implementation of process scheduling mfc source code, including a demonstration of the process of scheduling, gui graphical user interface design, an experimental operating system ope
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3687573
    • 提供者:xubin
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. FCFS_and_SJF

    0下载:
  2. 操作系统之作业/进程调度算法实现,FCFS、SJ(P)F、优先级调度、响应比高优先-Operating system of job/process scheduling algorithms, FCFS, SJ (P) F, priority scheduling, priority response than high
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1722
    • 提供者:张赛龙
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111429
    • 提供者:魏忠祥
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. fair-share-scheduling

    0下载:
  2. 改进进程调度算法 进程调度算法是解决如何使资源分配策略最优化的关键,通过实现一个被称作公平调度的进程调度算法。-Process scheduling algorithm to improve the process of scheduling algorithm is to solve how to make optimal resource allocation strategy key to understanding the Linux process scheduling mechani
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:168787
    • 提供者:邢府纬
  1. 打印

    0下载:
  2. 用c++编的进程调度算法-With c++ Made the process of scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:8835
    • 提供者:魏威
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1898
    • 提供者:wayne
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构 进程调度算法,处理流程: 1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:wayne
  1. P

    0下载:
  2. 进程调度算法模拟,使你对操作系统进程高度有更深的认识-Process scheduling algorithm simulation, so that the process of a high degree of operating system you have a deeper understanding of
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2330
    • 提供者:马占友
  1. jcym

    0下载:
  2. 这是两个优先级调度算法的源码,一个最多运行5个队列,另一个是最高优先级的进程调度源码-This is a two-priority scheduling algorithm source code, a run up to 5 queue, and the other is the highest priority scheduling process source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3056
    • 提供者:guoguo
  1. first

    0下载:
  2. 已知各进程的的到达时间等如下: 进程名 到达时间 服务时间 优先数 A 0 3 12 B 1 5 31 C 2 2 21 D 3 4 10 分别实现下面两种调度算法 • 按优先数调度算法实现处理器调度 • 按时间片轮转法实现处理器调度(时间片以2ms为单位) -Known to the process, such as the arrival time as follows: the process of the arrival time
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1194
    • 提供者:00
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 48 »
搜珍网 www.dssz.com