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

搜索资源列表

  1. C-language-curriculum-design-case

    0下载:
  2. 书中有C语言编写的常见的游戏及应用程序,具体内容如下: 案例一 贪吃蛇游戏; 案例二 计算器; 案例三 黑白棋游戏; 案例四 迷宫问题; 案例五 扫地雷游戏; 案例六 速算24; 案例七 数据结构CAI系统; 案例八 进程调度; 案例九 存储管理分区分配算法; 案例十 通讯录; 案例十一 学生成绩管理; 案例十二 工资管理; 案例十三 图书借阅管理; 案例十四 教师工作量计算;-The book written in the C langu
  3. 所属分类:Education soft system

    • 发布日期:2017-03-27
    • 文件大小:59374
    • 提供者:Ada
  1. memory

    0下载:
  2. c++程序模拟实现可变式分区分配的存储管理的最佳适应算法!编译运行通过!-c++ program to simulate the type of partition to achieve variable storage management best-fit algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-01-10
    • 文件大小:1024
    • 提供者:liwei
  1. page

    0下载:
  2. C++实现的请求页式存储管理的模拟程序,缺页处理采用FIFO的算法!-C++ implementation of the requested page storage management simulation program, page fault handling using the FIFO algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:liwei
  1. storage-administration

    0下载:
  2. 操作系统实验虚拟存储管理有完整的代码和结果截图和注释以及使用说明-The operating system experiment virtual storage management have complete code and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:109133
    • 提供者:hule
  1. yemiancunchu

    0下载:
  2. 操作系统实验页面存储管理有完整的代码和结果截图和注释以及使用说明-The operating system experiment page storage management have complete code and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:133107
    • 提供者:hule
  1. chenyang

    0下载:
  2. 帮助了解在不同的存储管理方式下,应怎样实现主存空间的分配和回收。 -Help understand the different storage management, should be how to achieve the main memory space allocation and recovery
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1635
    • 提供者:陈阳
  1. 1

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存 储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算 法的基本思想和实现过程,并比较它们的效率。-Page replacement algorithm for simulation-based management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1739
    • 提供者:xhu124
  1. qingqiufenye

    0下载:
  2. 设计一个请求页式存储管理方案,为简单起见。页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-The professional English test source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1679
    • 提供者:kab
  1. bianyiyuanli

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。-Compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-06-18
    • 文件大小:27816942
    • 提供者:k
  1. os1

    0下载:
  2. 自己写的模拟分页存储管理,操作系统课程设计,答辩完了 -Write analog paging storage management, operating systems curriculum design, the respondent is over
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:106843
    • 提供者:随大家
  1. newtest2

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断的模拟 操作系统课程设计-Virtual Storage Management page in the address translation and page fault simulation of the operating system curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2960
    • 提供者:啊啊
  1. kechengshejiyaoqiu

    0下载:
  2. 课程设计要求,操作系统课程设计任务书2:页式存储管理模拟器.-kechengsheji yaoqiu
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3621
    • 提供者:lizhong
  1. cunchuguanli

    0下载:
  2. 操作系统实验二:存储管理——基本分页存储管理-Operating system Experiment II: storage management- paging storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1688
    • 提供者:陈百成
  1. memory

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

    • 发布日期:2017-04-04
    • 文件大小:61336
    • 提供者:陈玲玲
  1. OS

    0下载:
  2. 操作系统(Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统是一个庞大的管理控制程序,大致包括5个方面的管理功能:进程与处理机管理、作业管理、存储管理、设备管理、文件管理。本文对操作系统的5个功能中的4个功能进行了模拟,以VC++6.0为开发平台编写了相应的控制台应用程序。-Operating system (Operating System, referred to as OS) is a computer hardware
  3. 所属分类:OS Develop

  1. OSPro3

    0下载:
  2. os实验:页式存储管理。 OPT算法、FIFO算法、LRU算法,及命中率计算-os experiment: page storage management. OPT algorithm, the FIFO algorithm, the LRU algorithm, and the hit rate calculation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:911277
    • 提供者:虚静夜
  1. Virtual-storage-d

    0下载:
  2. 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8440
    • 提供者:liqiang
  1. dynamic-allocation

    0下载:
  2. 该程序可用于了解动态分区分配中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-The program is used to understand the data structures used in the dynamic partition and the allocation algorithm, and further deepen the understanding of the dynamic partition memory management
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2450
    • 提供者:张华
  1. 13

    0下载:
  2. c语言,虚拟存储管理器的页面调度,学习操作系统的同学大有帮助- language, virtual storage management, paging, students learn about operating systems go a long way
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7879
    • 提供者:廉吉军
  1. sdram

    0下载:
  2. s3c2440 sdram操作, 设置存储管理器,设置外设时序.操作nand flash.-English VersionEnglish VersionEnglish VersionEnglish VersionEnglish VersionEnglish Version
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:xx
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com