CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 模拟进程调度

搜索资源列表

  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. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1008
    • 提供者:兰天
  1. ProcessManagerUp

    0下载:
  2. 模拟了进程调度 用MFC实现的,类似任务管理器形势-To simulate the process of scheduling using MFC to achieve, similar to the situation in Task Manager
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:3008704
    • 提供者:liujiyun
  1. Os

    0下载:
  2. vc 6.0 基于MFC的进程调度模拟,有界面很直观-VC6.0 os fcfs sfs process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3643
    • 提供者:lcl
  1. 1

    1下载:
  2. vc 6.0 进程调度算法的模拟,缺点是只实现一种调度-vc 6.0 FCFS SFS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29773
    • 提供者:lcl
  1. dispatch

    0下载:
  2. 进程调度模拟程序。可以看到操作系统进行进程调度的一般思路-Process scheduling simulation program. You can see the process of scheduling the operating system of general ideas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:28942
    • 提供者:y
  1. Banker

    0下载:
  2. 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:219048
    • 提供者:fcwindpasss
  1. process

    0下载:
  2. 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:202783
    • 提供者:fcwindpasss
  1. paiduilun

    0下载:
  2. 做数学建模时编的程序,仿照linix系统中进程调度,作出的医院排队模拟程序。-Mathematical modeling prepared to do the procedure, modeled on the process of scheduling linix system to make the hospital queue simulation program.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1826
    • 提供者:郭志伟
  1. SYSTEM

    0下载:
  2. 该程序为一进程模拟调度系统,模拟CPU调度进程的两种算法,内含报告,可直接运行。-The program is a process simulation scheduling system, simulated CPU scheduling process, two kinds of algorithms, containing a report can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:182531
    • 提供者:李莉
  1. jincheng

    0下载:
  2. 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1701285
    • 提供者:金小山
  1. service

    0下载:
  2. 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1451
    • 提供者:王小方
  1. Process

    0下载:
  2. 实现几种进程调度算法的简单模拟程序,包括先服务算法、短作业算法等。-Several process scheduling algorithm to achieve a simple simulation program, including the first service algorithm, a short operation algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:10511
    • 提供者:wqchris
  1. suanfadiaodu

    0下载:
  2. 实现按优先级与时间片相结合的进程调度算法 内容: 1:设计进程控制快,进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构。 2:模拟操作系统进程调度的功能,编写进程调度程序,模拟的处理机分派程序,进程等待函数和进程唤醒函数。 3:编写用户程序,创建6个用户进程。 进程调度的设计方法 1。数据结构 (1)优先级与时间片的设计 ◆进程因等待放弃CPU时,优先级置为1(高优先级) ◆进程因时间片到放弃CPU时,优先
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:李超
  1. fcfs

    0下载:
  2. 操作系统进程调度的先来先服务进程调度的实验模拟-fcfs
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:263740
    • 提供者:韩珍
  1. C8

    0下载:
  2. 用C代码模拟操作系统的进程调度,其中用到图形库-With C code simulation of the operating system process scheduling, which uses graphics library
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2040
    • 提供者:abc135790
  1. priorityschedulingal

    0下载:
  2. 模拟操作系统基于优先级的进程调度算法 包含实验报告和实验记过-Operating system based on the simulation process of priority scheduling algorithm Contains experiment report and experimental results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:165483
    • 提供者:得分
  1. 11

    0下载:
  2. 进程控制用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件。或者利用鼠标或者键盘中断的基于图形接口方式的进程控制管理。 具体过程: 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:yli
  1. Scheduling

    0下载:
  2. 该程序,实现了模拟系统中进程调度的情形,具备QT图形界面,原创-The program, implemented in the process simulation system scheduling situation, with QT GUI, originality
  3. 所属分类:Other systems

    • 发布日期:2017-06-21
    • 文件大小:36721834
    • 提供者:victor
  1. slsfusf

    0下载:
  2. 设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-Design a process to allow concurrent operation of n-process management simulation system. The
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1730
    • 提供者:agaeg
  1. ProcessSwitch

    0下载:
  2. 1_进程调度_十大题型 模拟操作系统进程调度,及考试题型分析-1_ _ Top Ten Questions in the process of scheduling the operating system process scheduling simulation, and analysis of testing questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1779
    • 提供者:xingqiyi
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 30 »
搜珍网 www.dssz.com