搜索资源列表
cibidiaodu
- 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
moniwenji
- 用C语言实现的一个模拟文件系统,里面是实现的源代码!-C language simulation of a file system, which is the source code!
PROCUS
- 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
FPCLIB36
- 模拟协处理器功能的 C 语言源码 -coprocessor functional simulation of C language source code
form
- 多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
Producer_Customer
- 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
testc
- 实现动态分区管理模拟最先适应法和最佳适应法,用c实现-Dynamic simulation of regional management to adapt the first and best adaptation law, with the realization of c
Operatingsystemscurriculumdesignsimulationofhefile
- 操作系统课程设计,模拟文件系统算法的C编写-Operating systems curriculum design, simulation of the file system algorithm
C
- 这是操作系统实验时所编写的一个模拟进程调度用c++语言所编写的一个小程序-This is the operating system during the preparation of the experimental simulation of the process of scheduling a c++ language used by a small program to prepare
Linux
- 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
Process
- 用C++模拟实现操作系统是如何调度进程的, 其中有时间片算法、优先级算法、单轮片算法-Using C++ simulation of the operating system is how to achieve the scheduling process, including time slice algorithm, priority algorithm, single-round algorithm film ... ...
OperatingSystemMemoryManagement
- (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
OSSim
- 学生用FlashMX实现的操作系统课程原理设计报告,实现磁盘文件系统的模拟及进程调度队列的演示,比较有新意,以前学生都是C++或其它VB实现不同。-Differing from the past development in OS course, Lulu has developed the simulation of File system and process schedule in operating system with FlashMX.
050601236
- c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
SJF
- sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
banker
- 使用C语言实现的模拟操作系统的资源分配的银行家算法~-Using the C language implementation of the simulation of the operating system allocation of resources banker' s algorithm ~
3
- c c++ 模拟虚拟分页存储管理系统 弄了蛮久的-c c++ simulation of the virtual paging memory management system, get a quite a long time
files
- 用C语言写的关于模拟二级目录文件操作,文件的创建,删除,修改文件内容等,操作系统实验-Written using C language on the simulation of two directories and files operations, file creation, delete, modify file contents, the operating system experiment
air_planes.tar
- it is an simulation of the airplane controller written in C.Basic operating systems functions such as fork,dup,system are used for the Linux platform.
Process-Scheduling-Simulation--
- 本程序实现操作系统进程调度模拟 C++语言实现- implementation of this Program:process scheduling simulation ,C++ language
