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

搜索资源列表

  1. 动态内存分配MemSrc

    0下载:
  2. 参考源码,学习例子-reference source, study examples
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.66kb
    • 提供者:Leox
  1. C_pointer

    0下载:
  2. 指针,引用与动态内存分配,介绍得比较清楚,对C编程有用。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:76.04kb
    • 提供者:李谷
  1. DrawLine

    0下载:
  2. 用纯windows api编写的画线小程序,但是通过动态内存分配能保存所画的所有的线,同时通过图像双缓冲技术使得图像的显示非常流畅,另外运用了映射模式实现了就算是所画的线超出了窗口的范围,也能在窗口中显示出来的功能。-Written in pure windows api to draw a line applet, but dynamic memory allocation can save all the lines drawn, and through the double-bufferi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:506.66kb
    • 提供者:
  1. Memory

    1下载:
  2. 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1.68kb
    • 提供者:
  1. cunchuqichuli

    0下载:
  2. ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:125.8kb
    • 提供者:戴依依
  1. firstFit

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:172.86kb
    • 提供者:qxianbo
  1. p03

    0下载:
  2. 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1.29kb
    • 提供者:月月
  1. stack_c

    0下载:
  2. 动态内存分配stack源代码。 供新手学习使用。 可以用来熟悉c语言-Dynamic memory allocation stack source code. For the novice learning to use. Can be used to familiar with c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:8.58kb
    • 提供者:陈 jiecao
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1.39kb
    • 提供者:YIDIANER
  1. LinkList

    0下载:
  2. 以动态内存配置的链表,(通常指的链表是一动态内存分配的链表)动态内存配置的链表, 是由许许多多的(node)所链接而成的,每一个结点,包含了数据部分和指向下一个结点的指针(Pointer)。 以动态内存配置的链表,在插入和删除元素的时候,只需要将指针改变指向就可以。 链表和数组一样是一种数据结构,如何使用完全基于你的应用需求。 -linklist
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:124.31kb
    • 提供者:魏星
  1. sy5

    1下载:
  2. 动态分区分配算法的模拟  初始化功能:内存状态设置为初始状态。  分配功能:要求至少使用两种算法,用户可以选择使用。  回收功能:  空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。  显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation &#
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:320.65kb
    • 提供者:陈婷婷
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:182.12kb
    • 提供者:小白鲨
  1. 2

    0下载:
  2. malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8.16kb
    • 提供者:rufang
  1. Testmalloc

    0下载:
  2. 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:743.53kb
    • 提供者:卫良刚
  1. CplusplusPrimerPlus

    0下载:
  2. 作 者:[美]普拉塔(Prata,S.) 著 全书分17章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。-Author: [United States] Puerto Plata (Prata, S.) the book is divided into 17 c
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5.46mb
    • 提供者:徐可欣
  1. AdvancedCLanguageSourceProgram

    1下载:
  2. C语言高级程序的源代码示例,包括动态内存分配、文件操作、双机通讯、菜单、鼠标控制、C/S、窗口等等源代码。-advanced C language source program,many advanced C language example.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:688.67kb
    • 提供者:风云
  1. mpatrol

    1下载:
  2. 本文档介绍了mpatrol,控制和跟踪动态内存分配库。 mpatrol库是另一个链接库,并尝试诊断动态分配的内存的错误使用造成的运行时错误。-This document describes mpatrol, a library for controlling and tracing dynamic memory allocations. The mpatrol library is yet another link library that attempts to diagnose run-ti
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4.46mb
    • 提供者:Porter Chou
  1. code

    0下载:
  2. 用C++类的概念用指针模拟高维数组 主要练习操作符的重载操作以及类的动态内存分配-The concept of C++ class pointer to simulate the dynamic memory allocation for the main practice of high-dimensional array operator overloaded operators as well as class
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.18kb
    • 提供者:yl
  1. shili

    0下载:
  2. 动态内存分配和析构函数实例以及类的指针成员的的处理方法-Dynamic memory allocation and destructor instance and class pointer member handling methods.Dynamic memory allocation and destructor instance and class pointer member handling methods
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:728byte
    • 提供者:杨静洁
  1. dongtaineicun

    0下载:
  2. 在内存中开辟空间 进行动态内存分配。显示内存大小-Open space in memory for dynamic memory allocation. Display memory size
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1.16kb
    • 提供者:潘凯波
« 12 3 4 5 6 »
搜珍网 www.dssz.com