CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jinchengdiaodu

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 实现两种调度方式的进程调度模拟,可以自己设定进程的参数来完成调度-way to achieve both scheduling process scheduling simulation can be set for the process to complete the scheduling parameters
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:108955
    • 提供者:yuhong
  1. jinchengdiaodu

    0下载:
  2. 用c++语言实现 采用最高优先数优先算法实现的进程调度
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1655
    • 提供者:叫怎高
  1. jinchengdiaodu

    0下载:
  2. c++ c++builder 操作系统进程调度模拟
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:25175
    • 提供者:name
  1. C++jinchengdiaodu

    0下载:
  2. C++编写的模拟进程调度实例
  3. 所属分类:其它

    • 发布日期:2014-01-18
    • 文件大小:251866
    • 提供者:柳明
  1. jinchengdiaodu

    0下载:
  2. 操作系统中的进程调度算法-operating system, the process of scheduling algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22386
    • 提供者:杨淼
  1. jinchengdiaodu

    0下载:
  2. 此程序可以实现操作系统中的先来先服务调度,高优先权优先调度和时间片轮转调度三种进程调度算法。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:197642
    • 提供者:飘零
  1. jinchengdiaodu

    0下载:
  2. 1. 优先数调度算法: 进程在就绪队列中按优先数的大小从大到小排列,调度算法总是选取队列中优先数高的进程投入运行,采用动态地改变优先数的方法,进程每运行一次优先权相应地减2,从而避免了一个作业长期占用处理机,当调度时机出现时,调度算法适时再调度,首先判断此进程是否运行完,未运行完再判断此进程的优先权是否大于等于队列中首进程的优先数,。若成立,就继续执行,这样重复做下去,直到就绪队列为空。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5480
    • 提供者:zhaoya
  1. jinchengdiaodu

    0下载:
  2. 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5337
    • 提供者:思萌
  1. jinchengdiaodu

    1下载:
  2. 无论是在批处理系统还是分时系统中,用户进程数一般都多于处理机数、这将导致它们互相争夺处理机。另外,系统进程也同样需要使用处理机。这就要求进程调度程序按一定的策略,动态地把处理机分配给处于就绪队列中的某一个进程,以使之执行。 
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1566
    • 提供者:mosy
  1. jinchengdiaodu

    0下载:
  2. 模拟操作系统进程管理的程序,能够动态创建进程、悬挂进程、杀死进程; 可以为任意一当前进程创建子进程; 显示系统当前各个进程的状态。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:郭培
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. jinchengdiaodu.rar

    0下载:
  2. 操作系统作业:提供以下算法代码 1.先来先服务 2.优先级调度 3.短作业优先 4.响应比高优先,Operating system: to provide the following algorithm code 1. First Come First Served 2. Priority Scheduling 3. Short operating priority 4. To respond to high priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1865
    • 提供者:zhangguifa
  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. jinchengdiaodu

    0下载:
  2. 一个用VC++编定的按优先权调度算法和先来先服务调度算法实现进程调度的程序。-A used VC++ Scheduled according to priority scheduling algorithm and a first-come first-serve scheduling algorithm to achieve the process of scheduling procedures.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1701
    • 提供者:阿德
  1. jinchengdiaodu

    0下载:
  2. 讲述进程的调度,根据优先级的高低来执行进程-About the process of scheduling, in accordance with the level of priority to the implementation process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:1299
    • 提供者:刘飞飞
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度实验中的短作业优先进程调度算法-Experiment operating system process scheduling priority to the process of operation of short-scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:1252
    • 提供者:
  1. jinchengdiaodu

    0下载:
  2. 操作系统课程设计报告 含有实验的源代码 喜欢的可以自己来下 不限人数-you can download as long as you like
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:27287
    • 提供者:青蛙
  1. jinchengdiaodu

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

    • 发布日期:2017-03-28
    • 文件大小:521848
    • 提供者:cnwst
  1. jinchengdiaodu

    0下载:
  2. 大学三年级操作系统实验1进程调度,三种方法都有-University of third-year operating system process scheduling experiment 1, three methods have
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:387704
    • 提供者:张驰
« 12 3 4 »
搜珍网 www.dssz.com