CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 内存管理

搜索资源列表

  1. 内存管理—FIFO算法

    1下载:
  2. 请求页式存储管理方案:页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-request page-storage management programs : pages out FIFO algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:lili
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. 内存

    0下载:
  2. 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:31436
    • 提供者:李斯
  1. 内存管理 胡一刀

    0下载:
  2. 操作系统的内存管理,包括自己的alloc和free函数-operating system memory management, including its own alloc and free function
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:39626
    • 提供者:胡一刀
  1. neichunguanli.rar

    1下载:
  2. 这是我做的操作系统实验内存管理 包括代码和文档,This is my operating system to do the experiment, including memory management code and documentation
  3. 所属分类:OS Develop

    • 发布日期:2016-05-16
    • 文件大小:13273
    • 提供者:张志文
  1. OSDemo

    0下载:
  2. 操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:832330
    • 提供者:站长
  1. 内存管理实验报告

    1下载:
  2. 操作系统课程设计报告,内存模拟管理- The operating system curriculum designs the report, the memory simulation manages
  3. 所属分类:OS Develop

    • 发布日期:2016-05-16
    • 文件大小:6982
    • 提供者:王为
  1. C++neicunguanli

    0下载:
  2. VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5730926
    • 提供者:顾箫剑
  1. Memory_Management

    1下载:
  2. 扩展的动态内存机制 任务综述 本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:31037
    • 提供者:litao
  1. LRU

    0下载:
  2. 操作系统内存管理的页面置换算法 LRU 同学做的 已试验过,相当好-os LRU manage
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1899722
    • 提供者:clover
  1. diaoye1

    0下载:
  2. 模拟内存管理中的请求掉页的小程序,控制台程序-Simulation of memory management in a small page out the request process, control procedures
  3. 所属分类:OS Develop

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

    0下载:
  2. 一个简单的操作系统,采用微内核结构,具有进程管理,文件系统,内存管理等内容,适合操作系统的入门学习!-A simple operating system, the use of micro-kernel structure, with process management, file system, memory management, etc., the entry for the operating system to learn!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:370927
    • 提供者:sinix
  1. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3679464
    • 提供者:Jim
  1. osexperiment

    0下载:
  2. 我们全部的四个操作系统实验,模拟系统的内存管理,磁盘管理-We test all of the four operating systems, simulation systems memory management, disk management
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3682173
    • 提供者:leolee
  1. MMP_MemoryPool_src

    0下载:
  2. 对于需要定制内存池的朋友,本文档应该是一份不错的资料。本文介绍了几种常用的内存管理优化方案,并提吃定制内存池的一些建议。最后,根据一个实际项目的特点,定制了一个内存池(MMP内存池)并实现该内存池。-The need for custom memory pool for a friend, this document should be a good information. This article describes several commonly used to optimize mem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:359140
    • 提供者:butoo
  1. source

    0下载:
  2. 首次适应进行内存管理分配回收功能,用c语言实现。-F
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1397
    • 提供者:bingoye
  1. linux--os

    1下载:
  2. os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:41243
    • 提供者:齐齐哈维
  1. 内存管理

    0下载:
  2. 模拟实现动态分区内存管理机制,使用两种策略first-fit和next-fit(Simulation Implementation of dynamic zoning memory management mechanism Using two strategies, first-fit and next-fit)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-16
    • 文件大小:4714496
    • 提供者:nero24
  1. 设计一个虚拟内存管理器

    0下载:
  2. 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-20
    • 文件大小:48385024
    • 提供者:bbjy
  1. 操作系统

    0下载:
  2. 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:kimwill
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com