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

搜索资源列表

  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. 1 三种调度算法的模拟代码

    1下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure,
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
  1. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU freq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:杨场鸿
  1. 死锁的模拟与检测

    0下载:
  2. 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2466
    • 提供者:王国强
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. 进程调度模拟源程序

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27675
    • 提供者:林一森
  1. mmm

    0下载:
  2. 模拟进程,阿拉加速度录放机连锁店卡交费克拉速度家法速度发送地发送颠覆斯大林方三点两分-modeling process, speed recorders ferocious chain card fees carats lessons at the rate of speed of this subversion sent Stalin to 3.2 hours
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1996
    • 提供者:缪惠忠
  1. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法

    0下载:
  2. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process p
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1917
    • 提供者:fdf
  1. 模拟银行

    0下载:
  2. 操作系统的模拟实验,模拟银行,用来代表进程的高度-operating system simulation, simulation banks, used to represent the height of the process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16753
    • 提供者:张心海
  1. 进程管理模拟算法

    0下载:
  2. 进程管理的典型代码,可以学习进程管理编程思路和方法,十分有用-the typical process management code, we can learn from the process of programming ideas and management methods, very useful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7962
    • 提供者:李鸿中
  1. System2

    0下载:
  2. 操作系统实验之一,模拟进程状态,包含新建、挂起、休眠、恢复等。-experimental operating system, a state process simulation, including new construction, 1-2 dormancy and restoration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61643
    • 提供者:李伟然
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:丘方
  1. nsj23

    0下载:
  2. 操作系统,模拟进程调度!! 有什么意见大家提一下!谢谢!-operating systems, process simulation scheduling! ! What are the opinions you mention! Thank you!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1479
    • 提供者:豪气
  1. scand_pcb

    0下载:
  2. 实验要求用高级语言编写模拟进程调度程序,以便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法的具体实施办法。 个人作业仅供参考,态度决定一切!-experiment with high-level language requirements to prepare the modeling process scheduling procedures, in order to deepen understanding of the process control q
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2492
    • 提供者:靳士伟
  1. callprocess

    0下载:
  2. 操作系统试验,模拟进程调度。c语言编写。-operating system testing, the modeling process scheduling. C language.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2588
    • 提供者:贾德
  1. PCommunication

    0下载:
  2. 题 目: 模拟进程利用单向邮箱通信 初始条件: 1. 随机生成邮箱的大小。 2. 消息大小与邮箱单元的大小相等。 3. 邮箱开始为空。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.如果邮箱中没有空单元,发送进程不能发送消息; 2.如果邮箱中没有消息,接收进程不能接收消息。 3.设计报告内容应说明: ⑴课程设计目的与功能; ⑵需求分析,数据结构或模块说明(功能与框图); (3)运行结果与运行情况分析; (
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8939
    • 提供者:王鑫
  1. taozuoxitong

    0下载:
  2. 操作系统代码模拟进程调度,偶花了整整一个星期写,如有错误,请指教-operating system code modeling process scheduling, even spent an entire week to write, if wrong, please enlighten
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2285
    • 提供者:冯锋
  1. OS_HairCut_CSharp

    1下载:
  2. 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber's report for the modeling process debugging, procedures using C#
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:50446
    • 提供者:李一生
  1. jinchengtiaodu

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

    • 发布日期:2008-10-13
    • 文件大小:38475
    • 提供者:烟仔
  1. jincheng.cpp

    0下载:
  2. 模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1292
    • 提供者:liwei
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com