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

搜索资源列表

  1. CPP_memory-management-mechanism

    0下载:
  2. 全面介绍内存管理机制及C++内存分配实例,包括进程空间、内存状态查询、内存映射文件。-Comprehensive introduction to the memory management mechanism and C + + memory allocation instances, including the process space, memory status query, the memory-mapped file.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:124194
    • 提供者:邹家畅
  1. MemoryManage

    0下载:
  2. 1 操作系统课程设计 2 模拟内存管理 3 动态分配首次适配法-1 operating systems course design 2 analog memory management 2 dynamic allocation of the first adaptation method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:15847
    • 提供者:
  1. memChange

    0下载:
  2. 使用Qt实现的操作系统中内存管理的主要的三个算法(FIFO,LRU,OTPML),源代码中有很详细的说明,可读性很强-Uses in operating system which Qt realizes memory management main three algorithms (FIFO, LRU, OTPML), in the source code has the very detailed explanation, the readability is very strong
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:6707
    • 提供者:
  1. 1213

    0下载:
  2. 操作系统分配内存,内存管理。使用C语言编写。-The operating system allocates memory, memory management. Using the C language.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2126
    • 提供者:heyibin
  1. LRU

    0下载:
  2. 关于操作系统的内存管理,如何节省利用容量不大的内存为最多的进程提供资源,一直是研究的重要方向。而内存的虚拟存储管理,是现在最通用,最成功的方式—— 在内存有限的情况下,扩展一部分外存作为虚拟内存,真正的内存只存储当前运行时所用得到信息。这无疑极大地扩充了内存的功能,极大地提高了计算机的并发度。虚拟页式存储管理,则是将进程所需空间划分为多个页面,内存中只存放当前所需页面,其余页面放入外存的管理方式。 -About operating system memory management, how to
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:897
    • 提供者:王成
  1. OS_

    0下载:
  2. 操作系统试验 内存管理 操作系统课程设计-Test memory management of the operating system operating systems curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:66262
    • 提供者:王柏霖
  1. OS_JS

    0下载:
  2. 操作系统,课程设计,实现文件管理,内存管理,进程控制,设备管理。这里只实现了一个逻辑分区。-The imitation of the Operating System.A simple example of File Management,Memeory Management,Process Management and Device Management.There is only one partition of logic.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:380523
    • 提供者:张经世
  1. storage

    0下载:
  2. 操作系统内存管理模拟 操作系统上机作业-Operating system memory management simulation on job
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:267562
    • 提供者:利润霖
  1. ucore-lab1-lab8

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。--Ucore is a small operating system for learning, the " Spa
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:7521200
    • 提供者:李梅
  1. nachos-3.4

    1下载:
  2. 实现虚拟内存管理的nachos操作系统实验代码-nachoes os, virtual memory implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1583603
    • 提供者:zhangmeng
  1. Memory_Managment_Show

    0下载:
  2. 基于vxworks的一中内存管理的实现方法,对系统物理内存的建议描述-Vxworks-based memory management of an implementation method of physical memory on the system described in the proposal
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1967
    • 提供者:胡俊
  1. Memory

    0下载:
  2. 操作系统用MFC模拟实现的内存管理算法,对初学者来说还是很不错的-Memory management algorithms implemented with MFC simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4512949
    • 提供者:水若寒
  1. 1

    1下载:
  2. 操作系统内存管理,1.随机生成2k-10k的文件50个,文件名为1.txt、2.txt、……、50.txt,按照上述算法存储到模拟磁盘中。-Operating system memory management, a randomly generated 2k-10k file 50, a file named 1.txt, 2.txt, ......, 50.txt, according to the above algorithm to simulate disk storage.
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-05
    • 文件大小:1430
    • 提供者:孙小天
  1. assignment2

    0下载:
  2. 操作系统实验,用位图实现内存管理。每一个比特代表一个内存页。-Experimental operating system, memory management bitmap
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5460
    • 提供者:chen
  1. OS_Memery_Management

    0下载:
  2. 操作系统内存管理的淘汰算法模拟(C语言描述,FIFO,LRU,OPT的算法实现及其它算法介绍)-Elimination algorithm simulation operating system memory management (C language descr iption, FIFO, LRU, OPT algorithm and other algorithms introduced)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:67314
    • 提供者:kqss
  1. yemimazhihuan

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

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:刘万友
  1. BLE-CC254x-1.3.2-OSAL

    0下载:
  2. cc2540上蓝牙通讯所使用的osal操作系统,这个系统有内存管理,任务管理,时钟管理,有部分注释,有说明文档,第二部分-cc2540 on osal operating system used by Bluetooth communication, this system has memory management, task management, clock management, some comments, documentation.part 2
  3. 所属分类:OS Develop

    • 发布日期:2017-05-30
    • 文件大小:12291418
    • 提供者:xu
  1. pintosproj1autodoc.tar

    0下载:
  2. pintos的代码用来实现乌班图操作系统的内存管理-pintos s memory management code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:976642
    • 提供者:huangzihao
  1. 操作系统作业

    0下载:
  2. 模拟操作系统的内存调度,硬盘管理,CPU资源分配,进程优先级处理等等(Simulation of memory scheduling, hard disk management, CPU resource allocation, process priority processing and so on)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-31
    • 文件大小:18107392
    • 提供者:逗比2号
  1. 自己动手写嵌入式操作系统_蓝枫叶_pdf

    1下载:
  2. 本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-29
    • 文件大小:4365312
    • 提供者:南的方
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com