搜索资源列表
vcsocketserver
- 该代码是将MSDN中的httpsvr MFC代码移植到STL。含有VC完整应用程序代码。 -The code is the MSDN httpsvr MFC code into STL. VC contain complete application code.
STLViewer
- 用vc编的stlview着重版-vc series with the emphasis on version stlview
SmartPoint
- 一个智能指针的实现,vc写的,可以自动释放内存-an intelligent guide the realization vc written, it will automatically free the memory
vc++网址
- STL之父访谈录 翻译者 : myan-STL father Interview Translation : myan
STL-opentree
- VC界面美化的开发。。一个参考例子。可以了解
VCPPISODATA-Code
- 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
ToDoAddOnProfile_src
- 一个调试STL的VC插件--A vc plug-in used for debugging STL
STLsourcecodeanatomy--houjie
- 详细的介绍了STL,可以使C初学者迅速的了解并掌握STL,及其在VC环境下的应用,-Detailed introduction of the STL, will enable rapid C beginners to understand and grasp the STL, and in the VC environment applications,
CIVStringSet_Source
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索,VC源代码,和刚刚的那个对应的-Platform based on MFC and STL string class, can be achieved in the fast-string search, VC source code, and just that the corresponding
HashMap
- 一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.
STL
- 这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明-This is on VC++ Of STL containers, including the STL containers, as well as the relationship between various types of categories of descr iption
TSP
- TSP算法在VC环境中的另类实现,利用了MFC STL 等技术-implementation of TSP algorithm in VC environment
CSTL
- VC方面的STL文档,非常适合初学者,内容详细,值得一读。-VC in STL documentation, very suitable for beginners, detailed and worth reading.
boost_asio_0_3_7feihuangtengda
- VC++ boost STL 增强模板库-boost
STL
- STL入门讲义.有助于帮助VC初学者们了解STL的内容。-STL entry notes. Help help beginners who know STL VC content.
STL-learning-package
- STL学习包内有VC源码和STL学习文档 30分钟学会STL-STL learning package within the VC source and STL study documents30minutes to learn STL
STL-queue--
- STL、线段树代码库 关于队列和栈的有关STL的操作vc++实现-STL, the segment tree code library
count_word
- 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics tex