搜索资源列表
floatMec
- 极大熵聚类算法的C++实现,输入为二维矩阵,修改宏定义可实现多维-Maximum Entropy Clustering Algorithm C++ implementation, the input for the two-dimensional matrix, can be modified to achieve multi-dimensional macro definition
Stack-Delimiter-Match
- 用于检测代码源文件中的符号匹配是否正确,使用双栈实现,C++ STL实现栈类。开发工具:VS 2008-Used to detect whether the symbols in source code is well matched , dual-stack implementation,using C++ STL to implement stack class.
Algorithm
- 一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector-A full array of implementation algorithms, using the C++ template technology and STL in the Vector
telnumsystem
- 电话号码管理系统,很小的程序,是学习stl,自己编的,用map实现,还有文档说明-Telephone number management system, small procedures, are studying stl, own, and with map implementation, there is documentation
TSP
- TSP算法在VC环境中的另类实现,利用了MFC STL 等技术-implementation of TSP algorithm in VC environment
castle-pascal
- castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed
ShortestPathwithSTL
- 使用STL实现搜索链表的最短路径,链表通过随机数产生-The use of STL implementation of the shortest path search list, list through the random number generator
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
Permutation
- 利用递归查找数字的排列组合 使用了STL技术-The technique of finding permutations also provides source code for the recursive implementation. Also, learn how to use the STL template function next_permutation().
cstrings
- c++ string implementation using stl
tass-sgi-stl-2.91.57-source
- 侯捷的STL源码分析源码中推荐的一个实现版本SGI-STL-Hou Jie, the STL source code analysis source code in an implementation of the recommended version of the SGI-STL
TheAnnotatedSTLSources
- STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
BST
- 搜索二叉树的STL实现。包含树的前序、中序、后序遍历。-STL binary tree search implementation.
VC_MFC_STL
- C++STL 的版本实现有很多种,包括HP STL , SGI STL ,STLport ,P.J.Plauger STL 和 Rouge Wave STL 等。其中HP STL 是STL 之父Alexandar Stepanor 在惠普Palo Alto 实验室 工作时完成的。HP STL 是C++STL 的第一个实现版本,而且开放源代码。其他版本的 C++STL 一般是以HP STL 为蓝本实现出来的。在Visual C++中采用的是P.J.Plauger 开发的 P.J.P
STL_analysis
- STL编程精讲,为我们详细的讲明了STL的实现以及他们的运用 非常好的有助于提高C++编程能力的一本好书-STL programming Jingjiang, made it clear to our detailed implementation of the STL, and they help to improve the use of very good programming skills in C++ a good book
stl
- stl Implementation source file
CList
- C语言版的链表实现。带头节点的双向循环链表。访STL vector的实现。-C language version of the linked list implementation. Two-way circular list node to take the lead. Visit STL vector implementation.
Array
- stl中vector的替代代码,动态数组实现的代码-stl code in an alternative vector, dynamic array implementation of the code
STL-Code-guide
- STL的深入剖析,详细讨论STL具体实现思路和具体实现代码功能,非常好!-STL-depth analysis, detailed discussion of concrete ideas and concrete implementation of STL implementation code features, very good!
pr2
- AhoCorasick STL implementation