搜索资源列表
atrain8
- 数据结构中的,部分算法编程,基于c语言的算法。主要是关于图的部分-data structure, and some programming algorithm, based on the C language algorithms. Mainly on the part of the plan
stacknode
- 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
huffmantree
- 采用哈夫曼树结构的C语言程序,数据结构练习-Huffman tree structure using C language program, data structure exercises
stlport-code-5.2
- STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时
V1.0
- 在SGI-STL仿造轮子的过程中,学习C++和数据结构-In the SGI-STL replica wheels in the process of learning C++ and data structures