资源列表
STL
- STL方面内容,介绍C++ STL容器的使用;-The content of STL
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
multimap
- 关于multimap的操作,包括插入删除-On multimap operations, including insert delete, etc., etc.
telephone-book
- Example of STL, that helps to create a simple phone book
C-and-CPP
- 学习c语言各函数的绝好资料,同时里面含有对c++里的stl有深入的讲解-C language learning materials of excellent function, which also contain the stl c++ in-depth explanation
STL-based-programming
- stl方面编程的基础教程,适合于初学者了解怎样进行stl编程.-stl foundation in programming tutorial for beginners to learn how to stl programming.
STL_File
- STL_File reader for reading STL files. Written in C-STL_File reader for reading STL files. Written in C++
CPP_Standard
- STL培训给出的C++标准函数库的资料。最好的C++学习的资料来源于此,请合理利用,对提高编程水平很有帮助-Training given STL C++ standard library information. The best C++ data from this study, please rational use, very helpful to improve the programming level
Manning---JSTL-in-Action
- JSTL in Action的英文版,pdf格式-JSTL in Action in English, pdf format
stl_list
- C++ list program all flavors
stl_custom_sorting
- C++ list custom sorting program