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

搜索资源列表

  1. Bank-Savings-Management-Systems

    0下载:
  2. SOL server 2005开发的银行存储管理系统,包含基本存储关系的各个元素。-SOL server 2005 development bank storage management system, including the relationship between the various elements of the basic storage.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-16
    • 文件大小:90738
    • 提供者:刘越飞
  1. operator-system-manage

    0下载:
  2. 模拟请求页式存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法(FIFO)处理缺页中断。-Address simulation request page memory management hardware conversion and page fault and page fault handling with FIFO scheduling algorithms (FIFO).
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:174883
    • 提供者:孙亭
  1. os_2

    0下载:
  2. 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:孙晓卉
  1. memory

    0下载:
  2. 这是操作系统中经常用到的存储管理的代码,希望对大家有用,谢谢。-This is the storage management is often used in the operating system code, I hope useful for all of us, thank you.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:900659
    • 提供者:Anne
  1. savemanage

    0下载:
  2. 计算机操作系统的存储管理,存储管理子系统是操作系统中最重要的组成部分之一。-Computer operating system memory management, storage management subsystem is part of the operating system is one of the most important.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:17389
    • 提供者:空想
  1. system

    1下载:
  2. 页式存储管理模拟 描述:根据虚地址中的用户号和虚页号同时查快表和慢表,当快表中存在此虚页号,就读出实页号,并计算主存实地址。如果所需页面没有在快表当中,等待慢表的访问结果,如果慢表中也不存在(装入位=0)怎产生缺页中断,调入所需页面,如果主存有空闲页面,则直接调入,否则使用LRU替换算法淘汰主存中某一页,调入新的页面,并更新快表。-Page storage management simulation Descr iption: while the investigation fast and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1191
    • 提供者:高昊
  1. memorry

    0下载:
  2. 编译原理课程实验:模拟首次适应动态分区存储管理方案中的内存分配与回收。-Compiler theory curriculum experiment: simulated first-fit dynamic storage management program memory allocation and recovery....
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1335260
    • 提供者:yu
  1. yemimazhihuan

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程,并比较它们的效率;操作系统的发展使得系统完成了大部分的内存管理工作,对于程序员而言,这些内存管理的过程是完全透明的。因此程序员从不关心系统如何为自己分配内存,而且永远认为系统可以分配给程序所需要的内存。在开发程序时,程序员真正需要做的就是:申请内存、使用内存、释放内存。该实验就是帮助读者更好地理解从程序员的角度应如何使用内存。-Through sim
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:刘万友
  1. storage-management-and-recovery.

    0下载:
  2. 操作系统课设,模拟设计段式存储管理的分配与回收-Operating system course design, distribution and recovery period of storage management simulation design
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:240337
    • 提供者:fei
  1. CM

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。 完成: 验证最优适应算法; 实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。 -Write a program to complete dynamic partitioning storage management way of the realization of the distribution of main memory recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:904
    • 提供者:杜英
  1. lab2

    0下载:
  2. MIT有关JOS的实验2, 深入理解并实现操作系统分页存储管理的原理。-JOS MIT experiments concerning the two in-depth understanding and realization of the principle operating system paging storage management.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:224036
    • 提供者:
  1. caozuoxitong

    0下载:
  2. 操作系统:模拟用可变分区存储管理方式(最优适应分配算法)对主存空间进行分配和回收的过程-Operating System: Analog with variable storage management (optimal allocation algorithm adaptation) for main memory space allocation and recovery process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2220
    • 提供者:王小二
  1. storemanage

    0下载:
  2. 一个采用可变式分区分配的存储管理方案,可以模拟实现分区的分配和回收过程。分区管理法采用的是首次适应算法-Variable partition is assigned a use storage management solutions, it can be simulated distribution and recovery process partition. Partition management method uses a first-fit algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:dn
  1. qtvesion

    2下载:
  2. 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。 (1)为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存; (2)对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址; (3)若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。 假定内存64K,内存块(页框 )1K,进程逻辑地址空间最大16个段,每个段最大64K。假设进程运行前未预先装入任何地址空间。 输出每次存储分配/回收时,内存自由块分布情
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:841697
    • 提供者:
  1. Operating-System-Simulation

    0下载:
  2. 用.net制作的仿造操作系统运行的小程序,主要包括进程调度,存储管理,银行家算法等几个小程序的集成,是学习现代操作系统课程中良好的辅助理解仿真程序-With.net copy of operating system to run small programs, including process scheduling, storage management, bankers algorithm, such as a few small application integration, is to
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1146990
    • 提供者:林志勇
  1. Storage_Management

    0下载:
  2. 该系统是操作系统中的自动存储管理系统,可以实现对文件的自动存储管理-The system is operating systems automatic storage management system that can realize the file Automatic Storage Management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3123
    • 提供者:苏兰
  1. OS

    0下载:
  2. 该系统是一个请求页式存储管理系统,采用FIFO等页面淘汰算法-This system is a requested page storage management system, using FIFO and other pages out algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6486
    • 提供者:苏兰
  1. Notepad

    0下载:
  2. 基于android平台的记事本程序,可作为初学者学习android的存储管理时参考使用,可记录、修改、删除普通日记-android-based notepad app
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1460405
    • 提供者:shultz
  1. qydoc_v3.3

    0下载:
  2. 桃源企业文件管理系统适用于任何机构内部或内外之间的电子文档存储管理、网络服务、传阅签收、公文审批等业务流程,便于机构全体、部门、个人的电子文档共享,有关文档按机构、部门、项目组、职员进行严格管理,实现对文件的严格管理与可控共享。-Electronic document storage management and document management system for Taoyuan enterprises within or between inside and outside of a
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-14
    • 文件大小:3161121
    • 提供者:xxpudn97
  1. NeiCunFenPeiYuHuiShou

    0下载:
  2. 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation and recovery experiments compl
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:957454
    • 提供者:艾克旦
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com