CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 容器

搜索资源列表

  1. carray

    0下载:
  2. 一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:刘刚
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:191.54kb
    • 提供者:陈铤杰
  1. listcount

    0下载:
  2. 第一次上传,这次上传的是一个链表容器的示例代码,通过这段代码您可以了解链表容器的数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.72kb
    • 提供者:韩巍
  1. Rhapsody_2007_09_19

    0下载:
  2. 提供了rbtree ttree avltree list hashtable等常用容器的算法,代码经过uclinux + arm44b0平台验证
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:201.13kb
    • 提供者:林绍川
  1. libkdtree++_0.6.2

    1下载:
  2. 一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:91.95kb
    • 提供者:Wen Ming Yu
  1. c++

    0下载:
  2. vc源代码 11.1编程测试顺序容器矢量(vector)的主要功能和使用方法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.15kb
    • 提供者:皇甫
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4.11kb
    • 提供者:weiht
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2.93kb
    • 提供者:墨镜牛郎
  1. Data-Structures-and-Algorithms

    0下载:
  2. 多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:109.61kb
    • 提供者:韩雪莲
  1. StaticList

    0下载:
  2. 链表容器:静态链表:链表容量确定,由于采用数组存储,使访问更快。-Container list: static list: List the capacity to identify, due to the use of an array of storage, to enable faster access.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.96kb
    • 提供者:bupteinstein
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:642.63kb
    • 提供者:邹斌
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:314.91kb
    • 提供者:zhou
  1. Red_black_Tree

    0下载:
  2. 标准关联容器是由红黑树实现的,因此非常重要。-Standard red-black tree from the container associated with implementation, and therefore very important.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:482.67kb
    • 提供者:aaron
  1. stl-code

    0下载:
  2. stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:210.48kb
    • 提供者:肖新
  1. ch10

    0下载:
  2. 对各元素进行排序,升序排序元素后列表容器col1中的元素-good
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11.09kb
    • 提供者:万一
  1. CrossList

    0下载:
  2. 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2.81kb
    • 提供者:bupteinstein
  1. Interator

    0下载:
  2. 双向链表容器 实现了单向链表不能循环遍历各数据的问题-Doubly linked list container implements a one-way loop through the data is not the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:456.38kb
    • 提供者:维康
  1. AllRange

    0下载:
  2. 自己定义的生成全排列的算法,可以适用于任何容器.c-Own definition of permutation generation algorithm can be applied to any container. Cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:lilingfong886
  1. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:739.2kb
    • 提供者:fdsf
  1. 1

    0下载:
  2. 关于数组的随机数 各种排序算法 sort()和partial_sort()算法对vector容器的处理-Array of random numbers on a variety of sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:947byte
    • 提供者:吕建良
« 12 »
搜珍网 www.dssz.com