搜索资源列表

  1. JinChengDiaoDu

    0下载:
  2. 模拟实现进程调度的内存管理功能,由用户输入相关的参数,可以根据多选择的算法进行模拟-Analog realization of the process scheduling memory management functions, from the user input related parameters, you can choose the algorithm based on multi-simulation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:ken
  1. jinchengdiaodu

    0下载:
  2. 模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张驰
  1. jinchengdiaodu

    0下载:
  2. 进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ -Process identifier*/int pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:中伟
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:张超
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法,利用设置优先级算法来实现。-Process scheduling algorithm, used to set priority algorithm to achieve.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:kun
  1. jinchengdiaodu

    0下载:
  2. 一个模拟基本进程调度的程序。可以很好的理解进程调度的过程-A simulation of the basic process scheduling program. Can be a good understanding of the process of scheduling the process of
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:兰天
  1. jinchengdiaodu

    0下载:
  2. 操作系统模拟进程调度 经典算法 视图界面!-Classic algorithms simulate the process of scheduling the operating system interface for the view!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1106944
    • 提供者:张择
  1. jinchengdiaodu

    0下载:
  2. 利用delphi来模拟操作系统的进程的调度过程-Use delphi to simulate the process of the operating system for the activation process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:antist
  1. jinchengdiaodu

    0下载:
  2. 用预见算法解骑士游历问题 C++实现 数据结构-Algorithm for the Knight travels with a predictable problem C++, data structure
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:lin
  1. jinchengdiaodu

    0下载:
  2. 非抢占高响应比优先调度算法实现进程调度,包括进程名称,进程运行总时间,进程进入就绪队列时间,进程已运行时间。-High ratio of non-preemptive priority scheduling algorithm to respond to the process of scheduling, including the process name, the total running time of the process
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3517440
    • 提供者:wanghuahua
  1. jinchengdiaodu

    0下载:
  2. 模拟进程在静态优先级算法下的调度过程 算法选择:静态优先级。-Simulation process under static priority scheduling algorithm algorithm selection process: static priority.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:266240
    • 提供者:tj
  1. jinchengdiaodu

    0下载:
  2. 用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:8642560
    • 提供者:孟萌
  1. jinchengdiaodu

    0下载:
  2. 进程调度模拟算法,最高优先数和先来先服务算法,有几个不同的-Process scheduling simulation algorithm, the highest priority number and first come first serve algorithm, there are several different
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:蔡建
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法 操作系统进程调度1种算法,比较适合初学者-one calculator
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:razor
  1. jinchengdiaodu

    0下载:
  2. 1、用C语言或C++语言来实现对N个进程采用优先算法以及轮转算法的进程调度。 2、每个用来标示进程的进程控制块PCB用结果来描述,包括以下字段 (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1、2、3、、、、、、、。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户有进程的优先级大于0,且随机产生,标识数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运一次
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:胡殿军
  1. jinchengdiaodu

    0下载:
  2. 进程调度,实现先来先服调度,时间片轮转调度-Process scheduling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:汪强
  1. jinchengdiaodu

    0下载:
  2. 实现进程调度基本功能,是大学本科阶段必备资料。是操作系统的常见编程内容。-c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:洪武
  1. jinchengdiaodu

    0下载:
  2. 一个 操作系统的 进程调度的 课程设计。 主要包括时间片轮转,优先级,先来先服务,一以及多级反馈四种调度方法。是用c语言写的。-activation time of operating system ,used C.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:xb
  1. jinchengdiaodu

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:yogurt
  1. jinchengdiaodu

    0下载:
  2. 该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-The system includes a simple process control, synchronization and communication agencies
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xinyuan
« 1 2 34 5 »

源码中国 www.ymcn.org