搜索资源列表
Dynamic_Malloc_Memory(MultiDim)
- 动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.
DynamicMemoryAllocation
- 在VC++中简化基于heap的动态内存的分配和释放!-In VC++ in the simplification of the heap-based dynamic memory allocation and release!
VC
- VC语言编写的动态内存,有所不足请P我-VC language of dynamic memory, has been less than requested P I ..............
1
- 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-The operating system using the best-fit algorithm worst-fit algorithm loop first-fit algorithm first-fit algorithm to achieve dynamic memory allocation and recovery of memory
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类的对
DarkVoidTrainer
- 是一个动态内存修改器,利用了所谓的“内存补丁技术”。-Modification is a dynamic memory device, using the so-called " memory patch technology."
LinkList
- 以动态内存配置的链表,(通常指的链表是一动态内存分配的链表)动态内存配置的链表, 是由许许多多的(node)所链接而成的,每一个结点,包含了数据部分和指向下一个结点的指针(Pointer)。 以动态内存配置的链表,在插入和删除元素的时候,只需要将指针改变指向就可以。 链表和数组一样是一种数据结构,如何使用完全基于你的应用需求。 -linklist
zg109218
- 易语言源码分享。希望更多的朋友了解易语言。源码名称:一个修改动态内存不会出错的源码(修改一个*的验证IP为本地IP)-Easy language source code sharing.Hope more friends to understand easy language.Source Name: a modified dynamic memory infallible source (modified a plug-in IP verification for the local IP)
dynamic-access-memory
- C++下的动态内存申请,软件开发的入门级别例程,有利于初学者的理解。-Dynamic access memory in cpp environment.
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
MATRIX
- 矩阵相乘。。。利用动态内存申请释放实现了维数可调-Matrix multiplication. . . Dynamic memory application release dimension adjustable
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
calulator
- 计算器,实现运算只含加减乘除的等式。利用动态内存。-Calculator, computing equation containing only addition, subtraction, multiplication, and division. The use of dynamic memory.
main
- 停车场仿真 结果:学生成功完成这个作业将掌握下列结果 1,理解使用STL堆栈适配器 2,创建一个完整c++程序 3,用文件I / O 4,使用动态内存管理 5,使用指针 -Parking Lot Simulation Goals: This assignment is designed to improve the student s knowledge of stacks and their use of the STL stack
joseph
- 约瑟夫环:由约瑟夫环的游戏规则可知,在游戏中,我们需要输入的是总人数n值、一开始选的上限值m和每个人手中所持的密码值cipher。这些数都应该是正整数,且n小于等于30,若输入的是小于等于0的数,应该提醒输入有误。用scanf()函数实现输入操作,空格、回车或者Tab键位输入结束标志。 在程序根据输入的数据运行之后,按顺序输出出列人的编号num,用printf()函数实现。 程序执行的命令包括:①构造结构体;②链表动态内存申请;③逐个插入链表结点并储存结点内容;④形成循环链表;⑤删除结点
fre
- ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。 在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only appl
Dynamic--array1
- 动态数组接口 熟悉动态内存的操作原理及其分配和释放,学会使用new/delete; 赋值操作符号"="的重载,操作符(如”[]”)的重载;-Dynamic array
