搜索资源列表

  1. ztemplbase

    0下载:
  2. 基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1807
    • 提供者:蓝文纪
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:张建
  1. quickstack

    0下载:
  2. I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:174654
    • 提供者:caoguanghuineu
  1. vector_list_deque

    0下载:
  2. 一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:牛亚
  1. vtkContainers-0.3

    0下载:
  2. vtkContainers is a container library for VTK providing list, deque, and vector sequence types set, map, and hash map associative types as well as stack, queue, and priority queue adaptor types.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:372379
    • 提供者:Ying Zhu
  1. vecDLL

    0下载:
  2. Dll无法直接导出泛型模板(generalized template),因此,如果要导出stl类,则模板必须先实例化(instantiated)。另外,如果导出的STL类使用了其他STL类,那么这些其他类必须同时被导出。目前stl中唯一能够被导出的容器是vector,其他容器(如map、set、queue、list、deque)都因包含嵌套类而不能被导出。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15163
    • 提供者:范杰
  1. DequeExample

    0下载:
  2. Windows环境下,CSharp语言开发的工作队列Deque程序
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:70833
    • 提供者:webccweb
  1. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. ztemplbase

    0下载:
  2. 基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:蓝文纪
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:张建
  1. quickstack

    0下载:
  2. I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:174080
    • 提供者:
  1. vector_list_deque

    0下载:
  2. 一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:牛亚
  1. CH_STL

    0下载:
  2. 详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:3710976
    • 提供者:向前
  1. deque

    0下载:
  2. 在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:268288
    • 提供者:张超
  1. Deque

    0下载:
  2. 关于STL deque的应用 小实例-STL deque small instance
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:周杰
  1. deque

    0下载:
  2. 利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:李梦渊
  1. Deque

    0下载:
  2. Deque的一个基本实现,该有的功能应该都有吧-Deque is a fundamental realization that some functions should have it
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-14
    • 文件大小:4835328
    • 提供者:d
  1. deque

    0下载:
  2. 队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.
  3. 所属分类:软件工程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:jon leong
  1. Trabalho-Deque

    0下载:
  2. A demonstration of deque estructure
  3. 所属分类:书籍源码

  1. Deque

    0下载:
  2. Hand of Deck source Code in C
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:40960
    • 提供者:marcoaoc
« 12 3 »

源码中国 www.ymcn.org