搜索资源列表
D__Documen504181222002
- 模拟操作系统运行的源代码 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
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
进程管理与调度的模拟
- 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
c模拟内存管理
- 一个用C写的内存管理系统,模拟操作系统内存-C write a memory management system, the operating system memory simulation
模拟进程同步
- 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
os--processcontrol
- 这是一个模拟操作系统中近程之间调度的源代码,适合初学操作系统的人理解其内部工作机制.-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.
page20
- c++程序,模拟操作系统进程管理,里面有所有的文件和所明-c procedures, the operating system simulation process management, which has all the documents and that
lvling129shiyan
- 操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码-operating system, operating system simulation process control and process scheduling, detailed documentation and code
Read_Write
- 本程序模拟操作系统中的读者与写者进程来描述进程控制!-the simulation system with the readers who wrote to describe the process of process control!
OSProgram
- 模拟操作系统中进程的调度,空闲分区的分配和回收
jinchengdiaodu
- 模拟操作系统进程管理的程序,能够动态创建进程、悬挂进程、杀死进程; 可以为任意一当前进程创建子进程; 显示系统当前各个进程的状态。
读者写者模拟
- 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
处理机调度
- 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
scan与cscan算法模拟磁盘调度实验
- 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
模拟进程的调度
- 这是一个用Delphi做的模拟进程的调度的源代码,对学习操作系统的朋友可能有所帮助!-Delphi do the scheduling process simulation source code, to learn the operating system might be helpful to a friend!
process
- 模拟操作系统中的进程调度用c写的一段程序代码。希望多沟通。-Simulation of the process of scheduling the operating system used to write c program code section. Want to communicate.
ThisIsMyPROCESS
- 操作系统的进程管理的模拟,采用的算法是动态高优先权的算法。-Operating system process management, simulation, using the algorithm is a dynamic high-priority algorithms.
duoxianceheng
- 多线程模拟 操作系统程序-Simulation of multi-threaded operating system procedures
MultiThread
- 很好的模拟了进程并发的运行状态...可以很好的理解操作系统的多进程!-Good simulation of the complicated process of running a good understanding of ... the multi-process operating system!
os
- 用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