搜索资源列表
pdclib-0.4.1
- 一组基础的C库的实现,包括了 字符串操作、内存操作、数学操作、排序、查找 等基础数据结构和算法的实现,可以替代标准的C库函数,跨平台运行
clist-1.5.4-release
- 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
ftds_slides
- 数据结构C++语言描述--应用标准模板库-Data Structures C++ language descr iption- Application of Standard Template Library
qsort
- 快速排序源代码,具有微软C标准库中qsort函数一样的接口,且速度奇快。-Quick sort source code,as microsoft c library qsort function interface,more more quick。
tree-2.65.tar
- 这是一个表示数据结构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
SourceCode
- 数据结构C++语言描述——应用标准模板库 源代码-Data Structures with C++ Using STL Source Code
sometxt
- 一百个经典的C语言算法,还有标准库List的用法详解。大家多踩踩。-100 C algorithms. And class list.
stl-code
- 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.
Demo_Sort
- 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
Shortestpathmap
- 自己写的C++实现的图的最短路径,使用了标准模板库。-C++ to write their own plans to achieve the shortest path, using the standard template library.
BinaryOrderTree
- 自己用C++写的二叉排序树,利用标准模板库实现-Their own written with C++ binary sort tree, the use of standard template library implementation
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
4
- 字符串数据的组织和处理 标准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
mymath
- 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
libcstl-2.0.3.tar
- 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
ThePCPPPStandardPLibrary
- C++ 标准程序库 C++标准库的教学应用手册-C++ the standard library C++ standard library Teaching Application Notes
multiway-tree-______
- 通过指针的方式建立多叉树,源码中包括多叉树的建立,多叉树的遍历,多叉树的插入等操作,建立多叉树和对多叉树的遍历采用了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
CPP_STL
- C++标准库参考手册,包括经常用到的数据结构、算法等-C++ standard library reference manual, including the frequently used data structures, algorithms, etc.
1
- 使用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)
C++STL(2th)
- STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)