虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Iterator

迭代器(Iterator)有时又称光标(cursor)是程序设计的软件设计模式,可在容器对象(container,例如链表或数组)上遍访的接口,设计人员无需关心容器对象的内存分配的实现细节。
  • Iterator的java实现

    Iterator的java实现

    标签: Iterator java

    上传时间: 2013-12-19

    上传用户:kiklkook

  • 有效使用STL迭代器Iterator的三条基本原则

    有效使用STL迭代器Iterator的三条基本原则,是C/C++ Users Journal摘录的Effective STL的三个独立条款

    标签: Iterator STL 迭代

    上传时间: 2014-01-02

    上传用户:ardager

  • 设计模式之Iterator

    设计模式之Iterator,设计模式之Iterator

    标签: Iterator 设计模式

    上传时间: 2014-01-13

    上传用户:杜莹12345

  • Java Design Pattern:Iterator 希望对大家有所帮助!

    Java Design Pattern:Iterator 希望对大家有所帮助!

    标签: Iterator Pattern Design Java

    上传时间: 2017-02-14

    上传用户:TF2015

  • 制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款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 Algorithms vs. Hand-Written Loops》一文翻译,条款45根据从C/C++ Users Journal网站下载的《Distinguishing STL Search Algorithms》一文翻译。其余部分根据epubcn放出的电子书制作。

    标签: Addison-Wesley 保持

    上传时间: 2015-04-11

    上传用户:jing911003

  • 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 library s compliance with the STL Iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    标签: recordsets container library ODBC

    上传时间: 2015-10-11

    上传用户:xlcky

  • java设计模式

    java设计模式,Iterator的模式

    标签: java 设计模式

    上传时间: 2014-01-05

    上传用户:kytqcool

  • C++STL STL(Standard Template Library

    C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、container(容器)和Iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。在C++标准中,STL被组织为下面的13个头文件:<algorithm>、<deque>、<functional>、<Iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下笔者就简单介绍一下STL各个部分的主要特点。

    标签: STL Standard Template Library

    上传时间: 2016-06-19

    上传用户:cylnpy

  • stl的入门ppt 很好用哦

    stl的入门ppt 很好用哦,分为导入 STL的概念与组成 Iterator(迭代器) Container(容器) Algorithm(算法) Adaptors(配接器)

    标签: stl

    上传时间: 2017-02-24

    上传用户:1159797854

  • 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_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and Iterator adapters * Read and write files * Use stream Iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more

    标签: null-terminated Tokenize Create string

    上传时间: 2014-01-18

    上传用户:yph853211