搜索资源列表

  1. lru20050602

    0下载:
  2. TC, Win-TC 编译运行通过 最近最少用页面调度算法-TC, Win-TC compiler running through the pages recently, at least with Scheduling Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:邓威
  1. 磁盘调度算法模拟

    0下载:
  2. 这是一个往上拉来的OS酸法模拟程序!觉得不错大家参考参考!-This is a bottom-up to pull the OS acid simulation program! Think it's good your information!
  3. 所属分类:uCOS开发

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:黄林宝
  1. youxian

    0下载:
  2. 进程调度算法,优先级算法,静态优先级和运行时候优先级自动调整-process scheduling algorithm, priority algorithm, static priority and time running automatically adjust priorities
  3. 所属分类:uCOS开发

    • 发布日期:2024-04-29
    • 文件大小:286720
    • 提供者:陈钊
  1. 用信号量实现磁盘调度SCAN算法

    0下载:
  2. 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
  3. 所属分类:文件操作

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:杨蔺又
  1. Proj5_2

    0下载:
  2. 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1167360
    • 提供者:泉台
  1. 0210341005 张东彪

    0下载:
  2. 轮转法调度算法源程序,希望大家指正. 这是课程设计的一个题目,-rotate France scheduling algorithm source, we hope that correct. This is a curriculum designed topics, huh
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:361472
    • 提供者:李大
  1. 轮转法调度

    0下载:
  2. 处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:jackyzhao008
  1. 操作系统课程实验报告2

    0下载:
  2. 操作系统课程实验报告,进程调度算法实现报告!-experiment report of operation system ,report of how to implement process schedule algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:183296
    • 提供者:王哲
  1. 多级反馈轮转法

    0下载:
  2. 采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度.-multilevel feeding and rotary schedule method has been used to understand its advantages and drawbacks. First, several processes have been created
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:林子建
  1. C++zuoyediaodu

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:a
  1. 200482712133053

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

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:佟童
  1. lxb

    0下载:
  2. 进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:263168
    • 提供者:龙晓波
  1. NDisk

    0下载:
  2. 操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:45056
    • 提供者:卡卡
  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:178176
    • 提供者:王俊
  1. 操作系统课设

    0下载:
  2. 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three r
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:50176
    • 提供者:skyge
  1. 实验一 进程、线程的控制

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

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:aaa
  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,
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:陈为
  1. 实验11

    0下载:
  2. 进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。 ②建立进程就绪队列。 ③编制进程调度算法:优先数调度 -process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a p
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:79872
    • 提供者:
  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-04-29
    • 文件大小: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-04-29
    • 文件大小:3800064
    • 提供者:文子
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org