搜索:Iterator
找到约 11 项符合「Iterator」的查询结果
结果 11
https://www.eeworm.com/dl/633/404603.html
Java编程
Java Design Pattern:Iterator 希望对大家有所帮助!
Java Design Pattern:Iterator
希望对大家有所帮助!
https://www.eeworm.com/dl/686/146987.html
VC书籍
有效使用STL迭代器ITERATOR的三条基本原则
有效使用STL迭代器ITERATOR的三条基本原则,是C/C++ Users Journal摘录的Effective STL的三个独立条款
https://www.eeworm.com/dl/652/408211.html
文章/文档
stl的入门ppt 很好用哦
stl的入门ppt 很好用哦,分为导入
STL的概念与组成
Iterator(迭代器) Container(容器)
Algorithm(算法)
Adaptors(配接器)
https://www.eeworm.com/dl/619/134785.html
Linux/Unix编程
一个用C++实现的模拟UNIX的cat的程序
一个用C++实现的模拟UNIX的cat的程序,使用了STL的istreambuf_iterator,支持“-”,终端直接输出,文件输出和错误输出。
https://www.eeworm.com/dl/542/438625.html
其他书籍
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, q ...
https://www.eeworm.com/dl/686/310448.html
VC书籍
C++STL STL(Standard Template Library
C++STL
STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。
STL的代码从广义上讲分为三类:alg ...
https://www.eeworm.com/dl/645/207880.html
其他数据库
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 datab ...