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

搜索资源列表

  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15319
    • 提供者:王阳
  1. 《操作系统实验2——规划书》

    0下载:
  2. 操作系统存储管理实验源代码..与实验报告-storage management operating system source code experiment with the experimental report ..
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10548
    • 提供者:林林
  1. 操作系统实验三

    0下载:
  2. 这个是存储管理的页面课程设计 已经编译完成,绝对没有错误-storage management curriculum design pages is compiled completed, there is no wrong
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:288638
    • 提供者:张行
  1. 模拟页面置换算法

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-through writing and debugging of storage management simulation program to increase the storage management program understanding. Virtual Memory Management familiar with the pages out algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4178
    • 提供者:
  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. hurricane1230

    0下载:
  2. //页式虚拟存储管理中地址转换和缺页中断的模拟。这个是操作系统课程设计的报告啊。十分有用。您一定要亲自看一看哦。-/ / virtual memory page management NAT and missing pages interrupted simulation. The operating system is designed courses ah report. Very useful. You must personally look oh.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:地方的
  1. 实验二

    0下载:
  2. 一、实习内容 主存储器空间的分配和回收。 二、实习目的 通过本实习帮助理解在不同的存储管理方式下应怎样贮存空间的分配和回收。 -an internship contents of main memory space allocation and recovery. 2, internships purpose of the internship through the help understand the different storage management practic
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7882
    • 提供者:郭郭
  1. PDA无线餐饮管理系统解决方案

    2下载:
  2. 本系统采用,成熟稳定的数据库设计模式:客户机/服务器(Client/Server)模式。客户机端支持目前流行的win2000/XP/2003等操作系统,服务器端采用win2000 Server的操作系统,使操作简单易学。 后台数据库的设计采用大型数据库的设计理念,这样的设计可以支持多点操作、支持存储更大的数据量。而数据库管理系统的选择,采用操作简单、性能/价格比比较合理的Microsoft SQL Server 2000,使更多的用户能够接受,并且经过简单的培训更快的上手。 PC端应用程
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:735413
    • 提供者:阿程
  1. handb

    0下载:
  2. handb是一个纯Java编写的小型的关系数据库管理系统。 其中的“数据处理核心”由一为MIDP设计的关系数据查询程序更改而来; 数据存储管理在MIDP系统中由系统提供,而在该系统中提供一简单的实现; SQL语句解析部分,采用拆分和取关键字的方式实现,支持SQL-92中常用的一些语句; 用户接口由一简单的Java服务器更改而来,能够应付普通的访问; 请求调度部分的主要原则是以表为中心,保证表的原子访问。-handb is a pure Java prepared by
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:506990
    • 提供者:小谭
  1. datePersistentStorage

    0下载:
  2. 记录存储管理系统(RMS)是MIDP上的标准数据持久性开始系统,些程序以一个电话本为原型,实现了数据在本地持久存储的程序。-records storage management system (RMS) is the standard MIDP persistent data system began, more procedures to a telephone for the prototype, achieving lasting data in the local storage pro
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:56138
    • 提供者:项仁毅
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:丘方
  1. shiyongshuoming

    0下载:
  2. 此包是关于文件的集中存储管理的程序,程序可以在Wwindows平台下工作-this package is the focus of the document storage management procedures, the process can work platform Wwindows
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2319
    • 提供者:lijunwei
  1. cz

    0下载:
  2. 操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:72266
    • 提供者:xb
  1. china

    0下载:
  2. 【操作系统】页式虚拟存储管理中地址转换和缺页中断的模拟
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:望人
  1. OSshiyan5

    0下载:
  2. 通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法-by requesting page memory management algorithm simulation replacement pages design, storage virtualization technology features, master-page request for storage management algorithm replacement pages
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10798
    • 提供者:吊死鬼鬼
  1. vmm

    0下载:
  2. 请求分页存储管理方式的模拟实现,包括相应的说明文件-request tabbed storage management methods to achieve the simulation, including the corresponding notes
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26427
    • 提供者:张焕人
  1. memory_management

    0下载:
  2. 关于操作系统中存储管理的一个程序,主要是采用虚拟存储技术来提高效率。-on the operating system of a storage management procedures are the main storage virtualization technology to improve efficiency.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19641
    • 提供者:zhou
  1. guandaoshuangxiang

    0下载:
  2. 操作系统实验指导说明书 实验一 熟悉Linux环境 实验二 进程创建及进程通信 实验三 生产者-消费者问题 实验四 存储管理实验-operating systems experimental guidance brochures experiment with a two experimental Linux environment and the process of creation is the process of communication autopsy three
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36769
    • 提供者:周发之
  1. dhsfj

    0下载:
  2. 很多呀,呵呵案例一 贪吃蛇游戏案例二 计算器案例三 黑白棋游戏案例四 迷宫问题案例五 扫地雷游戏案例六 速算24案例七 数据结构CAI系统案例八 进程调度案例九 存储管理分区分配算法案例十 通讯录案例十一 学生成绩管理案例十二 工资管理案例十三 图书借阅管理案例十四 教师工作量计算-many ah, Oh cases a game Snake Case 2 Case 3 reversi calculator case four games maze problem cases five game
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:59655
    • 提供者:小何
  1. DynamicZonalMemoryManagement

    0下载:
  2. 可变分区存储管理的模拟实现 -variable storage management through the realization of variable analog storage management through the Simulation Division variable storage management module Variable be achieved through the Storage Management Simulation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4065
    • 提供者:sheep
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com