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

搜索资源列表

  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. mange

    0下载:
  2. 模拟内存页式管理,实现内存分页,页表创建及内外存地址转换-Analog memory-page management, paging, page tables to create internal and external memory address translation
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1881760
    • 提供者:huimou
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. 4

    0下载:
  2. 页式内存管理系统模拟程序 c-Page memory management system simulation program c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2030
    • 提供者:liyubo
  1. ucos_Demo

    0下载:
  2. ucosDEMO程序,可以模拟实现任务管理,优先级反转,内存管理,消息队列,时钟中断等-ucosDEMO procedures, can simulate the realization of task management, priority inversion, memory management, message queues, such as clock interrupt
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:15155
    • 提供者:卢松柏
  1. cunchuguanli

    0下载:
  2. 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the storage process control block and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3069
    • 提供者:liweixia
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. RoundRobintimeslicememorymanagementsimulationsourc

    0下载:
  2. 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:105458
    • 提供者:hhb
  1. 0S5

    0下载:
  2. c实现的操作系统主要管理功能模拟,包括内存管理,进程管理,分区管理-c to achieve the main management functions of the operating system simulation, including memory management, process management, area management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4586
    • 提供者:Smiles
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2055686
    • 提供者:adia
  1. OSImitater

    0下载:
  2. 在Visual studio 2005环境下用C#语言开发完成的模拟操作系统.能够模拟系统调度,内存管理等-a program builded under Visual studio 2005 in C# to simulate computer operating system
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:518160
    • 提供者:
  1. diaoye3

    0下载:
  2. 利用MFC编程,实现对内存管理中的请求调页的模拟-The use of MFC programming, memory management to achieve the requested page transfer simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7678
    • 提供者:lllrrr
  1. diaoye5

    0下载:
  2. m利用MFC实现对操作系统内存管理中请求调页的模拟,并计算缺页率-m the use of MFC to achieve the operating system memory management in the analog paging request, and calculate the rate of missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2963
    • 提供者:lllrrr
  1. diaoye6

    0下载:
  2. 操作系统实验,模拟操作系统内存管理中的请求调页-Experimental system to simulate the operating system memory management in the paging request
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3986
    • 提供者:lllrrr
  1. merroy

    0下载:
  2. 操作系统,模拟内存的分配与回收,可变式分区管理-Operating system, simulation of the distribution and recovery of memory, variable partition management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2465
    • 提供者:曾先生
  1. fenqucunchu

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the following: first determine alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:
  1. mode1

    0下载:
  2. 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2228
    • 提供者:echo
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1106917
    • 提供者:小衍
  1. neicunguanlimonixitong

    0下载:
  2. 操作系统课程设计中的一个小题目---内存管理模拟系统-Curriculum design in the operating system, a small topic of memory management simulation system---
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:57683
    • 提供者:xiongdong
  1. neicunguanlishiyan

    0下载:
  2. 编写一个程序来模拟内存的管理,要求: .采用活动分区方案,但不采用紧凑算法。 .假设系统内存容量为100KB。 .要能处理内存回收的时候上下邻合并的问题。 -The preparation of a program to simulate the memory management, requirements:. Using active partition, but do not use compact algorithm. . The assumption that t
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6715
    • 提供者:jing
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com