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

搜索资源列表

  1. LRU

    0下载:
  2. 关于操作系统的内存管理,如何节省利用容量不大的内存为最多的进程提供资源,一直是研究的重要方向。而内存的虚拟存储管理,是现在最通用,最成功的方式—— 在内存有限的情况下,扩展一部分外存作为虚拟内存,真正的内存只存储当前运行时所用得到信息。这无疑极大地扩充了内存的功能,极大地提高了计算机的并发度。虚拟页式存储管理,则是将进程所需空间划分为多个页面,内存中只存放当前所需页面,其余页面放入外存的管理方式。 -About operating system memory management, how to
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:897
    • 提供者:王成
  1. Store

    0下载:
  2. 这是存储管理程序,能清楚知道存储状况,以及各进程的运行状况-This is a storage management program can be fully aware of the storage conditions, as well as the process operating conditions
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1293
    • 提供者:許欢
  1. alal

    0下载:
  2. 模拟请求段式存储管理_FIFO,os课程设计。页面置换算法(也称页面淘汰算法)是用来确定应该淘汰哪一页的一种策略。比较常用的置换算法有以下几种:1. 最佳置换算法;2.先进先出算法(FIFO);3.最近最就未使用算法(LRU)。本设计要求实现其中的FIFO和LRU算法模拟-Simulate request-stage storage management _FIFO
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:3386
    • 提供者:张飞
  1. zaozuoxitongshiyan

    0下载:
  2. 存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。 -One of the main functions of storage management is a reasonable allocation of space. Request the page management is a common virtual storage mana
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:5362
    • 提供者:张飞
  1. main

    0下载:
  2. 本任务要求实现一个简单的存储管理器,对进程地址空间的管理有进一步的了解。 任务要求 (1) 实现一个malloc/free,必须按讲义指出的方案(注意,因为网上有一些现成的版本,凡未按讲义方案实现者均无效) (2) 设计测试实例,并与libc的malloc实现进行性能比较。 (3) 选做,分析你正在使用的libc下malloc的实现。 请参考下面的材料注意其如何保证性能。 -This task requires a simple storage management ha
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:673
    • 提供者:伴随
  1. SegmentPage

    0下载:
  2. 操作系统课程设计中的段页式存储管理系统,手动输入内存及内存块大小,从文件中读取数据。有各种中断调试。-Segment pages in the curriculum design of the operating system storage management system, and manually enter the memory and the memory block size, data is read from the file. There are a variety of b
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:971911
    • 提供者:ChengXYY
  1. exam

    0下载:
  2. 虚拟存储管理器的页面调度程序,用c语言实现虚拟存储器的调度管理-Page of the Virtual Storage Manager scheduler
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1989
    • 提供者:tian
  1. abc

    0下载:
  2. 当前的数据密集型计算需要处理PB级数 据集和GB级数据流,面临着大规模数据管理、复 杂计算环境管理、可扩展计算平台等方面的难题.. Hadoop是一种易扩展的分布式计算架构,能将廉 价PC节点联合起来提供大型计算服务一其HDFS 提供大规模存储管理,其Map Reduce并行框架为 用户提供容易使用的并行编程模式。本文研究 Hadoop架构并探讨在数据密集型计算中的应用-Current data-intensive computing needs of the PB-
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:2139269
    • 提供者:杨超
  1. Cfile1o

    0下载:
  2. 计算机专业操作系统实实验报告,实验四存储管理 -Real experimental report of the Computer Professional operating system, experimental storage management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:58202
    • 提供者:zd
  1. 13.FSMC.tar

    0下载:
  2. stm32的静态存储管理器的使用 控制外围设备eeprom-the stm32 The use of static memory management
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4410390
    • 提供者:赵刚
  1. 4

    0下载:
  2. 概述 4.2 连续存储管理 4.3 分页式存储管理 4.4 分段式存储管理 4.5 虚拟存储 -4.4 segmented storage management 4.5 Overview 4.2 continuous storage management 4.3 paging storage management virtual storage
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:126895
    • 提供者:anne
  1. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1777841
    • 提供者:周明明
  1. Storage-management

    0下载:
  2. windows环境vc++开发,操作系统的模拟存储管理的代码,-on windows,used vc++,the code is the Storage management
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:11546
    • 提供者:陈翔运
  1. hqwpgl

    0下载:
  2. 后勤物品领用管理数据库:包括表、视图、存储过程、触发器及完整性的实现-Logistics management database requisitioned items: including tables, views, stored procedures, triggers and integrity of the implementation
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:2258
    • 提供者:wang
  1. lib

    0下载:
  2. 采用是Access数据库存储,vb开发环境。可用于一般的图书管理。-Library
  3. 所属分类:Education soft system

    • 发布日期:2017-05-12
    • 文件大小:2974407
    • 提供者:陈琪
  1. yuandaima

    0下载:
  2. 动态分区存储管理方式的主存分配回收源代码-Dynamic partitioning of main memory storage management recovery of the source code distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:杨欢
  1. A0022zipn

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和和缺页中断,和选择页面调度算法处理缺页中断 -The analog paging virtual memory management hardware address translation and page fault interrupt, and select the page scheduling algorithm processing missing pages interrupt
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:59929
    • 提供者:积累
  1. Compilation-principle

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。-The compiler theory is an important professional courses, computer professional and is intended to introduce the general principles and basic methods of compi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:2151772
    • 提供者:李丽
  1. dd

    0下载:
  2. 分页式存储管理,实现操作系统存储管理的功能。简单明了。适合初学者-Paging storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1467
    • 提供者:张泽
  1. KKK

    0下载:
  2. 页面虚拟存储,模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。采用先进先出调度算-Page of virtual storage, to analog paging virtual memory management hardware address translation and page fault interrupt, as well as select paging algorithm processing a page fault. Using FI
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:53603
    • 提供者:king
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com