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

搜索资源列表

  1. pdclib-0.4.1

    0下载:
  2. 一组基础的C库的实现,包括了 字符串操作、内存操作、数学操作、排序、查找 等基础数据结构和算法的实现,可以替代标准的C库函数,跨平台运行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63.92kb
    • 提供者:黑夜路人
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:165.58kb
    • 提供者:james
  1. ftds_slides

    0下载:
  2. 数据结构C++语言描述--应用标准模板库-Data Structures C++ language descr iption- Application of Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.55mb
    • 提供者:wuzhibin
  1. qsort

    0下载:
  2. 快速排序源代码,具有微软C标准库中qsort函数一样的接口,且速度奇快。-Quick sort source code,as microsoft c library qsort function interface,more more quick。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8.4kb
    • 提供者:小锤子
  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. SourceCode

    0下载:
  2. 数据结构C++语言描述——应用标准模板库 源代码-Data Structures with C++ Using STL Source Code
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:8.92mb
    • 提供者:zhoufr
  1. sometxt

    0下载:
  2. 一百个经典的C语言算法,还有标准库List的用法详解。大家多踩踩。-100 C algorithms. And class list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:9.1kb
    • 提供者:郭连
  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. Demo_Sort

    0下载:
  2. C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:11.84kb
    • 提供者:xcan
  1. Shortestpathmap

    0下载:
  2. 自己写的C++实现的图的最短路径,使用了标准模板库。-C++ to write their own plans to achieve the shortest path, using the standard template library.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:42.68kb
    • 提供者:周海明
  1. BinaryOrderTree

    0下载:
  2. 自己用C++写的二叉排序树,利用标准模板库实现-Their own written with C++ binary sort tree, the use of standard template library implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:37.7kb
    • 提供者:周海明
  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. 4

    0下载:
  2. 字符串数据的组织和处理 标准C++库的使用。 指针的使用方法。 通过debug观察指针约内容及其所指的对象的内容。 通过动态内存分配实现动念数组,并体会指针在其中的作用 -String data organization and processing of standard C++ libraries use. Pointer is used. Observation about the contents of the debug pointer and the conten
  3. 所属分类:Data structs

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

    0下载:
  2. C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.94kb
    • 提供者:majianjia
  1. libcstl-2.0.3.tar

    0下载:
  2. libcstl是使用标准C编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现-libcstl is written in standard C, a common data structures and algorithms library, which mimics the SGI STL interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4mb
    • 提供者:wangyi
  1. ThePCPPPStandardPLibrary

    0下载:
  2. C++ 标准程序库 C++标准库的教学应用手册-C++ the standard library C++ standard library Teaching Application Notes
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:3.37mb
    • 提供者:张三
  1. multiway-tree-______

    0下载:
  2. 通过指针的方式建立多叉树,源码中包括多叉树的建立,多叉树的遍历,多叉树的插入等操作,建立多叉树和对多叉树的遍历采用了c++标准模板库中队列,map,list等操作。 -Through pointers way to create multi-tree, the source code is included in multi-tree creation, multi-tree traversal, multi-tree insertion and other operations, the es
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.93mb
    • 提供者:邹奎
  1. CPP_STL

    0下载:
  2. C++标准库参考手册,包括经常用到的数据结构、算法等-C++ standard library reference manual, including the frequently used data structures, algorithms, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9.23mb
    • 提供者:顾树国
  1. 1

    0下载:
  2. 使用c plus plus 实现高精度乘法,只使用了标准库函数,复杂度为o(N)-Use c plus plus to achieve high-precision multiplication, using only the standard library functions, the complexity of o (N)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:722byte
    • 提供者:邓志杰
  1. C++STL(2th)

    0下载:
  2. STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:20.36mb
    • 提供者:billson_
« 12 »
搜珍网 www.dssz.com