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

搜索资源列表

  1. 内存管理( 首次适应算法)

    0下载:
  2. 内存管理( 首次适应算法)没什么说的内行人都明白-memory management (initial adaptation algorithm) said nothing of insiders understand
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:60569
    • 提供者:于籽粒
  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. n内存代码

    0下载:
  2. 一个内存管理的代码-a memory management code
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:3065
    • 提供者:狐狸
  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. C++内存管理

    1下载:
  2. 操作系统的内存管理模拟,用C++编写,不是可视化界面,但是十分方便实用~-operating system memory management simulation, C preparation, not visual interface, but very convenient and practical ~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1638
    • 提供者:
  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. vc2

    0下载:
  2. 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:116421
    • 提供者:刘明
  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. 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. 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 ... 15 »
搜珍网 www.dssz.com