ITERATOR的java實現
上傳時間: 2013-12-20
上傳用戶:kiklkook
有效使用STL迭代器ITERATOR的三條基本原則,是C/C++ Users Journal摘錄的Effective STL的三個獨立條款
上傳時間: 2014-01-02
上傳用戶:ardager
設計模式之ITERATOR,設計模式之ITERATOR
上傳時間: 2014-01-13
上傳用戶:杜瑩12345
Java Design Pattern:ITERATOR 希望對大家有所幫助!
標簽: ITERATOR Pattern Design Java
上傳時間: 2017-02-14
上傳用戶:TF2015
制作本書的目的是為了方便大家的閱讀。轉載時請保持本電子書的完整性。 前言、條款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-12
上傳用戶:jing911003
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設計模式,ITERATOR的模式
上傳時間: 2014-01-05
上傳用戶:kytqcool
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-20
上傳用戶:cylnpy
stl的入門ppt 很好用哦,分為導入 STL的概念與組成 ITERATOR(迭代器) Container(容器) Algorithm(算法) Adaptors(配接器)
標簽: stl
上傳時間: 2017-02-25
上傳用戶:1159797854
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