搜索结果
找到约 10 项符合
ITERATOR 的查询结果
Java编程 Iterator的java实现
Iterator的java实现
VC书籍 有效使用STL迭代器ITERATOR的三条基本原则
有效使用STL迭代器ITERATOR的三条基本原则,是C/C++ Users Journal摘录的Effective STL的三个独立条款
软件设计/软件工程 设计模式之Iterator
设计模式之Iterator,设计模式之Iterator
Java编程 Java Design Pattern:Iterator 希望对大家有所帮助!
Java Design Pattern:Iterator
希望对大家有所帮助!
其他书籍 制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Sc
制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。
前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Scott Meyers的网站下载的《Three Guidelines for Effective Iterator Usage》一文翻译。条款43根据从C/C++ Users Journal网站下载的《STL Algorithm ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
VC书籍 C++STL STL(Standard Template Library
C++STL
STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。
STL的代码从广义上讲分为三类:algorithm(算法)、cont ...
文章/文档 stl的入门ppt 很好用哦
stl的入门ppt 很好用哦,分为导入
STL的概念与组成
Iterator(迭代器) Container(容器)
Algorithm(算法)
Adaptors(配接器)
其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_q ...