CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 内存管理

搜索资源列表

  1. C++memory

    0下载:
  2. c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved i
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5730905
    • 提供者:everest
  1. garbage-collection

    0下载:
  2. 关于内存管理中garbage collection机制的讨论,包括在c和c++中的实现机制和相应的代码-on memory management garbage collection mechanism for the discussion, included in the c and c of the mechanism and the corresponding code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:862821
    • 提供者:everest
  1. C++_emory_management

    0下载:
  2. 一篇讲述内存管理的好文章,并非只针对c++,其思想可以借鉴到其他编程语言
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:64048
    • 提供者:hezhoucan
  1. shiyanyuandaima

    0下载:
  2. 操作系统课程设计 有进程同步问题 内存管理 设备管理
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18292
    • 提供者:kevin3225521
  1. WindowsCE5.0

    0下载:
  2. Windows CE 5.0启动过程分析 1、CPU加电,跳转到复位向量 2、执行引导程序Startup();OAL中的Startup(); ? 完成最小的CPU和硬件初始化; ? 关闭中断、缓存(Cache)和内存管理单元(MMU) ? 调用内核启动函数KernelStart
  3. 所属分类:软件工程

    • 发布日期:2014-01-18
    • 文件大小:4915
    • 提供者:钟国
  1. linux内核内存管理

    0下载:
  2. linux内核内存管理,有助于深入理解linux内存管理方法
  3. 所属分类:软件工程

    • 发布日期:2011-01-17
    • 文件大小:661504
    • 提供者:hcyhit
  1. 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理

    0下载:
  2. 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
  3. 所属分类:软件工程

    • 发布日期:2011-11-30
    • 文件大小:106496
    • 提供者:1479433857
  1. memory_management.rar

    0下载:
  2. 操作系统内存管理模拟,最优适应和最先适应算法,Simulation of the operating system memory management, optimal adaptation and the first adaptation algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:137928
    • 提供者:林大为
  1. keil-c51RAM(idata)-config

    0下载:
  2. keil c51的内部RAM(idata)动态内存管理程序-keil c51 internal RAM (idata) dynamic memory management procedures
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:9200
    • 提供者:tony
  1. c++xiangjie

    0下载:
  2. C++内存管理详解,讲的不错,可以参考,肯定对你有帮助的-C++ Explain memory management, talking about good, can refer to is definitely helpful for you
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:14447
    • 提供者:王晓鹏
  1. ch14

    0下载:
  2. 一、教学目的: 要求掌握C++对内存的管理方法,能灵活使用new和delete运算符对堆进行操作。理解和正确使用拷贝构造函数,理解临时对象和无名对象的概念。 二、教学重点: 通过大量的例程的分析,使学生正确掌握堆的分配释放操作,拷贝构造函数的使用。 三、教学难点: 深拷贝和浅拷贝的区别,临时对象和无名对象的理解。-I. Teaching Purpose: To request grasp C++ Memory management methods, the flexib
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:77375
    • 提供者:新奇
  1. neicunguanlimonixitong

    0下载:
  2. 操作系统课程设计中的一个小题目---内存管理模拟系统-Curriculum design in the operating system, a small topic of memory management simulation system---
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:57683
    • 提供者:xiongdong
  1. good.txt

    0下载:
  2. 本文主要涉及到操作系统中的内存管理方案,采用的位示图法!-This article relates to the operating system memory management program, used in places that diagram!
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:王勇贤
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:117792
    • 提供者:flexible
  1. CCneicun

    0下载:
  2. 这是一个描述内存管理的程序,实现比较简单,容易看懂-This is a descr iption of memory management program to achieve relatively simple, easy to understand
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:192098
    • 提供者:清风
  1. Cguifan

    0下载:
  2. 高质量C和C++编程规范,上海贝尔,华为,中兴内部员工使用,包括很多版式规范,系统内存管理等-Quality C and C++ programming specifications, Shanghai Bell, Huawei, ZTE-house use, including many layout specifications, system memory management
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:265989
    • 提供者:小刚
  1. VxWorks

    0下载:
  2. vxworks操作系统的内存管理分析论文,中国知网下载的-vxworks, memory management, analytical papers, China HowNet download
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:244261
    • 提供者:wangxignze
  1. WINDOWScoredesign

    1下载:
  2. windows核心编程,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等-windows-core programming, this book is to explain the internal mechanism of Windows operating system, monographs, from the basic concept of comprehensive and syste
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26988952
    • 提供者:张凌霄
  1. 2

    0下载:
  2. 实现嵌入式实时操作系统µ C/OS-II内存管理中内存分配和回收的功能-Implementation of embedded real-time operating system μC/OS-II memory management functions of memory allocation and recovery
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:48546
    • 提供者:袁丹凤
  1. programmer-memory-pool

    0下载:
  2. 介绍内存管理,帮助程序员更好的理解内存。开发出高质量的程序-a book introducing the memory management
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:441162
    • 提供者:陈珍珍
« 12 3 »
搜珍网 www.dssz.com