搜索资源列表
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list
lhh5
- 动态数组 用函数递归和非递归的方法求两个整数的最大公约数-Dynamic array, compute the largest common divisor of two intergal by recursion and non-recursion.
Dynamicarray
- 动态数组应用实例,简单介绍如何使用动态数组-dynamic array example, a brief introduction on how to use dynamic arrays
array111111111111111111
- 创建动态数组,显示数组内容,并能删除数组元素-create dynamic array, the array elements show, and can delete the array elements
sarray20
- 一个动态数组设置程序,可以增加,删除数组头,尾,和一般数组效率比较等-a dynamic array setup program can add, delete arrays head, tail, and the general comparison of the efficiency of the array
array
- 将2维数组映射成一维数组处理,能够动态开辟二维数组空间,运算符重载过-to two-dimensional arrays into one-dimensional mapping array processing, dynamic open to two-dimensional arrays of space, too Operator
P_system
- 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
dynamic-array-
- 动态数组:指在声明时没有确定数组大小的数组,即忽略圆括号中的下标;当要用它时,可随时用ReDim语句重新指出数组的大小。-dynamic array
Array
- 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new element
Dynamic--array1
- 动态数组接口 熟悉动态内存的操作原理及其分配和释放,学会使用new/delete; 赋值操作符号"="的重载,操作符(如”[]”)的重载;-Dynamic array
Dynamic-array-2-LQXQ
- 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
three-dimensional-dynamic-array
- 三维动态数组的建立,使用malloc,free,指针,并点明建立要点-Build three-dimensional dynamic array using malloc, free, hands, and pointing to the establishment of points
array
- c语言实现动态数组 提供几种方法---增插查-c language to achieve a dynamic array provides several ways to insert additional investigation---
dynamic-array
- 应用C 语言实现的二维动态数组,多维数组类似-This file can operate the array dynamicly and easily using C
Array
- 用C++模板实现动态数组Array。用于学习动态数组的数据结构和使用-Dynamic array Array in C++ template. For data structure and use of learning dynamic arrays
ARRAY
- dynamic array using class principle
extract-words-in-text-2-array-by-C
- 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
Dynamic-array
- 动态数组、随机数、文件写入教学 学生考试出卷系统-Dynamic array, random number, document writing teaching Students test paper setting system
Dynamic-array-2-LQXQ
- 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
dymamicArray
- dynamic array in C language is a important data structure type