搜索资源列表
ListTest1
- Visual C++.NET编程技术体现\\第12章 STL编程-Visual C.NET programming techniques embodied \\ Chapter 12 STL Programming
ListTest2
- D:\\Visual C++.NET编程技术体现 \\第12章 STL编程\\ListTest2-D : \\ Visual C.NET programming techniques embodied \\ Chapter 12 STL programming \\ ListTest2
C++stl
- Visual Studio 2005环境下的STL编程教程和参考,很有价值
Boost
- 此文档Boost个人整理的一套比较完整的学习内容,需要的可以尽情下载。-work Frame boost Visual C++ STL
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
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
- Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the St
Database-using-STL
- a sample database implemeatation in visual C++ for STL study
归并排序
- Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)