搜索资源列表
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-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
C语言实现的动态数组,可放入任意元素
- C语言动态数组,可放入任意元素
Dynamic_Array
- 用C#实现动态数组的几种方法及其性能比较。-With C# Realize several dynamic array methods and their performance comparison.
qarray_demo
- c++中自定义结构的动态数组源码,支持排序.给了动态数组模板类,以及排序的模板函数.-c++ customize dynamic array source to support the sort. to the dynamic array template class, as well as the sort of template function.
cnewarr
- 动态数组,数组类型可以是整形,字符型,浮点型,字符串等,能够动态增加、复制数组元素。-Dynamic arrays, array types can be plastic, character, floating-point type, string, etc., can be dynamically increased, copy the array elements.
MyArray
- 怎样用C++语言实现的动态数组的源程序,对学习C++程序设计语言的同学也许会有帮助-How C++ Language source dynamic array of learning C++ Programming language students may be helpful
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.
activec
- 我自己编写的一个函数,用于动态生成标签,在有的系统中,控件数量是不确定的,也可以学习动态数组,待完善~!-I have written a function for dynamically generated label, in some systems, controls the number is uncertain, but also can learn dynamic arrays, to be perfect ~!
array
- C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。-A c++ array management type definition series. They work like CArray class in VC++.But they work more efficient a
dynarray
- 动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等-Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.
dynamicarray
- 用C语言写的关于创建动态数组-C. wrote about creating dynamic array !!
DyArray
- 动态数组示例程序,说明了怎么样创建一个动态数组,后续继续优化-Dynamic array example program shows how to create a dynamic array, follow-up continued to be optimized. . .
Array
- stl中vector的替代代码,动态数组实现的代码-stl code in an alternative vector, dynamic array implementation of the code
Array1
- 动态数组的模板实现,stl中vector的替代代码-Dynamic array of templates, stl in the alternative code vector
dynamic-array-
- 动态数组:指在声明时没有确定数组大小的数组,即忽略圆括号中的下标;当要用它时,可随时用ReDim语句重新指出数组的大小。-dynamic array
zz
- 动态数组输出相反 根据你输出的一段 数字 结果给出相反的结果(Dynamic array output, instead, gives the opposite result based on the number of digits you output)
1.2-Assignment
- 完成了高效的动态数组的相关编程,包含动态数组的封装和其他功能(Complete the efficient dynamic array of related programming)
1.1-Assignment
- 完成了基本的动态数组的封装,并实现了接口中的函数(The encapsulation of the basic dynamic array is completed, and the functions in the interface are implemented)
c++实现动态数组
- 使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
我编写的delphi字符串炸开分割车成动态数组的库MyUtils
- 我编写的delphi字符串炸开分割车成动态数组的库MyUtils,很好用哦,