搜索资源列表

  1. 时间片轮转法.

    0下载:
  2. 操作系统时间片轮转法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1269
    • 提供者:王克迅
  1. 时间轮转法

    0下载:
  2. 时间轮转法-time rotate France
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4058
    • 提供者:陈如
  1. 轮转法调度

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

    • 发布日期:2008-10-13
    • 文件大小:2348
    • 提供者:jackyzhao008
  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编程

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:林子建
  1. 时间片轮转法.

    0下载:
  2. 操作系统时间片轮转法-OS time slice Round
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王克迅
  1. 时间轮转法

    0下载:
  2. 时间轮转法-time rotate France
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:陈如
  1. 模拟进程调度

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

    • 发布日期:2024-05-13
    • 文件大小: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-13
    • 文件大小:10240
    • 提供者:陈明
  1. 0210341005 张东彪

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

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

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

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:jackyzhao008
  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-05-13
    • 文件大小:2048
    • 提供者:林子建
  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-13
    • 文件大小: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-13
    • 文件大小:1024
    • 提供者:李李
  1. 200510112013791

    0下载:
  2. java时间片轮转法 运行RunGame.class文件,和CPU玩21点游戏,-time Web-law running RunGame.class documents, and the CPU play 21:00 games, huh
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:198656
    • 提供者:李就
  1. OSTimeSlice

    0下载:
  2. 处理器调度 设计一个按时间片轮转法实现处理器调度的程序-processor scheduling design a Web tablet by the time Method processor activation procedures
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:46080
    • 提供者:
  1. 1_1

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

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

    0下载:
  2. 一个windows进程互斥访问的程序,用到信号量等机制,采用时间片轮转法! -a visit to contradict the procedure used signal to other mechanisms, using time-rotate Act!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. Process_Schedule

    0下载:
  2. 应用和优先数法和轮转法实现对进程的控制,附注释和报告-application and priority numbers and Web Method in the process control, and annotated report
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:41984
    • 提供者:xiaoyu
  1. pierleetime

    0下载:
  2. 时间片轮转法实现处理器调度的程序.^-^-time slice Web Method processor scheduling procedures .^-^
  3. 所属分类:进程与线程

    • 发布日期:2024-05-13
    • 文件大小:3457024
    • 提供者:dffdd
  1. jinchengtiaodu

    0下载:
  2. 模拟进程调度,采用时间片路轮转法,开发环境:VC++ 6.0-modeling process scheduling, and time Web tablets Road, the development environment : Visual C++ 6.0
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:1888256
    • 提供者:烟仔
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org