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

搜索资源列表

  1. queue

    1下载:
  2. 一个封装好的优先队列,用C++实现的,已经经过调试,直接用就行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:mzp
  1. AVLTtreeSource

    0下载:
  2. AVL平衡二叉树。原本在这里下载了其他人的平衡二叉树,但发现都不好用,于是从codeguru下载了一个。现在经修正后,已经符合ANSI C规范,并作了适当的封装,用起来和一个类的用法也差不多。这里的代码作为一个demo展示了树的用法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:180.05kb
    • 提供者:周善人
  1. btree.tar

    0下载:
  2. C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.79kb
    • 提供者:Jason
  1. char_base64

    0下载:
  2. 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:19.81kb
    • 提供者:llg
  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. matrix_class_by_vc

    0下载:
  2. VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4.23kb
    • 提供者:李丹丹
  1. DataStruct

    0下载:
  2. 数据结构线性表,链表,栈,查找二叉树等的C++实现,各数据结构基于模板,支持动态增长,另有一个自己封装的高效且支持动态增长的字符串类-Linear data structure tables, linked lists, stacks, find a binary tree, etc. C++ implementation, the template-based data structures to support dynamic growth, while an own package, ef
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:498.99kb
    • 提供者:*
  1. 2xtree

    0下载:
  2. 标准c实现的排序二叉树,该代码从实际运行的程序代码中分离出来,用C++思想稍为封装一下,也能形成自己的排序二叉树操作类-Order to achieve the standard c binary tree, the code actually runs code from separating, using C++ thinking about a little package can also form their own sort binary tree class action
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.46kb
    • 提供者:huxiang
  1. minimumpathcover

    0下载:
  2. 这是一个关于最小路径覆盖的算法,用c++的类封装的-this is a program about minimum path cover using class of C++ it is good for algorithm learner
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:655.96kb
    • 提供者:sheldon
  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. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:678.33kb
    • 提供者:nicai
  1. data-structure

    0下载:
  2. 《数据结构—用C语言描述》,蔡明志编写的书的数据结构源代码,初学者可以使用里面封装的小程序。-" Data structure- with the C language to describe," Tsai Ming-chi book written in the data structure source code inside the package, beginners can use the applet.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:49kb
    • 提供者:sunyang
  1. sqlist

    0下载:
  2. 完成了对数据结构中单链表的简单封装,作为C++的小作业-Completed a single-linked list data structure simple package, as a small operation C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:297.66kb
    • 提供者:黄粟
  1. data-structure-algorithm(CPP)

    0下载:
  2. 数据结构算法,都是基本算法,供大家学习。使用c++面向对象形式编写,各种算法都封装在各自的类里,如果想增加功能,在相应的类里增加函数即可。-Data structure algorithms, are the basic algorithm, for all to learn. Using c++ object-oriented form of writing, various algorithms are encapsulated in their own class, if you want
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6.49kb
    • 提供者:tony
  1. libscl-1.1.1

    0下载:
  2. c封装库,常用数据结构,较好用,包括树、链表、map-c package library, common data structures, better use, including tree, list, map
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:185.35kb
    • 提供者:李志
  1. kdtree_cpp_warpper

    0下载:
  2. 实现对John Tsiombikas的C语言版的kdtree算法的C++封装,实现了最近邻查询已经指定距离搜索。复杂度NLOG(N),非常快。-A c++ wrapper of John Tsiombikas s library for working with 2d/3d kd-trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10.02kb
    • 提供者:highrisk
  1. Sha1_Test(201107281719)

    0下载:
  2. Sha1哈希算法的封装,对原有的例子进行改造,有MFC及控制平台等两种方试创建的代码,运用较方便。-Sha1 calculate,have Visaul C++ MFC and control two flat.
  3. 所属分类:Data structs

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

    0下载:
  2. 通用链表的使用,这是c语言版本的通用链表封装函数-The use of generic linked list
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:158.46kb
    • 提供者:哈哈
  1. 多项式拟合

    1下载:
  2. 多项式拟合 封装成c++类 可以直接加载到工程下使用。具体件说明文件。
  3. 所属分类:数据结构常用算法

  1. SingleList

    0下载:
  2. C++封装了单链表数据结构,实现了前插,后插及任意位置插入元素,排序、删除相同元素、清空链表、链表融合等函数。-C++ encapsulation of a single linked list data structure to achieve forward runs, and after insertion to any position of the insertion element, sort, delete the same element, empty the list, the
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:bang
« 12 »
搜珍网 www.dssz.com