CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 模拟操作系统

搜索资源列表

  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8698
    • 提供者:风海
  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. 进程管理与调度的模拟

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

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. c模拟内存管理

    2下载:
  2. 一个用C写的内存管理系统,模拟操作系统内存-C write a memory management system, the operating system memory simulation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39800
    • 提供者:keke
  1. 模拟进程同步

    0下载:
  2. 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29854
    • 提供者:李小刚
  1. os--processcontrol

    0下载:
  2. 这是一个模拟操作系统中近程之间调度的源代码,适合初学操作系统的人理解其内部工作机制.-this is a short-range operating system simulation scheduling between the source code, the operating system suitable for beginners to understand its internal working mechanisms.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12803
    • 提供者:润卿
  1. page20

    0下载:
  2. c++程序,模拟操作系统进程管理,里面有所有的文件和所明-c procedures, the operating system simulation process management, which has all the documents and that
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:435502
    • 提供者:黄涛
  1. lvling129shiyan

    0下载:
  2. 操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码-operating system, operating system simulation process control and process scheduling, detailed documentation and code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:419459
    • 提供者:人类
  1. Read_Write

    1下载:
  2. 本程序模拟操作系统中的读者与写者进程来描述进程控制!-the simulation system with the readers who wrote to describe the process of process control!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22145
    • 提供者:赵赵
  1. OSProgram

    0下载:
  2. 模拟操作系统中进程的调度,空闲分区的分配和回收
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4033
    • 提供者:康海燕
  1. jinchengdiaodu

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

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

    0下载:
  2. 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86107
    • 提供者:王东
  1. 处理机调度

    0下载:
  2. 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:113554
    • 提供者:开心果
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:何浩
  1. 模拟进程的调度

    0下载:
  2. 这是一个用Delphi做的模拟进程的调度的源代码,对学习操作系统的朋友可能有所帮助!-Delphi do the scheduling process simulation source code, to learn the operating system might be helpful to a friend!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3745
    • 提供者:大包
  1. process

    0下载:
  2. 模拟操作系统中的进程调度用c写的一段程序代码。希望多沟通。-Simulation of the process of scheduling the operating system used to write c program code section. Want to communicate.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:8583
    • 提供者:kaven
  1. ThisIsMyPROCESS

    0下载:
  2. 操作系统的进程管理的模拟,采用的算法是动态高优先权的算法。-Operating system process management, simulation, using the algorithm is a dynamic high-priority algorithms.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:49556
    • 提供者:gwj
  1. duoxianceheng

    0下载:
  2. 多线程模拟 操作系统程序-Simulation of multi-threaded operating system procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1185
    • 提供者:guo wei
  1. MultiThread

    0下载:
  2. 很好的模拟了进程并发的运行状态...可以很好的理解操作系统的多进程!-Good simulation of the complicated process of running a good understanding of ... the multi-process operating system!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:40527
    • 提供者:王子熙
  1. os

    0下载:
  2. 用VB写的模拟操作系统的进程的工作过程,可作为操作系统的课程设计的参考资料-Using VB to write the simulation of the process of the operating system process, which involves the management of that equipment can be used as reference for the operating system class
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:174886
    • 提供者:为米而奋斗
« 12 3 4 5 »
搜珍网 www.dssz.com