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

搜索资源列表

  1. NudtCommonTree

    0下载:
  2. 由STL扩展的树范型。该范型支持边的加权。树封装了内存管理,使得程序员免予释放、分配节点内存。附有实例程序-STL extended by the tree-Fan. Fan support for the type of edge-weighted. Tree Packaging, a memory management, allowing programmers to exempt from release, distribution nodes memory. With examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16kb
    • 提供者:邓熠
  1. Serialization

    0下载:
  2. 序列化(Chapter 14. Serialization)。一个非常简单的序列化程序,用于将完整的游戏实体树保存到磁盘中或从磁盘中载入。它使用一个自定义的流类和指针恢复方法(注:本章程序如在VC6.0环境编译,则要采用第三方的stl,比如sgi的stl:http://www.sgi.com/tech/stl/。可使用VC7.0,程序在VC7.0下可以编译通过)。-sequence of (Chapter 14. Serialization). A very simple sequence of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17.21kb
    • 提供者:dallas
  1. AVLTreeImpl

    0下载:
  2. AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!-AVL Tree implementation : I also included a test to compare the fu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.86kb
    • 提供者:michael
  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. bimap

    0下载:
  2. STL扩展功能的二叉树比STL的二叉树好用-STL expanded the binary tree than the binary tree handy STL
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14.89kb
    • 提供者:Steven Young
  1. TCL_4_07

    0下载:
  2. The Tree Container Library (TCL), presented here, is a generic tree container library which, not only works much like the STL, but is also compatible with the STL algorithms.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:38.83kb
    • 提供者:qiao
  1. rb-tree

    0下载:
  2. 红黑树的算法,网上有好多例子,包括移植STL中的RBTREE算法,但是我试了,不怎么好用阿。 这是麻省理工数据结构课程的一个实现,我把它改造了一下,经过30-40万的数据量测试 windows/unix下都做过测试,没有问题。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.09kb
    • 提供者:zhi
  1. tic-tac-toe

    0下载:
  2. 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
  3. 所属分类:Shell api

    • 发布日期:2017-04-09
    • 文件大小:1014.41kb
    • 提供者:laixin
  1. Cayley

    0下载:
  2. Cayley 定理的实现 stl编写 树与序列的一一对应关系-Cayley theorem stl prepare the realization of the tree with one-to-one relationship between sequence
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:wangxin
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:109.29kb
    • 提供者:黄常标
  1. FibonacciNumber

    0下载:
  2. C++高效算法 最小生成树的遍历查找 从STL中分析出来的 -C++ and efficient traversal algorithm for minimum spanning tree analysis to find out from the STL
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:3.73kb
    • 提供者:黄金
  1. STLinusagemap

    0下载:
  2. map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。 -map due to its internal and orderly to ensure the tree by the red and black, many functions of the time complexity of the implementation are log2N,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12.27kb
    • 提供者:邹氏
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:193.06kb
    • 提供者:gzj
  1. tree-2.65.tar

    0下载:
  2. tree-2.6.5用STL写的一个多叉树,经过测试,稳定-tree-2.6.5 with STL written more than one tree, tested, stable and
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:941.3kb
    • 提供者:李绿洲
  1. tree-2.65

    0下载:
  2. 类STL的Tree Class. Open Source. 很多项目都有用到。作者:Kasper Peeters reference:http://tree.phi-sci.com/-a STL-like Tree Class which created by Kasper Peeters. It is an open source file and has already widely used in many mature projects
  3. 所属分类:STL

    • 发布日期:2017-03-23
    • 文件大小:190.04kb
    • 提供者:matt.wang
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:190.49kb
    • 提供者:汪柏胜
  1. tree-2.81.tar

    0下载:
  2. 一个通用的STL风格的N叉树实现,高效稳定-A generic STL-N-tree implementation, efficient and stable
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:张帅
  1. STL-queue--

    0下载:
  2. STL、线段树代码库 关于队列和栈的有关STL的操作vc++实现-STL, the segment tree code library
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:28.08kb
    • 提供者:王攀峰
  1. B-Tree

    0下载:
  2. 纯粹算法,实现B减树,当然无法跟stl的代码比,但是可以从中看到B减树的实现过程。-Pure algorithm, the B tree, of course, can not be compared with stl code, but you can see the B tree implementation process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:91.79kb
    • 提供者:趁海
  1. STL

    0下载:
  2. 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement
  3. 所属分类:STL

    • 发布日期:2018-01-02
    • 文件大小:221kb
    • 提供者:qwer@
« 12 »
搜珍网 www.dssz.com