资源列表
STLport-5.2.0.tar
- stl的源码,可以学习stl的架构和详细原理,对学习c++的底层实现机制很有帮助-stl the source, you can learn the structure of stl and detailed principle of learning c++ underlying mechanism to achieve very helpful
SQL2000bao
- int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1
Blackaero_by_AlucardCastle
- 游戏,还是什么我不知道了,我就想下你的东西大哥,别麻烦了啊,给我下载吧 -Games, or what I do not know, and I wanted things that you Big Brother, do not bother ah, give me to download it
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
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
effectiv+stl
- effectiv+stl,适合C++提高者,STL的大名想必大家都知道了-effectiv+ stl, for C++ improve those, STL name presumably we all know the
fibonacci
- 该为使用stl处理的fibonacci序列,能够计算 出任意规模下的fibonacci序列-The handle for the use of stl Fibonacci sequence, can be calculated under the arbitrary scale Fibonacci Sequence
STL_doc
- ISO_C++:C++_STL开发文档 -ISO_C++: C++ _STL Development Documentation
STL
- 十多个STL的经典例子,相当不错,初学STL必备-More than 10 classic examples of STL, a pretty good beginner must STL
EffectiveSTL
- 这本书,是世界顶级C++大师Scott Meyers成名之作的第二版。其第一版诞生于1991年。在国际上,本书所引起的反响之大,波及整个计算机技术出版领域,余音至今未绝。几乎在所有C++书籍的推荐名单上,本书都会位于前三名。作者高超的技术把握力,独特的视角、诙谐轻松的写作风格、独具匠心的内容组织,都受到极大的推崇和仿效-This book is the world
ola
- 组合数学 中 欧拉函数的 实现 用STL 编写-Combinatorial Mathematics in the Euler function prepared using STL