搜索资源列表
String_Set.rar
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string
slsprj
- 快速原型制造分层切片源代码,适用于高温合金.-Slicing source code applies to high-temperature alloys.
String_Set
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string
cvm_jmlr_exe
- 香港的Kwok在JMLR上发表的CVM论文的可执行文件,以供需要快速算法需求的用户直接调用。用于海量数据的分类。-in JMLR CVM published papers executable file, the need for rapid algorithm needs of the users call directly. Massive data for the classification.
STL_QuickSort
- 用STL实现快速排序,使用vector。-with STL achieve rapid sequencing, the use of vector.
CIVStringSet
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-MFC-based platform and STL string type, can achieve in the fast string search.
STL
- 标准模板库基础教程,快速掌握STL开发要点
STL
- 介绍stl入门的一格ppt文件,通过幻灯片教学快速学习stl
EffectiveSTL(CHINESE)
- 书中作者解释了怎样结合STL组件来在库的设计得到最大的好处。这样的信息允许你对简单、直接的问题开发简单、直接的解决方案,也帮你对更复杂的问题设计优雅的方法。我描述了常见的STL使用错误,而且向你演示怎么避开它们。那帮助你躲开闪资源漏、不可移植的代码和未定义的行为。我讨论了优化代码的方法,所以你能使STL表现得像它应该的那样快速、光滑。 本书作者为Scott Meyers,由龚敏敏翻译。
EffectiveSTL
- 书中作者解释了怎样结合STL组件来在库的设计得到最大的好处。这样的信息允许你对简单、直接的问题开发简单、直接的解决方案,也帮你对更复杂的问题设计优雅的方法。我描述了常见的STL使用错误,而且向你演示怎么避开它们。那帮助你躲开闪资源漏、不可移植的代码和未定义的行为。我讨论了优化代码的方法,所以你能使STL表现得像它应该的那样快速、光滑。
STL
- 介绍STL特性,使初学者快速入门,能够在短时间内快速了解STL编程的优点。-Introduces the STL features, so that beginners get started quickly, and can quickly understand the advantages of STL programming in a short time.
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
Eff_STL_CN[1]
- 本书是C++语言参考手册,按字母顺序介绍了C++语言的核心和最常用的类库及函数库,内容涵盖了C++的关键字,函数,运算符,类概念和技术细节.本书解释细致易懂,范例程序简短明了.初学者和有经验的C++程序员都能够从本书快速地找到所需问题的答案.-This book is C++ Language reference manual, in alphabetical order, introduced the C++ Language core and most commonly used class
Effective_STL
- 能够快速有效地掌握c++stl的基本知识-Quickly and efficiently be able to c++ stl to master the basic knowledge
stl
- STL速成,有兴趣的朋友可以看看,可以快速入门stl-STL
CIVStringSet
- IVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-IVStringSet_Demo.zip CIVStringSet_Source.zip platform based on MFC and STL string class, you can achieve fast string search.
STL2
- 关于STL入门的文章,比较适合完全不懂STL的人快速上手用-Introduction to the article on the STL, more suitable for people who fully understand quick start with STL
readmassrapidSTLfiles
- 海量STL文件的快速读取与显示,给出了快速读取STL文件的一个研究算法-Mass Rapid STL file to read and display, fast read STL files are given a research method
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
quicksort
- 快速算法的通用形式,它适用于任何形式的数据类型,是通用程序-the common style of quicksort