CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存动态分配

搜索资源列表

  1. VC使用CRT调试功能来检测内存泄漏

    0下载:
  2. VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. 21874_XTable0.1-2

    0下载:
  2. 一个简单方便的表格控件 作者 孙志炎 特点: 支持单元合并 支持字体、颜色、对齐等格式设置 支持键盘及鼠标操作 结构简单,清晰的编码风格,代码可读性强 后续功能:内存动态分配 XML支持 编辑功能 控件支持-a simple and convenient form of control author Sun Yan features : support unit with support fonts, color, Alignment set format such as the keyboar
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:55661
    • 提供者:newtong
  1. 动态分配内存空间

    0下载:
  2. 一个小实验 ,操作系统动态分配-a small experiment, the operating system dynamic allocation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8786
    • 提供者:晓丽
  1. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:85773
    • 提供者:叶黄
  1. DynamicMemoryAllocate

    0下载:
  2. 根据操作系统的内存动态分配算法,模拟实现一个内存分配模拟系统。-Dynamically according to the operating system memory allocation algorithm to simulate memory allocation to achieve a simulation system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:420915
    • 提供者:海洋
  1. XTable0.1-2

    0下载:
  2. 一个简单方便的表格控件 特点:支持单元合并,支持字体、颜色、对齐等格式设置,支持键盘及鼠标操作,结构简单,清晰的编码风格,代码可读性强,后续功能,内存动态分配 XML支持 编辑功能 控件支持-A simple form convenient control features: support for the combined unit to support the fonts, colors, alignment and other formatting, support for keyboar
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-11-09
    • 文件大小:50385
    • 提供者:站长
  1. STM32Pdma

    0下载:
  2. STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索)-STM32 serial driver (annular queue+ memory the dynamic allocation+DMA+ Pinyin retrieve)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-03
    • 文件大小:1035780
    • 提供者:罗杰森
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者:machunyu
  1. Memory_Management

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

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

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the following: first determine alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:
  1. CPPgc

    0下载:
  2. 内存的分配与管理。模拟操作系统的功能,采用动态链表的方式-Memory allocation and management. Simulation of the operating system functions, the way dynamic list. . . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:11369
    • 提供者:wangaiguo
  1. DynamicBlockManagement11

    0下载:
  2. 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:56285
    • 提供者:慕林通
  1. bestfit

    0下载:
  2. 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2363
    • 提供者:man哥
  1. 0807114040

    0下载:
  2. 操作系统实验,模拟内存动态分配,有说明文档做详细说明。-Operating system, experiment, simulation of dynamic allocation of memory, there is documentation to do in detail.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:380160
    • 提供者:minipuss
  1. DynamicMemoryAllocation

    1下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:478488
    • 提供者:何志芬
  1. TextCache

    0下载:
  2. 一个文本缓冲池的简要实现,有不合适的地方希望大家指出来;附带自动淘汰,内存动态分配等功能-A brief text buffer pool to achieve, it s not the hope that we point out with automatic elimination, dynamic memory allocation functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2436
    • 提供者:coolnaire
  1. 9_08117028

    0下载:
  2. 设计一个实现添加与删除的通讯录,要实现记录的动态添加与删除,记录可以不连续存放,方便查询、插入、删除、打印记录。 2. 设计方案论证 链表可以动态分配内存空间,可以不连续存放数据而能实现数据的有效连接操作主要有查询、插入、删除、打印,对数据的操作方便。 3. 详细设计 首先设计一个创建链表的代码,创建一个链表,设计好表头,利用指针使表头指向下一个接点,利用动态内存分配,来为新加入的记录分配内存 -Design an implementation of add and dele
  3. 所属分类:Document

    • 发布日期:2017-05-08
    • 文件大小:1954641
    • 提供者:杨少华
  1. 05 内存的动态分配与释放

    0下载:
  2. C++程序,内存的动态分配与释放。。。。。。。(C++ program, dynamic allocation and release of memory)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:曹正纲
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:翼展
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com