搜索资源列表
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
MyProjects
- 所写代码分别为链表以及操作系统中用到的进程调度和页式管理中的淘汰算法。-Written code for the list, respectively, as well as the operating system used in the process of scheduling and management of page-out algorithms.
memory
- 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
mode1
- 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
bank)
- 银行家算法的程序,将文件改成c语言就行了。认真编写-Banker' s algorithm process the file into c language on the list. Carefully prepared
wjq
- TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation exp
vs
- My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
ClockPageReplacement
- 一个用循环链表模拟操作系统进程调度中的时间片轮转策略-A simulation of the operating system process the cyclic list scheduling time slice rotation strategy
jincheng
- 关于操作系统进程的创建,阻塞,暂停,进程的结束,利用链表实现的-Created on the operating system process, obstruction, pause, end of the process, the use of linked list implementation
IO-System
- 本实验要求实现模拟单通路I/O系统中的设备分配程序,有如下要求: 1、设计系统设备表SDT、设备控制表DCT、控制器表COCT、通道表CHCT和逻辑设备表LUT。 2、提供给用户各表目的初态。 -This experiment simulating single access requirements I/O system of allocation process and equipment for the following requirements: 1, design sys
WinRAR-ZIP-
- 本程序显示了创建子进程的基本框架,该程序只是再一次的启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows the basic framework to create a child process, it is only the start itself again, the system displays its process ID and its position in the process list.
ProcessMonitorProject
- 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
rr
- 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
1
- 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
122
- 本程序显示了创建子进程的基本框架。该程序只是再一次地启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows to create the basic framework of the child process. This procedure is once again to start their own, shows the system process ID and it in the process that the position of the l
ProcessControl
- 实验1 进程调度 一、实验目的 通过实验加强对进程调度算法的理解和掌握。 二、实验内容 编写程序实现基于优先级的时间片轮转调度算法。 -Experiment a process schedulingFirst, the purpose of the experimentExperiments to enhance understanding and mastering of the process scheduling algorithm.Second, exper
hidden-in-the-task-list
- 在任务列表中隐藏进程98 在任务列表中隐藏进程易语言源码-The process of hidden 98 hidden in the task list process easy language source code in the task list
task-list-process
- 易语言程序 源码 在任务列表中隐藏进程 Easy language source code hidden in the task list process -Easy language source code hidden in the task list process
subject_3
- 编写一个请求页式存储管理模拟程序,通过对页面置换过程的模拟,加深对请求页式存储管理方式基本原理及实现过程的理解。 要求: 1. 从键盘输入页面访问序列及分配给进程的内存块数; 2. 分别采用OPT、FIFO和LRU算法进行页面置换(说明:对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块