搜索资源列表

  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simp
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:求新
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:237568
    • 提供者:杨鼎新
  1. 操作系统2

    0下载:
  2. 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority alg
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:陈明
  1. H1

    0下载:
  2. 进程优先算法,进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-process priority algorithm, the process of scheduling processor is the core content management. The experiment called
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yuyu
  1. 调度算法

    0下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-14
    • 文件大小:247808
    • 提供者:梁狂
  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李李
  1. 实验一 进程、线程的控制

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

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:aaa
  1. 7班25号娄娟

    0下载:
  2. 先来先服务调度算法、最高响应比调度算法、时间片轮转调度算法的实现-first-come first-service scheduling algorithm, the maximum response than scheduling algorithm, time-Cycle Scheduling Algorithm Implementation
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:507904
    • 提供者:娄娟
  1. AttemperArithmetic(1)

    0下载:
  2. 进程或作业先来先服务、高优先权、按时间片轮转调度算法用API与C语言结合实现,绝对有用.-process or operation first-come first-service, high-priority, time Scheduling Algorithm films rotate with the C language API combining absolutely useful.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:3800064
    • 提供者:文子
  1. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:浪人
  1. 0sex

    0下载:
  2. 操作系统实验-采用时间片轮转算法实现进程创建和调度-OS experiment- time unit used Web algorithm process creation and scheduling
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:陈晨
  1. time

    0下载:
  2. 时间片轮转算法 讲述呢进程调度的方法 希望和大家一起分享-Round Robin Time Slice them about the process of scheduling methods would like to share
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:xiaoliu
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:陈伟
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:275456
    • 提供者:powerman
  1. shijianpianluzhuang

    0下载:
  2. 利用Visuanl C++ 编写的操作系统的时间片轮转算法-The use of Visuanl C++ to prepare the operating system time slice Round Robin
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:3487744
    • 提供者:wurenhong
  1. shijianpian

    0下载:
  2. 操作系统课程设计之时间片轮转算法,经过老师验收,通过-Curriculum design of the operating system time slice Round Robin, after the teacher acceptance, through
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:赵军
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:351232
    • 提供者:ans
  1. os4_timeRound

    0下载:
  2. 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:k25566
  1. 8

    0下载:
  2. 说明时间片轮转算法的实现所需接口以及实现代码(The interface information of RR algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:raggie
  1. KCSJ

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

    • 发布日期:2024-05-14
    • 文件大小:6754304
    • 提供者:CatherineTong
« 1 23 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org