搜索资源列表

  1. 模板动态数组

    0下载:
  2. 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11080
    • 提供者:悠然君
  1. C语言实现的动态数组,可放入任意元素

    0下载:
  2. C语言动态数组,可放入任意元素
  3. 所属分类:数据结构常用算法

  1. dynsarray

    0下载:
  2. 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请。同时,与普通的双向链表不同,本代码提供了对内部数据的快速索引,大大提高了数据访问速度-The code provides for dynamic array support program in memory data block storage, to avoid the large memory applications. At the same time
  3. 所属分类:源码下载

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:温馨
  1. 模板动态数组

    0下载:
  2. 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:悠然君
  1. dzint

    0下载:
  2. 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,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:曾郁荣
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:叶振华
  1. sarray

    0下载:
  2. 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在1.0版本的基础上,启程花血本写下了这个强化了数据插入与删除的修正版,启程动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:28672
    • 提供者:黄建雄
  1. Dynamicarray

    0下载:
  2. 动态数组应用实例,简单介绍如何使用动态数组-dynamic array example, a brief introduction on how to use dynamic arrays
  3. 所属分类:界面编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:邓江
  1. doublem

    0下载:
  2. 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:wang yu
  1. Dynamic_Array

    1下载:
  2. 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:洋场河
  1. dtsz

    0下载:
  2. 一个关于动态数组进行排序的算法,希望对大家有帮助~-a dynamic array of the sort algorithm, we hope to help ~
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:黄杰
  1. array111111111111111111

    0下载:
  2. 创建动态数组,显示数组内容,并能删除数组元素-create dynamic array, the array elements show, and can delete the array elements
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:赵阳
  1. sarray20

    0下载:
  2. 一个动态数组设置程序,可以增加,删除数组头,尾,和一般数组效率比较等-a dynamic array setup program can add, delete arrays head, tail, and the general comparison of the efficiency of the array
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-05
    • 文件大小:28672
    • 提供者:liuyidao
  1. dzqArray

    0下载:
  2. 一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.-a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural func
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:狄中泉
  1. dongtaishuzu

    0下载:
  2. 动态数组用法的VC源程序,适用于VC初学者-dynamic array usage of the VC program applies to the VC beginners
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. ArrayMalloc

    0下载:
  2. 用VC实现了动态数组分配的 包括所有源代码-with VC dynamic array allocation, including all source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:171008
    • 提供者:陈天胜
  1. array(V2)

    0下载:
  2. 实习性 动态数组(第二版) 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 -Practice of dynamic arrays (Second Edition) a large amount of data management is the he
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:47104
    • 提供者:谢明强
  1. FastList

    0下载:
  2. 一个使用动态数组,快速list 数据控件, vc7.0-A use of dynamic arrays, fast list of data controls, vc7.0
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-05
    • 文件大小:328704
    • 提供者:理理
  1. 4

    0下载:
  2. 在输入框txtSize中输入动态数组ArrayTest的大小,单击确定后显示数组的元素,-TxtSize in the input box, type the size of dynamic arrays arraytest, click OK after the show the array elements,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. c++实现动态数组

    0下载:
  2. 使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:shiwei0015
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org