CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array.h

搜索资源列表

  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:15.7kb
    • 提供者:许愿
  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11.33kb
    • 提供者:青衣
  1. Array.h

    0下载:
  2. 数据结构(c++语言描述)动态数组类的定义和实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:823byte
    • 提供者:diyi
  1. datast

    0下载:
  2. array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.37kb
    • 提供者:王飞
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16.37kb
    • 提供者:sam
  1. vcCAD

    1下载:
  2. 用VC++开发的一个小型CAD系统,文件结构如下 Circle.cpp CircleTool.cpp CopyCircle.cpp CopyLine.cpp CopyRectangle.cpp CopyShape.cpp DataBase.cpp Draw.cpp Line.cpp LineTool.cpp MainFrame.cpp ManagerTool.cpp MirrorCircle.cpp MirrorLine.cpp Mir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:88.89kb
    • 提供者:袁建勋
  1. optimum_array_processing

    0下载:
  2. H. L. Van Tree大牛检测调制估计理论第四卷所有插图源代码,当然目前的代码内容是作者已经提供的前七章的内容,后三章提供了后,我会及时上传-HL Van Tree Daniudi modulation detection estimation theory the fourth volume of the source code of all the illustrations, of course, the current code is already provided by the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:156.55kb
    • 提供者:许留山
  1. enhancedsafearray.h

    0下载:
  2. SSD5 exam 1 icarnegie enhacedsafearray.h
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:929byte
    • 提供者:BigTugaBoss
  1. HeapsortCodes

    0下载:
  2. Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:192.4kb
    • 提供者:黃文岩
  1. VLSL-Design-of-High-Performance-Full-search-Block-

    0下载:
  2. 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:500.64kb
    • 提供者:
  1. NeHeOpenGL

    0下载:
  2. NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11.37mb
    • 提供者:任龙
  1. util

    0下载:
  2. in addition to array.h, image.h and matrix.h
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:lesleyz
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:247kb
    • 提供者:陈婉
  1. removingduplicates

    0下载:
  2. Removes dulicates in an array using stacks. It uses its own stack.h file instead of the STL.
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:4.61kb
    • 提供者:sandeep
  1. The-CPP-Programming-Language

    0下载:
  2. 此源码为C++程序设计语言(特别版)/(美)斯特朗斯特鲁普(Stroustrup,B.)著 裘宗燕译这本书书中所举例子的完整源码。-The source code for C++ Programming Language (Special Edition)/(U.S.) Armstrong Stroustrup (Stroustrup, B.) the Qiuzong Yan translation of this book book full source code examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:65.92kb
    • 提供者:xuyin
  1. h

    0下载:
  2. H网联想记忆12*11阵列存储8个数字,打乱后重新记忆起-H network associative memory array 12* 11 store up to 8 digital memory , disrupting the re- starting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:王妙琼
  1. template

    0下载:
  2. 模版类,解压缩之后,将Array.h包含即可使用.-The template class decompress Array.h contains can be used.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:11.98kb
    • 提供者:赵邦羽
  1. array

    0下载:
  2. array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1.12kb
    • 提供者:zeropointer
  1. Array

    0下载:
  2. 数据结构 数组头文件 加入项目中可直接使用 Array.h Array.c Test.c-Data Structure Array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:244.88kb
    • 提供者:刘宣东
  1. array

    1下载:
  2. Palabos 源文件array.h 就是这个货(Palabos source code 'array.h', that's it)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:kdkd
« 12 3 4 5 6 »
搜珍网 www.dssz.com