搜索资源列表
动态内存分配MemSrc
- 参考源码,学习例子-reference source, study examples
C_pointer
- 指针,引用与动态内存分配,介绍得比较清楚,对C编程有用。
DrawLine
- 用纯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
Memory
- 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
cunchuqichuli
- ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
firstFit
- 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
p03
- 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
stack_c
- 动态内存分配stack源代码。 供新手学习使用。 可以用来熟悉c语言-Dynamic memory allocation stack source code. For the novice learning to use. Can be used to familiar with c language
lab_6
- 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
LinkList
- 以动态内存配置的链表,(通常指的链表是一动态内存分配的链表)动态内存配置的链表, 是由许许多多的(node)所链接而成的,每一个结点,包含了数据部分和指向下一个结点的指针(Pointer)。 以动态内存配置的链表,在插入和删除元素的时候,只需要将指针改变指向就可以。 链表和数组一样是一种数据结构,如何使用完全基于你的应用需求。 -linklist
sy5
- 动态分区分配算法的模拟 初始化功能:内存状态设置为初始状态。 分配功能:要求至少使用两种算法,用户可以选择使用。 回收功能: 空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。 显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation
MemoryAllocationAndRecovery
- 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-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
2
- malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
Testmalloc
- 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
CplusplusPrimerPlus
- 作 者:[美]普拉塔(Prata,S.) 著 全书分17章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。-Author: [United States] Puerto Plata (Prata, S.) the book is divided into 17 c
AdvancedCLanguageSourceProgram
- C语言高级程序的源代码示例,包括动态内存分配、文件操作、双机通讯、菜单、鼠标控制、C/S、窗口等等源代码。-advanced C language source program,many advanced C language example.
mpatrol
- 本文档介绍了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
code
- 用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
shili
- 动态内存分配和析构函数实例以及类的指针成员的的处理方法-Dynamic memory allocation and destructor instance and class pointer member handling methods.Dynamic memory allocation and destructor instance and class pointer member handling methods
dongtaineicun
- 在内存中开辟空间 进行动态内存分配。显示内存大小-Open space in memory for dynamic memory allocation. Display memory size