Welcome![Sign In][Sign Up]
Location:
Search - 动态数组

Search list

[Windows Develop模板动态数组

Description: 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-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 of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
Platform: | Size: 11080 | Author: 悠然君 | Hits:

[Data structsC语言实现的动态数组,可放入任意元素

Description: C语言动态数组,可放入任意元素
Platform: | Size: 9808 | Author: hzdengxu@163.com | Hits:

[SourceCodedynsarray

Description: 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请。同时,与普通的双向链表不同,本代码提供了对内部数据的快速索引,大大提高了数据访问速度-The code provides for dynamic array support program in memory data block storage, to avoid the large memory applications. At the same time, with ordinary two-way different list, the source of internal data to provide rapid indexing, greatly improving the speed of data access
Platform: | Size: 7168 | Author: 温馨 | Hits:

[Windows Develop模板动态数组

Description: 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-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 of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
Platform: | Size: 11264 | Author: 悠然君 | Hits:

[Data structsdzint

Description: STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业-STL algorithms and the largest integer addition and subtraction procedures, plus or minus a few to carry out addition and subtraction, but is a dynamic array, it can be unlimited importation, this is my semester of this operation
Platform: | Size: 1024 | Author: 曾郁荣 | Hits:

[Internet-NetworkYCArray

Description: /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/-/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /
Platform: | Size: 5120 | Author: 叶振华 | Hits:

[Mathimatics-Numerical algorithmssarray

Description: 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在1.0版本的基础上,启程花血本写下了这个强化了数据插入与删除的修正版,启程动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(道理就不多说了),这时我们需要一个动态数组。MFC提供了一个很好的动态数组类CArray,对于少量数据,使用CArray就足够好用了,但是对于大量数据(10W级)它就力不从心了,因为它的本质就是一个数组,只不过对常用的插入、删除等操作进行了一个复杂的包装。为了解决这个问题,启程动态数组开创性地将链表与数组巧妙的结合起来,既有数组的高速随机索引的优点,又有链表的数据量灵活多变的特点。-large amounts of data management is a lot of anxiety of the programmers, it is difficult to find a fast, efficient, high- support for ultra-large-scale data in the table, in version 1.0, on the basis of this price depart wrote the enhanced data insertion and deletion of the revised version, left dynamic array is a powerful data management-List List, it can be easily large amount of data random insertion, deletion, modification, etc, it also features a fast, high memory utilization. The management of large amounts of data will need to use up a lot of memory space. If these data size of the space occupied by the following conditions are changing, we can not use the array to the management of these data (reason not to talk a lot), then we need a dynamic array. MFC provides a good dynamic arr
Platform: | Size: 28672 | Author: 黄建雄 | Hits:

[GUI DevelopDynamicarray

Description: 动态数组应用实例,简单介绍如何使用动态数组-dynamic array example, a brief introduction on how to use dynamic arrays
Platform: | Size: 1024 | Author: 邓江 | Hits:

[Otherdoublem

Description: 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory management, exception handling, etc.. All content is, henceforth no longer dynamic array troubles
Platform: | Size: 6144 | Author: wang yu | Hits:

[OS programDynamic_Array

Description: 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* array of name-value pairs */ }nvtab enum {NVINIT = 1, NVCROW = 2} -achieve dynamic array, including one small example. The key is structured as follows : typedef struct Nameval Nameval struct Nameval (char* name) int value struct (int NVtab nval/* current number of values*/int max/* allocated number of values*/Nameval nameval*/* array of name-value pairs* /) (NVINIT nvtab enum = 1, NVCROW = 2)
Platform: | Size: 4096 | Author: 洋场河 | Hits:

[Otherdtsz

Description: 一个关于动态数组进行排序的算法,希望对大家有帮助~-a dynamic array of the sort algorithm, we hope to help ~
Platform: | Size: 7168 | Author: 黄杰 | Hits:

[Windows Developarray111111111111111111

Description: 创建动态数组,显示数组内容,并能删除数组元素-create dynamic array, the array elements show, and can delete the array elements
Platform: | Size: 1024 | Author: 赵阳 | Hits:

[ListView/ListBoxsarray20

Description: 一个动态数组设置程序,可以增加,删除数组头,尾,和一般数组效率比较等-a dynamic array setup program can add, delete arrays head, tail, and the general comparison of the efficiency of the array
Platform: | Size: 28672 | Author: liuyidao | Hits:

[Data structsdzqArray

Description: 一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.-a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural function, the copy constructor function, pay-valued function, and there is no memory leakage.
Platform: | Size: 2048 | Author: 狄中泉 | Hits:

[Otherdongtaishuzu

Description: 动态数组用法的VC源程序,适用于VC初学者-dynamic array usage of the VC program applies to the VC beginners
Platform: | Size: 1024 | Author: | Hits:

[AlgorithmArrayMalloc

Description: 用VC实现了动态数组分配的 包括所有源代码-with VC dynamic array allocation, including all source code
Platform: | Size: 171008 | Author: 陈天胜 | Hits:

[Mathimatics-Numerical algorithmsarray(V2)

Description: 实习性 动态数组(第二版) 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 -Practice of dynamic arrays (Second Edition) a large amount of data management is the heart of many programmers, it is difficult to find a fast, high efficiency, support for ultra-large-scale data table dynamic array is a powerful list of shape data management list using it can easily realize large amount of data random insert, delete, modify, such as operation, it is another feature of this approach is extremely fast, high memory utilization.
Platform: | Size: 47104 | Author: 谢明强 | Hits:

[ListView/ListBoxFastList

Description: 一个使用动态数组,快速list 数据控件, vc7.0-A use of dynamic arrays, fast list of data controls, vc7.0
Platform: | Size: 328704 | Author: 理理 | Hits:

[GDI-Bitmap4

Description: 在输入框txtSize中输入动态数组ArrayTest的大小,单击确定后显示数组的元素,-TxtSize in the input box, type the size of dynamic arrays arraytest, click OK after the show the array elements,
Platform: | Size: 1024 | Author: | Hits:

[Windows Developc++实现动态数组

Description: 使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
Platform: | Size: 1024 | Author: shiwei0015 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net