文件名称:sarray
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 28.39kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在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
大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(道理就不多说了),这时我们需要一个动态数组。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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 109201279sarray.zip 列表 res/ Resource.h res/sarray20.ico res/sarray20.rc2 SArray.hpp sarray20.clw sarray20.cpp sarray20.dsp sarray20.dsw sarray20.exe sarray20.h sarray20.rc sarray20Dlg.cpp sarray20Dlg.h StdAfx.cpp StdAfx.h