搜索资源列表
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-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
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.
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
Array1
- 动态数组的模板实现,stl中vector的替代代码-Dynamic array of templates, stl in the alternative code vector
dynamic-array-
- 动态数组:指在声明时没有确定数组大小的数组,即忽略圆括号中的下标;当要用它时,可随时用ReDim语句重新指出数组的大小。-dynamic array
控制台动态图形演示二维数组遍历
- 控制台动态图形演示二维数组遍历 编译环境:vc++ 6.0 (需要easyX图形库) -Console dynamic graphical presentation dimensional array traversal compilation environment: vc++ 6.0 (need easyX graphics library)
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)
array-doubly-linked-lru
- 基于数组的LRU队列,可以动态添加与删除元素(In this code, we realize a LRU queue based on an array)