搜索资源列表

  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-15
    • 文件大小:275456
    • 提供者:powerman
  1. Jobassige

    0下载:
  2. 计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:46080
    • 提供者:jonwa
  1. process_manager

    0下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-cha
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1977344
    • 提供者:yefeng
  1. ProcessScheduling

    0下载:
  2. C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:snk
  1. os

    0下载:
  2. 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:145408
    • 提供者:曾黎
  1. demostration_of_os

    0下载:
  2. os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:814080
    • 提供者:titer
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:dirk
  1. FirstFit

    0下载:
  2. c语言描述,实现操作系统的进程调度算法,采用优先数方法予以实现-c language descr iption of the process of scheduling algorithm to achieve the operating system used to be priority number means to achieve
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:xiaohui
  1. jingcheng

    0下载:
  2. 进程调度算法实现代码(操作系统)进程调度算法实现的代码-Process scheduling algorithm code (operating system) process scheduling algorithm code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:徐璐
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:522240
    • 提供者:cnwst
  1. suanfa

    0下载:
  2. 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:周恺君
  1. os_process

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:stanley
  1. OS1

    0下载:
  2. 操作系统进程调度,本程序用于演示进程的调度过程,包括常用的几种进程调度算法-Operating system process scheduling, the procedure used to demonstrate the process of scheduling process, including several kinds of process scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:asdfasf
  1. shiyaner

    0下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:376832
    • 提供者:qinyuan
  1. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the inte
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:29045760
    • 提供者:
  1. hrrn

    0下载:
  2. 操作系统 进程调度算法 高响应比优先调度-Operating system process scheduling priority higher than the response
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Sandy
  1. OS_1_1

    0下载:
  2. 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:王强
  1. 进程调度

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

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

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

    • 发布日期:2024-05-15
    • 文件大小:238592
    • 提供者:yyyyyyyzh
  1. 5921

    0下载:
  2. 进程调度,用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。(jinchengdiaodu,yonggaojiyuyanbianxiehetiaoshi)
  3. 所属分类:文档资料

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org